Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!deb From: deb@svax.cs.cornell.edu (David Baraff) Newsgroups: comp.sys.hp Subject: Library bug in HP-UX 3.0 Summary: multiply defined symbol Message-ID: <24730@cornell.UUCP> Date: 2 Feb 89 20:23:07 GMT References: <114@geysir.os.is> <4640011@hpirs.HP.COM> Sender: nobody@cornell.UUCP Reply-To: deb@svax.cs.cornell.edu (David Baraff) Organization: Cornell Univ. CS Dept, Ithaca NY Lines: 11 We just got HP-UX 3.0 for the 835 Spectrum machine. Upon compiling some fortran and C code together, I got an error because the symbol 'dsqrtconfig' is multiply defined in both libc.a and the fortran library. My fix was to edit the binary and change 'dsqrtconfig' to 'dsqrtconfiG' in one of the libraries. Crude but effective. David Baraff deb@svax.cs.cornell.edu