Date: Tue, 09 Jun 1998 15:10:07 -0400 From: "Christopher M. Giordano" <CGiordano@gdeb.com> To: freebsd-ports@FreeBSD.ORG Cc: nils@guru.ims.uni-stuttgart.de, jmacd@FreeBSD.ORG Subject: g77 in -current Message-ID: <357D888F.70D56297@gdeb.com>
next in thread | raw e-mail | index | archive | help
Is anyone using g77 in 3.0-CURRENT? I did a make world using the latest sources from the CVS repository distributed on the 2.2.6-R CD-ROM set and I am having trouble getting g77-0.5.19.1 to link. I've built it from sources in the port and also tried the package binary from the FTP site, but it always complains about undefined symbols; the symbols in questions are in the libf2c, but g77 is looking for them w/o the usual leading underscore. $ cat test.f print *, "Hello, world." end $ g77 test.f /var/tmp/cc0076661.o: Undefined symbol `do_lio' referenced from text segment /var/tmp/cc0076661.o: Undefined symbol `e_wsle' referenced from text segment /var/tmp/cc0076661.o: Undefined symbol `s_stop' referenced from text segment /var/tmp/cc0076661.o: Undefined symbol `s_wsle' referenced from text segment Thanks, Chris Giordano cgiordano@gdeb.com 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?357D888F.70D56297>