From owner-freebsd-alpha Thu Jun 7 9: 3:50 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 2116937B407; Thu, 7 Jun 2001 09:03:44 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id MAA16321; Thu, 7 Jun 2001 12:03:42 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f57G3Cu38114; Thu, 7 Jun 2001 12:03:12 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15135.42432.130641.662151@grasshopper.cs.duke.edu> Date: Thu, 7 Jun 2001 12:03:12 -0400 (EDT) To: obrien@FreeBSD.ORG Cc: Chris Casey , alpha@FreeBSD.ORG Subject: Re: ccc In-Reply-To: <20010607090049.D91396@dragon.nuxi.com> References: <20010606114751.A77329@hub.freebsd.org> <20010607090049.D91396@dragon.nuxi.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org David O'Brien writes: > On Thu, Jun 07, 2001 at 09:55:12AM -0500, Chris Casey wrote: > > yay... > > Here is what happens with no linux_devtools (kinda long): > > > > test@polaris:~> fort -extend_source -arch ev6 -L /compat/linux/usr/lib > > -lcxml -o CN1D_2 CrankNicholson.1D.f > > Duh, I really cannot read stright this morning. > This invocation is most likely wrong, as you don't want the `fort' > compiler to use libs in /compat. [we are still working on the goal of a > "native" port, correct?] > > > /compat/linux/usr/lib/libfor.so: undefined reference to `getenv@GLIBC_2.0' > > You also need to move libfor, libUfor, and libcxml out of the > /compat/linux tree and into /lib/lib/compaq (if the fortran installs > simular to the C compiler) And then he's going to have a problem, since they seem to want a bunch of symbols from glibc. Is there any way to fake this out: /compat/linux/usr/lib/libfor.so: undefined reference to `strchr@GLIBC_2.0' Or, hmm, I wonder if it could just link to whatever g77 uses for this purpose. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message