home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.aix
- Path: sparky!uunet!spool.mu.edu!yale.edu!jvnc.net!darwin.sura.net!zaphod.mps.ohio-state.edu!hobbes.physics.uiowa.edu!news.uiowa.edu!herky.cs.uiowa.edu!donath
- From: donath@herky.cs.uiowa.edu (Matt Donath)
- Subject: Making gcc-2.2.2 on RS6000
- Message-ID: <1992Sep8.154642.1998@news.uiowa.edu>
- Sender: donath@cs.uiowa.edu
- Date: Tue, 8 Sep 1992 15:46:42 GMT
- Reply-To: donath@herky.cs.uiowa.edu (Matt Donath)
- Nntp-Posting-Host: herky.cs.uiowa.edu
- Organization: U of Iowa, Iowa City, IA
- Keywords: GNU, RS6000,
- Lines: 22
-
- I get the following error when trying to make gcc. Has anyone seen this?
- -------------
-
- {stuff that worked deleted}
- for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _lshldi3 _ashldi
- 3 _ashrdi3 _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fi
- xdfdi _fixunssfdi _fixsfdi _varargs _eprintf _builtin_new _builtin_New _builtin_del _bb _shtab _clear_
- cache _trampoline __main _exit; \
- do \
- echo ${name}; \
- ./gcc -O2 -g -B./ -g1 -I. -I. -I./config -c -DL${name} \
- ./libgcc2.c -o ${name}.o; \
- if [ $? -eq 0 ] ; then true; else exit 1; fi; \
- ar rc tmplibgcc2.a ${name}.o; \
- rm -f ${name}.o; \
- done
- _muldi3
- Assembler:
- /tmp/ccbOcDmb.s: line 25: 1252-142 Syntax error.
- make: 1254-004 The error code from the last command is 1.
-
- Make Quitting.
-