On 5/3/12 1:43 AM, Dominique Dhumieres wrote: > Undefined symbols: > "_dlamch_", referenced from: > _mebdf_ in mebdfdae.o > _mebdfi_ in mebdfi.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > make: *** [dldsolver.oct] Error 1 > 'make' returned the following error: Unpacking external packages: hairer.tgz > Unpacking external packages: cash.tgz > Unpacking external packages: daskr.tgz > Applying patches from file: hairer.diff > Applying patches from file: cash.diff > patching file cash/mebdfdae.f > patching file cash/mebdfi.f > Applying patches from file: daskr.diff > patching file daskr/dlinpk.f > mkoctfile -c odepkg_octsolver_mebdfdae.cc -o odepkg_octsolver_mebdfdae.o > mkoctfile -c odepkg_octsolver_mebdfi.cc -o odepkg_octsolver_mebdfi.o > mkoctfile -c odepkg_octsolver_ddaskr.cc -o odepkg_octsolver_ddaskr.o > mkoctfile -c odepkg_octsolver_radau.cc -o odepkg_octsolver_radau.o > mkoctfile -c odepkg_octsolver_radau5.cc -o odepkg_octsolver_radau5.o > mkoctfile -c odepkg_octsolver_rodas.cc -o odepkg_octsolver_rodas.o > mkoctfile -c odepkg_octsolver_seulex.cc -o odepkg_octsolver_seulex.o > mkoctfile -c odepkg_auxiliary_functions.cc -o odepkg_auxiliary_functions.o > FFLAGS="-fno-automatic -O3" mkoctfile -c cash/mebdfdae.f -o cash/mebdfdae.o > FFLAGS="-fno-automatic -O3" mkoctfile -c cash/mebdfi.f -o cash/mebdfi.o > FFLAGS="-fno-automatic -O3" mkoctfile -c daskr/ddaskr.f -o daskr/ddaskr.o > FFLAGS="-fno-automatic -O3" mkoctfile -c daskr/dlinpk.f -o daskr/dlinpk.o > FFLAGS="-fno-automatic -O3" mkoctfile -c hairer/decsol.f -o hairer/decsol.o > FFLAGS="-fno-automatic -O3" mkoctfile -c hairer/dc_decsol.f -o > hairer/dc_decsol.o > FFLAGS="-fno-automatic -O3" mkoctfile -c hairer/radau.f -o hairer/radau.o > FFLAGS="-fno-automatic -O3" mkoctfile -c hairer/radau5.f -o hairer/radau5.o > FFLAGS="-fno-automatic -O3" mkoctfile -c hairer/rodas.f -o hairer/rodas.o > FFLAGS="-fno-automatic -O3" mkoctfile -c hairer/seulex.f -o hairer/seulex.o > mkoctfile odepkg_octsolver_mebdfdae.o odepkg_octsolver_mebdfi.o > odepkg_octsolver_ddaskr.o odepkg_octsolver_radau.o > odepkg_octsolver_radau5.o odepkg_octsolver_rodas.o > odepkg_octsolver_seulex.o odepkg_auxiliary_functions.o cash/mebdfdae.o > cash/mebdfi.o daskr/ddaskr.o daskr/dlinpk.o hairer/decsol.o > hairer/dc_decsol.o hairer/radau.o hairer/radau5.o hairer/rodas.o > hairer/seulex.o -o dldsolver.oct \ > -lf77blas -lcblas -L/sw64/lib/gcc4.7/lib -lgfortran -lf77blas -lcblas
This is now fixed in CVS. Upstream used an Octave command to get the BLAS and LAPACK libraries which only returns the BLAS part, at least on Octave-3.6.0 and later. -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/2012/02/21/got-job/ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
