Re: f77 broken on -current

2002-06-08 Thread Steve Kargl
On Sat, Jun 08, 2002 at 09:29:30PM +1000, Tim J. Robbins wrote: > f77 cannot compile any programs on -current: > > %f77 test.f > /usr/libexec/elf/ld: cannot find -lfrtbegin > > Creating src/gnu/lib/libfrtbegin and placing this Makefile in it fixes it > (after editing the parent directory's makef

f77 broken on -current

2002-06-08 Thread Tim J. Robbins
f77 cannot compile any programs on -current: %f77 test.f /usr/libexec/elf/ld: cannot find -lfrtbegin Creating src/gnu/lib/libfrtbegin and placing this Makefile in it fixes it (after editing the parent directory's makefile to hook it in): .PATH: ../../../contrib/libf2c/libF77 LIB=frtbegin S