Date: Sat, 29 Apr 1995 01:59:03 -0700 From: Joshua Peck Macdonald <jmacd@thud.cdrom.com> To: CVS-commiters@thud.cdrom.com, cvs-ports@thud.cdrom.com Subject: cvs commit: ports/lang/g77/scripts configure Message-ID: <199504290859.BAA26963@thud.cdrom.com>
next in thread | raw e-mail | index | archive | help
jmacd 95/04/29 01:59:01 Modified: lang/g77 Makefile lang/g77/files Makefile.f771 md5 lang/g77/scripts configure Added: lang/g77/files Makefile.inc.diffs gcc.c.diffs Log: Okay, so I basically started over using today's release of version 0.5.14 and corrected things that asami patched up quickly the right way. A rule needed to be removed from the gcc source file to make it not use f2c on .f input files. I also told it to link with -lf2c by default, so that you don't need to specify -lf2c for every fortran program you compile. It now will install in the prefix directory properly, and only needs to make two symbolic links from ${PREFIX}/lib/crt0.o and ${PREFIX}/lib/libgcc.a into /usr/lib. Nothing needs to be added to /usr/lib. I've tested it by building octave, which incorporates all the well known fortran math libraries, which I would assume is a good test. Enjoy!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504290859.BAA26963>