From: wolf Date: Thu, 16 Aug 2001 12:20:29 +0000 (+0000) Subject: Add path to Sun F77 libs to linker line. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d20236072896f90ae9a0f436493e2126dd16e014;p=dealii-svn.git Add path to Sun F77 libs to linker line. git-svn-id: https://svn.dealii.org/trunk@4893 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure.in b/deal.II/configure.in index f58ef8f781..64affb48ad 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -743,6 +743,7 @@ if test "x$F77" != "x" ; then F77FLAGSG="$FFLAGS -silent -g" F77FLAGSO="$FFLAGS -silent -O3 -w" F77LIBS="$F77LIBS -lF77 -lsunmath -lM77" + LDFLAGS="$LDFLAGS -L/opt/SUNWspro/lib" dnl If necessary, add shared lib flags if test $enableshared = yes ; then