Well, I've tried a symlink f77 -> g77 and changing the makefile so that F77 = /sw/bin/g77 but I still get:
f77 -o grafdat ./grafdat.o ../sybilsrc/lppak.o -g -Os -Wall -Wpointer-arith -no-cpp-precomp -L/usr/X11R6/lib \
f77: unrecognized option `-no-cpp-precomp'
What should I do?
Have you tried removing the "-no-cpp-precomp" flag fromt the compiler command line?
-- Martin
------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
