From ed741492d2a0fde1537132cf064a838760a03598 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Aug 2001 12:20:29 +0000 Subject: [PATCH] Add path to Sun F77 libs to linker line. git-svn-id: https://svn.dealii.org/trunk@4893 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5