home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.lib.bug
- Path: sparky!uunet!cis.ohio-state.edu!unixhub.slac.stanford.edu!terryh
- From: terryh@unixhub.slac.stanford.edu
- Subject: make check on NeXT
- Message-ID: <9207292049.AA02485@unixhub.SLAC.Stanford.EDU>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Wed, 29 Jul 1992 20:49:11 GMT
- Approved: bug-lib-g++@prep.ai.mit.edu
- Lines: 12
-
- With the new procbuf.C I can compile and link libg++-2.2 on NeXT
- nicely now. After installed libg++-2.2, I ran the 'make check' and got:
-
- Entering directory '/src/libg++-2.2/next/libg++/tests'
- rm -f *.out
- gcc tString.o -o tString ../libg++.a
- ld: multiple definitions of symbol _strtod
- ../libg++.a(dtoa.o) definition of _strtod in section (__TEXT,__text)
- /lib/libsys_s.a(strtod.o) definition of absolute _strtod (value0x5003068)
- collect: /bin/ld returned 1 exit status
-
-
-