home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / gcc / help / 2987 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  3.6 KB

  1. Path: sparky!uunet!mcsun!chsun!mecati!giovanni
  2. From: giovanni@mecati.UUCP (Giovanni TADDEI)
  3. Newsgroups: gnu.gcc.help
  4. Subject: Re: Help needed building GCC-2.3.3 on HP 9400 and HPUX 7.03
  5. Summary: Re: Help needed building GCC-2.3.3 on HP 9400 and HPUX 7.03
  6. Message-ID: <815@mecati.UUCP>
  7. Date: 21 Jan 93 14:51:33 GMT
  8. References: <1993Jan15.185524.27264@cs.tu-berlin.de>
  9. Organization: Mecasoft sa., Muralto, Switzerland
  10. Lines: 76
  11.  
  12. In article <1993Jan15.185524.27264@cs.tu-berlin.de>, whandke@opal.cs.tu-berlin.de (Wieland Handke) writes:
  13.  
  14. > I have a problem installing the GNU C compiler (version 2.3.3) on a HP 9000 
  15. > Series 400 computer running HP-UX 7.03.
  16.     I have the same problem with an hp425e running hp-ux 8.0.
  17.     My configuration: hp9k345
  18.     The output of the compilation process:
  19.  
  20.     cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300  -DIN_GCC        -I. -I. -I./config \
  21.       -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/hp9k345/`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ./version.c`/include\" \
  22.       -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/g++-include\" \
  23.       -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
  24.       -DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/hp9k345/`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < ./version.c`/sys-include\" \
  25.       -DTOOLDIR=\"/usr/local/hp9k345/\" \
  26.       -c `echo ./cccp.c | sed 's,^\./,,'`
  27. "./tm.h", line 361: syntax error:
  28.     } while (0)
  29.     ^
  30. "./pcp.h", line 23: warning: no storage class, type specifier or type qualifier
  31.    specified - 'int' assumed
  32. "./pcp.h", line 31: syntax error:
  33.     STRINGDEF *chain;        
  34.             ^
  35. "./pcp.h", line 38: syntax error:
  36.     STRINGDEF *str;
  37.             ^
  38. "./pcp.h", line 40: zero sized struct/union
  39. "cccp.c", line 590: syntax error:
  40.     static STRINGDEF *stringlist;
  41.                      ^
  42. "cccp.c", line 591: syntax error:
  43.     static STRINGDEF **stringlist_tailp = &stringlist;
  44.                      ^
  45. "cccp.c", line 4429: 'str' undefined
  46. "cccp.c", line 4430: syntax error:
  47.     int nkeys;
  48.       ^
  49. "cccp.c", line 4445: syntax error:
  50.     str = (STRINGDEF *) cp;
  51.                       ^
  52. "cccp.c", line 4457: struct/union pointer required before '->'
  53. "cccp.c", line 4457: left-hand side of '=' should be an lvalue
  54. "cccp.c", line 4457: warning: incorrect combination of pointer and integer for
  55.    operator '='
  56. "cccp.c", line 4458: struct/union pointer required before '->'
  57. "cccp.c", line 4458: left-hand side of '=' should be an lvalue
  58. "cccp.c", line 4459: struct/union pointer required before '->'
  59. "cccp.c", line 4459: left-hand side of '=' should be an lvalue
  60. "cccp.c", line 4460: struct/union pointer required before '->'
  61. "cccp.c", line 4460: left-hand side of '=' should be an lvalue
  62. "cccp.c", line 4460: warning: incorrect combination of pointer and integer for
  63.    operator '='
  64. "cccp.c", line 4461: struct/union pointer required before '->'
  65. "cccp.c", line 4461: left-hand side of '=' should be an lvalue
  66. "cccp.c", line 4463: struct/union pointer required before '->'
  67. "cccp.c", line 4463: left-hand side of '=' should be an lvalue
  68. "cccp.c", line 4464: 'stringlist_tailp' undefined
  69. "cccp.c", line 4464: operand for the indirection operator '*' should have
  70.    non-void pointer type
  71. "cccp.c", line 4465: struct/union pointer required before '->'
  72. "cccp.c", line 4465: address operator '&' should not be applied to this operand
  73. "cccp.c", line 4465: cannot recover from earlier errors: goodbye!
  74. *** Error code 1
  75.  
  76.     NOTES: - gcc-2.3.2 built without problems on the same system.
  77.            - gcc-2.3.3 built without problems on an hp710 running
  78.          hp-ux 8.07.
  79.  
  80. ----
  81. Giovanni TADDEI                 tel +41 93 337444
  82. c/o Mecasoft s.a.               Fax +41 93 335507
  83. via Mariani 1A                  e-mail giovanni@mecasoft.ch
  84. CH-6600 MURALTO
  85.  
  86.