Date: Sun, 22 Mar 1998 01:19:05 -0500 From: "Pedro F. Giffuni" <giffunip@asme.org> To: Jean-Marc Zucconi <jmz@cabri.obs-besancon.fr> Cc: ports@FreeBSD.ORG Subject: Re: Problem with f77 Message-ID: <3514AD59.2781E494@asme.org> References: <9803220241.AA26732@cabri.obs-besancon.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks,
For some strange reason the program (raster3d) builds under Linux with
f2c but it doesn't build under FreeBSD.
It sounds like a bug in our libf2c, so I'll submit a follow up on an f2c
update request I made long ago
cheers,
Pedro.
Jean-Marc Zucconi wrote:
>
> >>>>> 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?3514AD59.2781E494>
