On Fri, 14 Mar 1997, Jesse Goldman wrote: > I've run into what appears to be a library problem with one of my debian > systems. When I try to compile a fortran program one one of them, > compilation chokes at the linking stage because a subroutine called > "fdate" can't be found. This doesn't happen on any of the other machines > but all of them, as far as I can tell, have the same version of the > library packages installed (libc5, libelf etc...) Does anyone know what > package contains the library with the routine fdate? Maybe my old version > on this machine was destroyed somehow. Thanks..
Run `strace command-to-compile-fortran 2> out' in the machine that works, and in the machine it doesn't, and compare out. Nicolás Lichtmaier.- | From Buenos Aires, [EMAIL PROTECTED] | Argentina!

