| Re: Not! Praise for Gfortran |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.fortran · Group Profile
Author: Steven G. KarglSteven G. Kargl Date: Sep 19, 2008 11:14
In article nwrddc01.gnilink.net>,
"Carlie J. Coats" jyarborough.com> writes:
>
> Quite clearly, you did not read the page you downloaded it from, nor
> the header-comment of the Makefile itself. And also quite clearly
> the "gcc" language manual specifies a space between the "-o" and
> the output-file name.
Even if one sets the variables and if one adds -p to all
of your mkdir commands in Makefile to fix your miss use of
mkdir, one gets
.REMOVE:kargl[188] gmake
Makefile:234: warning: overriding commands for target `/usr/home/kargl/tmp/freebsd'
Makefile:231: warning: ignoring old commands for target `/usr/home/kargl/tmp/freebsd'
(cd /usr/home/kargl/tmp/iop/ioapi ; make fixed_src)
"Makefile", line 84: Could not find /usr/home/kargl/apps/ioapi/Makeinclude.freebsd
make: fatal errors encountered -- cannot continue
There appears to be a BASEDIR=$(HOME)/apps in ioapi/Makefile.
Note exactly a good assumption.
--
steve
|