X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fesix4.sh;h=c8dec8a8b8e2c015b61fbf5a0f4a2a22b40c87f3;hb=159bba365a4935ff8f978d49b5bf733329e27959;hp=6d8f266fd7e1a602433db58560f46abd66223ede;hpb=a0d0e21ea6ea90a22318550944fe6cb09ae10cda;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/esix4.sh b/hints/esix4.sh index 6d8f266..c8dec8a 100644 --- a/hints/esix4.sh +++ b/hints/esix4.sh @@ -6,7 +6,6 @@ case "$cc" in '') cc='/bin/cc' test -f $cc || cc='/usr/ccs/bin/cc' - cccdlflags='-Kpic' ;; esac ldflags='-L/usr/ccs/lib -L/usr/ucblib' @@ -15,7 +14,6 @@ ccflags='-I/usr/include -I/usr/ucbinclude' libswanted=`echo " $libswanted " | sed -e 's/ malloc / /' ` d_index='undef' d_suidsafe=define -lddlflags="-G $ldflags" usevfork='false' if test "$osvers" = "3.0"; then d_gconvert='undef' @@ -31,9 +29,13 @@ EOM fi rm -f /tmp/esix$$ fi -# dlopen routines exist but they don't work with perl. -# The case statement allows experimenters to override hint with -# Configure -D usedl -case "$usedl" in -'') usedl="$undef" ;; -esac + +cat <<'EOM' + +If you wish to use dynamic linking, you must use + LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH +or + setenv LD_LIBRARY_PATH `pwd` +before running make. + +EOM