autoconf, Fortran, LAPACK, and AC_SEARCH_LIBS

2009-03-24 Thread David A. Ventimiglia
t -g -O2 conftest.c >&5 /tmp/cckOOIRY.o: In function `main': /home/dventimi/work/cosmosurfo/conftest.c:21: undefined reference to `sgetrf' collect2: ld returned 1 exit status configure:4015: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "CosmoSurFo

Re: autoconf, Fortran, LAPACK, and AC_SEARCH_LIBS

2009-03-24 Thread David A. Ventimiglia
l_em64t -lguide -lpthread. Thanks! Cheers, David On Tue, 2009-03-24 at 15:54 -0700, David A. Ventimiglia wrote: > Hello, > > I have a Fortran program that uses LAPACK. Since LAPACK can come from > different vendors depending on the platform, > and be in different locations (e.g.,

Re: autoconf, Fortran, LAPACK, and AC_SEARCH_LIBS

2009-03-25 Thread David A. Ventimiglia
Thanks! I will consider contributing fixes...if I manage to create fixes. Cheers, David On Tue, 2009-03-24 at 21:06 -0400, John W. Eaton wrote: > On 24-Mar-2009, David A. Ventimiglia wrote: > > | I think I solved one of my problems. Evidently, there's an Autoconf > | macro AC