Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 98 03:41:43 +0100
From:      Jean-Marc Zucconi <jmz@cabri.obs-besancon.fr>
To:        giffunip@asme.org
Cc:        ports@FreeBSD.ORG
Subject:   Re: Problem with f77
Message-ID:  <9803220241.AA26732@cabri.obs-besancon.fr>
In-Reply-To: <35136C3B.41C67EA6@asme.org> (giffunip@asme.org)

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> Pedro F Giffuni writes:

 > /var/tmp/cc0015591.o: Undefined symbol `_exit_' referenced from text
 > segment
 > /usr/lib/libf2c.so.2.0: Undefined symbol `_exit_' referenced
 > *** Error code 1

Some fortran implementatiom provide an exit routine (CALL EXIT). Just
link with the following C code:

void exit_ () {exit (0);}

Jean-Marc
 _____________________________________________________________________________
 Jean-Marc Zucconi       Observatoire de Besancon       F 25010 Besancon cedex
                   PGP Key: finger jmz@cabri.obs-besancon.fr

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



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