I am trying to recompile some code on a machine that does not have the ifc compiler installed. (The code did compile w/o problems on another computer that has ifc). It all works fine except for one program that chokes on some subroutines it can't find. Here are the error lines:
(.text+0xdee): undefined reference to `upcase_' (.text+0xe5f): undefined reference to `errcon_' (.text+0x116b): undefined reference to `upcase_' (.text+0x1559): undefined reference to `jvalut_' (.text+0x1570): undefined reference to `errcon_' (.text+0x157f): undefined reference to `textut_' (.text+0x15a2): undefined reference to `errcon_' (.text+0x15b1): undefined reference to `textut_' (.text+0x17a7): undefined reference to `errcon_' (.text+0x17cd): undefined reference to `jvalut_' (.text+0x17e2): undefined reference to `jvalut_' (.text+0x1c5d): undefined reference to `stamp_' (.text+0x1cb6): undefined reference to `errcon_' (.text+0x33c5): undefined reference to `jvalut_' (.text+0x389b): undefined reference to `jvalut_' (.text+0x38b0): undefined reference to `jvalut_' (.text+0x3933): undefined reference to `errcon_' (.text+0x3945): undefined reference to `jvalut_' (.text+0x395a): undefined reference to `jvalut_' (.text+0x399c): undefined reference to `jvalut_' (.text+0x3c12): undefined reference to `jvalut_' (.text+0x3c27): undefined reference to `jvalut_' (.text+0x3c8f): undefined reference to `upcase_' (.text+0x4a46): undefined reference to `jvalut_'There is probably a library missing somewhere, but I don't know which one. Any idea out there?
Bye, Fred.
<<attachment: Frederic_Vellieux.vcf>>
