%% jullion loic <[EMAIL PROTECTED]> writes: jl> Hi, When using a make file to run a fortran code, I jl> have encoutered an error: jl> make: ifc: command not found jl> make: ***[time.o] Error 127 jl> Can you help me with that?
It means the ifc program is not found on your PATH. If you have it installed, add the directory it's in to your PATH. If not, you'll have to install it. This is not a GNU make question, though. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make