In message: <[EMAIL PROTECTED]>
            Steve Kargl <[EMAIL PROTECTED]> writes:
: On Sat, Nov 02, 2002 at 09:47:26AM -0800, Kris Kennaway wrote:
: > On Sat, Nov 02, 2002 at 10:35:03AM -0500, Adam K Kirchhoff wrote:
: > 
: > > So is the current position on the matter that __sF is going to remain out
: > > of libc?
: > 
: > Yes.
: > 
: 
: This will break some commercially available software that
: can't easily replaced.
: 
: kargl[248] f95 -V a.f90
: NAGWare Fortran 95 compiler Release 4.2(468)
: Copyright 1990-2002 The Numerical Algorithms Group Ltd., Oxford, U.K.
: f95comp version is 4.2(468)
: /usr/local/lib/NAGWare/libf96.so: undefined reference to `__sF'
: collect2: ld returned 1 exit status
: 
: I seriously doubt that NAG will support both a 
: 4.x and 5.x version of their compiler.

Then you should force it to link with libc.so.4.  That's the version
of libc that it build libf96.so against, so you are taking a big
chance having it use libc.so.5.

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to