home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.help
- Path: sparky!uunet!cis.ohio-state.edu!vki68.aar-vki.DK!eks
- From: eks@vki68.aar-vki.DK (Eigil Krogh Sorensen)
- Subject: libg++-2.3 make check error (resource.h)
- Message-ID: <m0n4GFa-0001iGC@vki68.aar-vki.dk>
- Sender: daemon@cis.ohio-state.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Tue, 22 Dec 1992 19:30:43 GMT
- Lines: 74
-
-
- While make check of libg++-2.3 on Motorola sysV68 R3V5.1,
- 68030(mvme147) based, using gcc-2.3.2 this happens (<sys/resource.h>
- see below).
-
-
- gcc -v -O2 -nostdinc++ -I. -I.. -I./../iostream \
- -I./../src -I./../g++-include -c tiLList.cc
- Reading specs from /usr/local/lib/gcc-lib/3300/2.3.2/specs
- gcc version 2.3.2
- /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
- GNU CPP version 2.3.2 (68k, SGS/AT&T sysV68 syntax)
- /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
- GNU C++ version 2.3.2 (68k, SGS/AT&T sysV68 syntax) compiled by GNU C version 2.3.2.
- as -o tiLList.o /usr/tmp/cca12379.s
- gcc tiLList.o -o tiLList ../libg++.a
- ./tiLList < ./tLList.inp > tiLList.out 2>&1
- diff -b ./tLList.exp tiLList.out
- ./test_h
- Could include all g++-include files
- ^ echo "(Must run tCurses manually from tty)"
- \ (Must run tCurses manually from tty)
- \
- \
- \---<< What kind of information is that when later this happens:
-
-
-
- gcc -v -O2 -nostdinc++ -I. -I. -I../.. \
- -I./../../iostream -I./../../src \
- -I./../../g++-include -c main.cc
- Reading specs from /usr/local/lib/gcc-lib/3300/2.3.2/specs
- gcc version 2.3.2
- /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
- GNU CPP version 2.3.2 (68k, SGS/AT&T sysV68 syntax)
- In file included from main.cc:22:
- ./../../g++-include/sys/resource.h:15: sys/resource.h: No such file or directory
- *** Error code 1
-
- Stop.
- *** Error code 1
-
- Stop.
- *** Error code 1
-
- Stop.
- *** Error code 1
-
- Stop.
- *** Error code 1
-
- Stop.
- *** Error code 1
-
- Stop.
- vki68 eks $
-
-
-
- There is NO sys/resource.h on this system except
-
- /usr/local/lib/g++-include/sys/resource.h
- and
- /usr/eks/gnu/ftp.denet.dk/libg++-2.3/libg++-2.3/libg++/g++-include/sys/resource.h
-
- which both has #include_next <sys/resource.h>
-
-
- What can I do about that. Libg++-2.3 is maked and installed. make check
- for libg++-2.3 produces the error.
-
-
- Best,
- Eigil Krogh Sorensen
-