First failed with this error:
2 warnings generated.
ar r libsfmdrv.a sfm.o
ar: creating archive libsfmdrv.a
cp libsfmdrv.a ..
cd lib/minpack; /Library/Developer/CommandLineTools/usr/bin/make
gcc -O2 -ffast-math -c -o dpmpar.o dpmpar.f
error: invalid value 'f95' in '-x f95'
make[1]: *** [dpmpar.o] Error 1
make: *** [default] Error 2
But I could fix it by modifying the Makefile, with gfortran instead of gcc, but now this error presents:
1 warning generated.
ar rs libcblas.a cblas_dgemm.o cblas_globals.o cblas_xerbla.o xerbla.o
cp libcblas.a ../
cd lib/f2c; /Library/Developer/CommandLineTools/usr/bin/make
make[1]: *** No rule to make target `signal1.h0', needed by `signal1.h'. Stop.
make: *** [default] Error 2
Is there other recomended way to do it?
First failed with this error:
But I could fix it by modifying the Makefile, with gfortran instead of gcc, but now this error presents:
Is there other recomended way to do it?