From owner-freebsd-questions Mon Jun 5 8:26:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 7799937BDE2 for ; Mon, 5 Jun 2000 08:26:02 -0700 (PDT) (envelope-from kheuer@gwdu60.gwdg.de) Received: from localhost (kheuer@localhost) by gwdu60.gwdg.de (8.9.2/8.9.2) with ESMTP id RAA98487; Mon, 5 Jun 2000 17:25:58 +0200 (CEST) (envelope-from kheuer@gwdu60.gwdg.de) Date: Mon, 5 Jun 2000 17:25:58 +0200 (CEST) From: Konrad Heuer To: Boucher Eric Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Using Fortran In-Reply-To: <393BB820.5DF7A001@sympatico.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 5 Jun 2000, Boucher Eric wrote: > I wanted to use the Fortran compiler deliver with FreeBSD but it didn't > worked. I typed f77 nameofmyfile and it produce a file a.out like it > suppose to do and I tried to execute it, but it didn't work. The message > : Command not found appears. But a message also appear and says, after > typing f77 ...: Try typing: ./a.out Probably the current working directory isn't included in your search path. > usr/lib/libf2c.so : warning : mktemp( ) possibly used unsafely ; > consider using mkstemp ( ). >=20 > What does this mean? I'm new to all this, so please try to be very > clear, I'm not an expert. For the moment, feel free ignore the message. mkstemp is a better implementation of a library function used by the compiler. Regards Konrad Heuer Personal Bookmarks: Gesellschaft f=FCr wissenschaftliche Datenverarbeitung mbH G=D6ttingen http://www.freebsd.org Am Fa=DFberg, D-37077 G=D6ttingen http://www.daemonnews.o= rg Deutschland (Germany) kheuer@gwdu60.gwdg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message