Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 May 1999 17:13:20 -0500 (CDT)
From:      Steve Price <sprice@hiwaay.net>
To:        freebsd-current@freebsd.org
Subject:   libg2c.a in -current
Message-ID:  <Pine.OSF.4.10.9905221644440.4232-100000@fly.HiWAAY.net>

next in thread | raw e-mail | index | archive | help
Anyone know why libf2c* was renamed to libg2c* in egcs?
Does egcs have a replacement for f2c?  Would anyone object
if I installed the header file, g2c.h, along with the
library?

-steve

Index: Makefile
===================================================================
RCS file: /home/ncvs/src/gnu/lib/libg2c/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	1999/05/01 22:30:14	1.3
+++ Makefile	1999/05/22 18:35:59
@@ -120,4 +120,8 @@
 	@mv ${.TARGET}.tmp ${.TARGET}
 .endif
 
+beforeinstall:
+	${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/g2c.h \
+		${DESTDIR}/usr/include
+
 .include <bsd.lib.mk>



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.10.9905221644440.4232-100000>