home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.help
- Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!st6000.sct.edu!install2
- From: install2@st6000.sct.edu (Ron Skopitz)
- Subject: (none)
- Message-ID: <9207290546.AA47295@st6000.sct.edu>
- Sender: daemon@cis.ohio-state.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Tue, 28 Jul 1992 21:46:33 GMT
- Lines: 38
-
-
- Howdy!
- Thanks all for the help! GCC compiled flawlessly after your
- instructions! Now I assuming that I must build the libraries in order to
- get anything to work. (?) I compiled gcc into an install acount (not into
- /bin/...) so maybr that is part of my trouble with the following error I get
- when trying to compile libraries. Any suggestions??? Once again, this is
- an RS/6000 running AIX 3.2. Thanks!!
-
-
-
-
- make all
- rootme=`pwd` ; export rootme; CC="cc `if [ -f ${rootme}/../gcc/gcc ] ; \
- then echo -I${rootme}/../gcc/include ; \
- else echo ; fi`"; export CC; \
- ./utils/gen-params >tmp-params.h
- cc: 1501-218 file dummy.C contains an incorrect file suffix
- nm: dummy.o: 0654-200 Cannot open the specified file.
-
- nm: A file or directory in the path name does not exist.
- nm: dummy.o: 0654-200 Cannot open the specified file.
-
- nm: A file or directory in the path name does not exist.
- nm failed to find FUNC in dummy.o!
- ./utils/gen-params: -1: 0402-007 The specified number is outside the range for this command.
- make: 1254-004 The error code from the last command is 1.
-
- Make Quitting.
- make: 1254-004 The error code from the last command is 2.
-
- Make Quitting.
-
-
- See if you can make any sense outa this?!? Thanks again...
-
- --Ron Skopitz
- install2@st6000.sct.edu
-