From owner-freebsd-questions Sat Sep 30 0:50:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 0090037B502 for ; Sat, 30 Sep 2000 00:50:21 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sat, 30 Sep 2000 00:49:05 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.11.0/8.11.0) id e8U7oAf24996; Sat, 30 Sep 2000 00:50:10 -0700 (PDT) (envelope-from cjc) Date: Sat, 30 Sep 2000 00:50:05 -0700 From: "Crist J . Clark" To: Gene Harris Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make and f77 Message-ID: <20000930005004.R81242@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from zeus@tetronsoftware.com on Fri, Sep 29, 2000 at 09:14:51PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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