Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!usc!isi.edu!sondeen From: sondeen@isi.edu (Jeff Sondeen) Newsgroups: comp.binaries.ibm.pc.d Subject: Re: v10i111: dj1bin, GNU C and C++ for 386/DOS (part 01/36) Message-ID: <16847@venera.isi.edu> Date: 21 Feb 91 16:02:45 GMT References: <3114@sixhub.UUCP> <1991Feb11.233356.18585@sj.ate.slb.com> <3154@sixhub.UUCP> Reply-To: sondeen@venera.isi.edu (Jeff Sondeen) Organization: Information Sciences Institute, Univ. of So. California Lines: 17 I succeeded in compiling a large application with DJ GCC, but only after removing a duplicate symbol (_localtime) and adding one (_fabs) in the main library file. Anybody else run across this? My transcript follows: gcc -o d:/ramrom/ramgen ramgen.o ramdel.o -L. -lsicomp -lm ramgen.o: Undefined symbol _fabs referenced from text segment lib/localtim.o: Definition of symbol _localtime (multiply defined) gen/ctime.o: Definition of symbol _localtime (multiply defined) *** Error code 1 -- /jeff sondeen@isi.edu "engineers were discouraged from bringing problems to the attention of their supervisors" -- John Magnus, final report, Hubble Space Telescope investigation