[rkward-cvs] SF.net SVN: rkward: [1863] trunk/rkward/admin/acinclude.m4.in
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Sun May 6 22:29:59 UTC 2007
Revision: 1863
http://svn.sourceforge.net/rkward/?rev=1863&view=rev
Author: tfry
Date: 2007-05-06 15:29:59 -0700 (Sun, 06 May 2007)
Log Message:
-----------
Seems we now need to link against gfortran as well, when using Rlapack.so
Modified Paths:
--------------
trunk/rkward/admin/acinclude.m4.in
Modified: trunk/rkward/admin/acinclude.m4.in
===================================================================
--- trunk/rkward/admin/acinclude.m4.in 2007-05-06 13:58:29 UTC (rev 1862)
+++ trunk/rkward/admin/acinclude.m4.in 2007-05-06 22:29:59 UTC (rev 1863)
@@ -1967,7 +1967,7 @@
AC_MSG_CHECKING(whether we should link against libRlapack.so)
if test -f "$R_HOMEDIR/lib/libRlapack.so"; then
AC_MSG_RESULT(yes $R_HOMEDIR/lib/libRlapack.so exists)
- R_LAPACK_FLAG="-lRlapack"
+ R_LAPACK_FLAG="-lRlapack -lgfortran"
else
AC_MSG_RESULT(no $R_HOMEDIR/lib/libRlapack.so does not exist)
R_LAPACK_FLAG=""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list