home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / gcc / help / 2863 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.7 KB

  1. Xref: sparky gnu.gcc.help:2863 comp.windows.x:20794
  2. Path: sparky!uunet!dtix!darwin.sura.net!europa.asd.contel.com!awds.imsd.contel.com!mh
  3. From: mh@awds.imsd.contel.com (Mike Hoegeman)
  4. Newsgroups: gnu.gcc.help,comp.windows.x
  5. Subject: Re: Can't compile X11R5 with gcc 2.3.3 on SVR4
  6. Message-ID: <1993Jan6.041601.6055@awds.imsd.contel.com>
  7. Date: 6 Jan 93 04:16:01 GMT
  8. References: <1993Jan4.175438.16561@hal.nbg.sub.org>
  9. Organization: GTE Weather systems group, Westlake Village, CA
  10. Lines: 28
  11.  
  12. In article <1993Jan4.175438.16561@hal.nbg.sub.org> bodo@hal.nbg.sub.org (Bodo Bauer) writes:
  13. >Hello to everyone out there!
  14. >The subject says it all. I tried to build X11R5 Pl.21 / XFree86
  15. >and got the following errors:
  16. >make World BOOTSTRAPCFLAGS='-DSVR4 -DSYSV386' >& World.log &
  17. >[...]
  18. >        gcc -c -ansi -O2 -m486 -fpcc-struct-return -Di386   -I../../.  -DSVR4 -D
  19. >SYSV386    -DUNIXCONN -DTCPCONN -DSERVER_LOCALCONN -DSVR4_ACP   -fPIC XConnIM.c
  20. >XConnIM.c: In function `_XipConnectIM':
  21. >XConnIM.c:101: `asm' needs too many reloads
  22. >gcc: Internal compiler error: program cc1 got fatal signal 6
  23.  
  24. etc...
  25.  
  26. It looks to me like one of the network related header files being
  27. inlcuded has an asm directive in it which gcc does not understand.  
  28.  
  29. My guess is it's some thing like an asm version of htonl. you can track
  30. down which header file it is by looking for a there is a #define called
  31. something like NO_ASM. If you put -DNO_ASM in your CFLAGS this will
  32. cause the asm chunk of code not to be included and thus allow you to
  33. compile.
  34.  
  35. --mike
  36. -- 
  37. ------------------------------------------------------------------------------
  38. Mike Hoegeman               email: mh@wx.gtegsc.com  tel: (818)706-4145
  39. GTE Weather Systems Group   31717 La Tienda Dr, Westlake Village CA. 91359
  40.