Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] problem in using mkmf with g95

Hi
i followed exactly the procedure as it is mentioned in: http://vinyl2.sentex.ca/~tcc/g95/How_to_use_mkmf_with_g95.html then i cd to the directory of my source codes and run in console mode: c:\MinGW\bin\mkmf-g95.bat
the results was the following error:
Global symbol "@tgt_suffixes" requires explicit package name at c:\mingw\bin\mkmf line 453.
Execution of c:\mingw\bin\mkmf aborted due to compilation errors.

the line 453 of mkmf is:
( $name, $path, $suffix ) = fileparse( $opt_p, @tgt_suffixes );

what is wrong in the above procedure? have i used the bat file correctly?
Best Wishes,
Hadian


Back to the top