From: Andy Dougherty Date: Mon, 3 Dec 2001 15:48:26 +0000 (-0500) Subject: Solaris/longdouble needs /opt/SUNWspro/lib X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6d7070896d12c668ac28e809f02514f973694af3;p=p5sagit%2Fp5-mst-13.2.git Solaris/longdouble needs /opt/SUNWspro/lib Message-ID: p4raw-id: //depot/perl@13447 --- diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index 86a375b..01a0d10 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -519,6 +519,9 @@ cat > UU/uselongdouble.cbu <<'EOCBU' case "$uselongdouble" in "$define"|true|[yY]*) if test -f /opt/SUNWspro/lib/libsunmath.so; then + # Unfortunately libpth has already been set and + # searched, so we need to add in everything manually. + libpth="$libpth /opt/SUNWspro/lib" libs="$libs -lsunmath" ldflags="$ldflags -L/opt/SUNWspro/lib -R/opt/SUNWspro/lib" d_sqrtl=define