Re: libg2c.a in -current

1999-05-23 Thread Brian Somers
> ># $ brucify Makefile > ># Line 123: Continuation of rule should be indented 4 spaces, not 1 tab > ># character. > > > >I pilfered the format from src/lib/libalias/Makefile, so it fails > >brucify(1) there as well. :) > > I don't know where all the bad examples in src/lib/*/Makefile ca

Re: libg2c.a in -current

1999-05-23 Thread Bruce Evans
># $ brucify Makefile ># Line 123: Continuation of rule should be indented 4 spaces, not 1 tab ># character. > >I pilfered the format from src/lib/libalias/Makefile, so it fails >brucify(1) there as well. :) I don't know where all the bad examples in src/lib/*/Makefile came from. In Lite

Re: libg2c.a in -current

1999-05-23 Thread Steve Price
On Sun, 23 May 1999, David O'Brien wrote: # > Index: Makefile # > === # > RCS file: /home/ncvs/src/gnu/lib/libg2c/Makefile,v # # > +beforeinstall: # > + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/g2c.h \ # > +

Re: libg2c.a in -current

1999-05-23 Thread David O'Brien
> Index: Makefile > === > RCS file: /home/ncvs/src/gnu/lib/libg2c/Makefile,v > +beforeinstall: > + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/g2c.h \ > + ${DESTDIR}/usr/include > + $ brucify Makefi

Re: libg2c.a in -current

1999-05-23 Thread David O'Brien
> Anyone know why libf2c* was renamed to libg2c* in egcs? Cygnus has hacked (possibly considerably) Bell-Labs' libf2c. To the point a program written to the EGCS's FORTRAN lib wouldn't be linkable with libf2c. Thus they felt the need for a unique name. > Does egcs have a replacement for f2c?