home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / aix / 9444 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.5 KB  |  36 lines

  1. Newsgroups: comp.unix.aix
  2. 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
  3. From: donath@herky.cs.uiowa.edu (Matt Donath)
  4. Subject: Making gcc-2.2.2 on RS6000
  5. Message-ID: <1992Sep8.154642.1998@news.uiowa.edu>
  6. Sender: donath@cs.uiowa.edu
  7. Date: Tue, 8 Sep 1992 15:46:42 GMT
  8. Reply-To: donath@herky.cs.uiowa.edu (Matt Donath)
  9. Nntp-Posting-Host: herky.cs.uiowa.edu
  10. Organization: U of Iowa, Iowa City, IA
  11. Keywords: GNU, RS6000, 
  12. Lines: 22
  13.  
  14. I get the following error when trying to make gcc.  Has anyone seen this?
  15. -------------
  16.  
  17. {stuff that worked deleted}
  18.                 for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2  _lshrdi3 _lshldi3 _ashldi
  19. 3 _ashrdi3   _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf  _fixunsdfsi _fixunssfsi _fixunsdfdi _fi
  20. xdfdi _fixunssfdi _fixsfdi  _varargs _eprintf _builtin_new _builtin_New _builtin_del  _bb _shtab _clear_
  21. cache _trampoline __main _exit; \
  22.                 do \
  23.                   echo ${name}; \
  24.                   ./gcc -O2    -g -B./ -g1 -I. -I. -I./config -c -DL${name} \
  25.                       ./libgcc2.c -o ${name}.o; \
  26.                   if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  27.                   ar rc tmplibgcc2.a ${name}.o; \
  28.                   rm -f ${name}.o; \
  29.                 done
  30. _muldi3
  31. Assembler:
  32. /tmp/ccbOcDmb.s: line 25: 1252-142 Syntax error.
  33. make: 1254-004 The error code from the last command is 1.
  34.  
  35. Make Quitting.
  36.