home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / g / lib / bug / 451 < prev    next >
Encoding:
Text File  |  1992-07-29  |  877 b   |  25 lines

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