home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / gcc / help / 2802 < prev    next >
Encoding:
Text File  |  1992-12-22  |  2.8 KB  |  86 lines

  1. Newsgroups: gnu.gcc.help
  2. Path: sparky!uunet!cis.ohio-state.edu!vki68.aar-vki.DK!eks
  3. From: eks@vki68.aar-vki.DK (Eigil Krogh Sorensen)
  4. Subject: libg++-2.3 make check error (resource.h)
  5. Message-ID: <m0n4GFa-0001iGC@vki68.aar-vki.dk>
  6. Sender: daemon@cis.ohio-state.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 22 Dec 1992 19:30:43 GMT
  10. Lines: 74
  11.  
  12.  
  13. While  make check  of  libg++-2.3  on  Motorola sysV68 R3V5.1,
  14. 68030(mvme147) based, using gcc-2.3.2 this happens (<sys/resource.h>
  15. see below).
  16.  
  17.  
  18.         gcc -v -O2 -nostdinc++ -I. -I.. -I./../iostream \
  19.         -I./../src -I./../g++-include  -c tiLList.cc
  20. Reading specs from /usr/local/lib/gcc-lib/3300/2.3.2/specs
  21. gcc version 2.3.2
  22.  /usr/local/lib/gcc-lib/3300/2.3.2/cpp -lang-c++ -nostdinc++ -v -I. -I.. -I./../iostream -I./../src -I./../g++-include -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -Dm68k -Dunix -DsysV68 -D__m68k__ -D__unix__ -D__sysV68__ -D__m68k -D__unix -D__sysV68 -D__OPTIMIZE__ -D__HAVE_68881__ tiLList.cc /usr/tmp/cca12379.i
  23. GNU CPP version 2.3.2 (68k, SGS/AT&T sysV68 syntax)
  24.  /usr/local/lib/gcc-lib/3300/2.3.2/cc1plus /usr/tmp/cca12379.i -quiet -dumpbase tiLList.cc -O2 -version -o /usr/tmp/cca12379.s
  25. GNU C++ version 2.3.2 (68k, SGS/AT&T sysV68 syntax) compiled by GNU C version 2.3.2.
  26.  as -o tiLList.o /usr/tmp/cca12379.s
  27.         gcc  tiLList.o -o tiLList ../libg++.a
  28.         ./tiLList < ./tLList.inp > tiLList.out 2>&1
  29.         diff -b ./tLList.exp tiLList.out
  30.         ./test_h
  31. Could include all g++-include files
  32. ^     echo "(Must run tCurses manually from tty)"
  33. \ (Must run tCurses manually from tty)
  34. \
  35. \
  36. \---<< What kind of information is that when later this happens:
  37.  
  38.  
  39.  
  40.         gcc -v -O2 -nostdinc++ -I. -I. -I../.. \
  41.         -I./../../iostream -I./../../src \
  42.         -I./../../g++-include  -c main.cc
  43. Reading specs from /usr/local/lib/gcc-lib/3300/2.3.2/specs
  44. gcc version 2.3.2
  45.  /usr/local/lib/gcc-lib/3300/2.3.2/cpp -lang-c++ -nostdinc++ -v -I. -I. -I../.. -I./../../iostream -I./../../src -I./../../g++-include -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus -Dm68k -Dunix -DsysV68 -D__m68k__ -D__unix__ -D__sysV68__ -D__m68k -D__unix -D__sysV68 -D__OPTIMIZE__ -D__HAVE_68881__ main.cc /usr/tmp/cca13687.i
  46. GNU CPP version 2.3.2 (68k, SGS/AT&T sysV68 syntax)
  47. In file included from main.cc:22:
  48. ./../../g++-include/sys/resource.h:15: sys/resource.h: No such file or directory
  49. *** Error code 1
  50.  
  51. Stop.
  52. *** Error code 1
  53.  
  54. Stop.
  55. *** Error code 1
  56.  
  57. Stop.
  58. *** Error code 1
  59.  
  60. Stop.
  61. *** Error code 1
  62.  
  63. Stop.
  64. *** Error code 1
  65.  
  66. Stop.
  67. vki68 eks $ 
  68.  
  69.  
  70.  
  71. There is NO sys/resource.h on this system except
  72.  
  73. /usr/local/lib/g++-include/sys/resource.h
  74.          and
  75. /usr/eks/gnu/ftp.denet.dk/libg++-2.3/libg++-2.3/libg++/g++-include/sys/resource.h
  76.  
  77. which both has #include_next <sys/resource.h>
  78.  
  79.  
  80. What can I do about that. Libg++-2.3 is maked and installed. make check
  81. for libg++-2.3 produces the error.
  82.  
  83.  
  84. Best,
  85. Eigil Krogh Sorensen
  86.