I've been attempting to compile some fortran code for a fairly important project, and have been having trouble. The problem seems to be that there is no libU77, libF77, or libI77, which is a problem - because the program needs the functions date_and_time (or something like that - I'm not the fortran guy, I just admin this box :). I did an apt-get source g77, and dpkg-buildpackage fails - it gives me this error:
/usr/local/src/gcc-2.95.2/build/gcc/xgcc -B/usr/local/src/gcc-2.95.2/build/gcc/ -B/usr/i386-linux/bin/ -fgnu-runtime -c -o gc_gc.o -I. -I/usr/local/src/gcc-2.95.2/src/libobjc -DIN_GCC -I/usr/include/gc -DOBJC_WITH_GC=1 \ -I/usr/local/src/gcc-2.95.2/src/libobjc/objc -I/usr/local/src/gcc-2.95.2/src/libobjc/../gcc -I/usr/local/src/gcc-2.95.2/src/libobjc/../gcc/config -I../../gcc -I/usr/local/src/gcc-2.95.2/src/libobjc/../include /usr/local/src/gcc-2.95.2/src/libobjc/gc.c /usr/local/src/gcc-2.95.2/src/libobjc/gc.c:37: gc.h: No such file or directory /usr/local/src/gcc-2.95.2/src/libobjc/gc.c:55: gc_typed.h: No such file or directory make[4]: *** [gc_gc.o] Error 1 make[4]: Leaving directory /usr/local/src/gcc-2.95.2/build/i386-linux/libobjc' make[3]: *** [all-target-libobjc] Error 2 -------------------------- I did a locate (I tried building on monday, so updatedb has had a chance to run), and got this: penguin:/usr/local/src/gcc-2.95.2# locate gc.h /usr/local/src/gcc-2.95.2/src/texinfo/info/gc.h /usr/src/kernel-headers-2.0.36/include/net/gc.h But neither of those makes much sense. I could not find a gc_typed.h anywhere. Am I doing something stupid? Is there a fortran package I need to install? Please help! People are asking to use this program, and I can't get it to work....