home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / g / help / 1659 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.2 KB

  1. Path: sparky!uunet!noc.near.net!news.Brown.EDU!rrp
  2. From: rrp@cfm.brown.edu (Bob Petrocelli)
  3. Newsgroups: gnu.g++.help
  4. Subject: Help building libg++2.3 (please)
  5. Date: 12 Jan 1993 19:33:33 GMT
  6. Organization: Brown University Center for Fluid Mechanics
  7. Lines: 26
  8. Distribution: usa
  9. Message-ID: <1iv6edINNshr@cat.cis.Brown.EDU>
  10. NNTP-Posting-Host: dam.brown.edu
  11. Originator: rrp@rufus
  12.  
  13.  
  14. I have sucessfully built gcc-2.3.3 and now wish to
  15. build libg++-2.3. I am having some serious problems with
  16. include file conflicts and would rejoice if given any help:
  17.  
  18. make CC=gcc yields the following:
  19.  
  20. gcc -g -O -nostdinc++ -I.. -I. -I./../iostream -I./../g++-include -c
  21. AllocRing.cc
  22. In file included from ./../g++-include/sys/types.h:15, from
  23. /usr/include/unistd.h:72, from ./../g++-include/unistd.h:25, from ./std.h:28,
  24. from AllocRing.cc:22:
  25. /usr/include/sys/types.h:24: conflicting types for 'wchar_t'
  26. ./../g++-include/stddef.h:11: previous declaration of 'wchar_t'
  27. *** Error code 1
  28. make: Fatal error: Command failed for target 'AllocRing.o'
  29. Current working directory /usr2/rrp/temp/c++/libg++-2.3/libg++/src
  30. *** Error code 1
  31. make: Fatal error: Command failed for target 'in-src'
  32.  
  33.  
  34. BTW this is being done on a Sun4 running SunOS 4.1.2
  35.  
  36. Thanks,
  37.  
  38. Bob Petrocelli
  39.