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