Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2000 00:50:05 -0700
From:      "Crist J . Clark" <cjclark@reflexnet.net>
To:        Gene Harris <zeus@tetronsoftware.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: make and f77
Message-ID:  <20000930005004.R81242@149.211.6.64.reflexcom.com>
In-Reply-To: <Pine.BSF.4.21.0009292100440.655-100000@ns1.tetronsoftware.com>; from zeus@tetronsoftware.com on Fri, Sep 29, 2000 at 09:14:51PM -0500
References:  <Pine.BSF.4.21.0009292100440.655-100000@ns1.tetronsoftware.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 29, 2000 at 09:14:51PM -0500, Gene Harris wrote:

[snip]

> BEGIN Makefile ==========
> 
> cnindo: coord.o ss.o eign.o open.o closed.o matio.o huckle.o 
> 
> coord.o: coord.f
> ss.o: ss.f
> eign.o: eign.f
> open.o: open.f
> closed.o: closed.f
> matio.o: matio.f
> huckle.o: huckle.f
> 
> END Makefile ===========
> 
> I am able to compile the programs manually and link them manually with ld.
> 
> The make file ALWAYS fails with errors that the *.o files cannot be
> found.  It appears the  compiler does not produce .o files from .f files, so I
> know I am leaving out some rules for f77, but I don't know what rules to
> apply.  I haven't done any make files in loooong time, so any references or
> reading concerning make files will be greatly appreciated.  (Yes, I read the
> man make entry, and it makes some sense, just not enough for me to get it to
> work.)

Can you show us the exact output from the make? There is a problem
with that Makefile, but it should not be with making the .o files.
-- 
Crist J. Clark                           cjclark@alum.mit.edu


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000930005004.R81242>