From: Jan R. <ja...@ry...> - 2007-04-20 09:51:12
|
Does anyone use matlisp on Mac OS X on an Intel CPU? If so, which fortran compiler did you use? Which exact version and where did you get it? I can't seem to get through the linking phase for BLAS/LAPACK. I tried gfortran from the gcc 4.3 package from http://hpc.sourceforge.net/, and now tried g77 from GNU Fortran (GCC) 3.4.0. They work fine until ld gets invoked and then things break. One reason for the breakage is that configure insists on trying to link in crt1.o into libraries, which won't work, but even removing that doesn't get me anywhere. Since some people reported being able to get it to work with minor adjustments, there must be something I'm doing wrong. Any hints? --J. |