home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / gcc / help / 2101 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  2.2 KB

  1. Path: sparky!uunet!airgun!se05!dla
  2. From: dla@se05.wg2.waii.com (Doug Acker)
  3. Newsgroups: gnu.gcc.help
  4. Subject: building on 386 cross compilier on AIX
  5. Message-ID: <1992Sep10.110936@se05.wg2.waii.com>
  6. Date: 10 Sep 92 16:09:36 GMT
  7. Sender: news@airgun.wg.waii.com
  8. Reply-To: acker@se01.wg2.waii.com
  9. Organization: Western Geophysical Exploration Products
  10. Lines: 38
  11. Nntp-Posting-Host: se05.wg2.waii.com
  12.  
  13. I want to be able to compile 386 code on an AIX box ..... so I ran
  14. configure as follows:
  15.  
  16. configure --host=rs6000 --target=ps2
  17.  
  18. The compile halts at the following:
  19.  
  20.   cc -c -DCROSS_COMPILE   -g     -I. -I. -I./config aux-output.c
  21. "aux-output.c", line 1588.34: 1506-010 (W) Macro AS2 invoked with a null argume.
  22. "aux-output.c", line 1590.34: 1506-010 (W) Macro AS2 invoked with a null argume.
  23. "aux-output.c", line 1623.38: 1506-010 (W) Macro AS2 invoked with a null argume.
  24. "aux-output.c", line 1628.34: 1506-010 (W) Macro AS2 invoked with a null argume.
  25.         cc -c -DCROSS_COMPILE   -g     -I. -I. -I./config getpwd.c
  26.         cc -DCROSS_COMPILE   -g   -o cc1 c-parse.o c-lang.o  c-lex.o c-decl.o cd
  27.         cc -c -DCROSS_COMPILE   -g     -I. -I. -I./config \
  28.           `echo ./cp-parse.c | sed 's,^\./,,'`
  29. "/usr/local/lib/bison.simple", line 34.0: 1506-262 (W) #pragma directive must o.
  30.         cc -c -DCROSS_COMPILE   -g     -I. -I. -I./config cp-decl.c
  31.         cc -c -DCROSS_COMPILE   -g     -I. -I. -I./config cp-decl2.c
  32.         cc -c -DCROSS_COMPILE   -g     -I. -I. -I./config cp-typeck.c
  33.         cc -c -DCROSS_COMPILE   -g     -I. -I. -I./config cp-type2.c
  34.         cc -c -DCROSS_COMPILE   -g     -I. -I. -I./config cp-tree.c
  35.         cc -c -DCROSS_COMPILE   -g     -I. -I. -I./config cp-ptree.c
  36.         cc -c -DCROSS_COMPILE   -g     -I. -I. -I./config cp-cvt.c
  37.         cc -c -DCROSS_COMPILE   -g     -I. -I. -I./config cp-search.c
  38.         cc -c -DCROSS_COMPILE   -g     -I. -I. -I./config cp-lex.c
  39. "cp-lex.c", line 67.0: 1506-041 (S) Parameter list cannot contain fewer paramet.
  40. The error code from the last failed command is 1.
  41.  
  42.  
  43. -- 
  44. Douglas L. Acker
  45.  
  46. Western Geophysical Exploration Products
  47. Systems Engineer
  48.  
  49. Email (internal):  acker                Phone:  713-964-6128
  50.       (Internet):  acker@wg2.waii.com
  51.