sybperl-l Archive
Up Prev Next
From: Hal Snyder 4151 <hal at Icarus dot ct dot covia dot com>
Subject: NCR SVR4 unresolved externals
Date: Nov 10 1995 10:23PM
I wonder if there is a bug (sybperl? perl? NCR?) or I just got
something wrong:
Dynamic sybperl 2.0 built ok on the NCR SVR4 system I use, but the
tests failed with unresolved externals until I relinked perl5.001m
explicitly mentioning the sybase .so's (/home3/sybserv is where we
keep sybase bits):
# perlsyb.sh - 95/11/08 hal
# Tie in libs needed for sybperl
LD_RUN_PATH="/usr/local/lib/perl5:/usr/ccs/lib:/home3/sybserv/lib" \
gcc -L/usr/ccs/lib -L/usr/ucblib \
-o perl perlmain.o libperl.so.1 lib/auto/DynaLoader/DynaLoader.a \
`cat ext.libs` \
/home3/sybserv/lib/libsybdb.so \
/home3/sybserv/lib/libcs.so \
/home3/sybserv/lib/libct.so \
/home3/sybserv/lib/libtcl.so \
-lnet -lsocket -lnsl -ldl -lld -lm -lc -lcrypt -lx -lucb -ldbm
|