This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Missing libobjc and includes for Objc


I just got egcs-19981005.tar.gz and installed it on my
DIY-linux (gcc-2.8.1, make 3.76.1, binutils-2.9.1, glibc-2.0.6)

After untarring I tried to compile it:

$ ./configure --prefix=/soft/egcs-19981005 --enable-threads=posix \
 --with-stabs

$ make bootstrap
$ make install

Make failed for some reason in the libobjc section (gcc didn't find some
header files in one of the egcs subdirectories).
Unfortunately the error does not appear to be repeatable.
I made a 'make distclean' and repeated the above.
Then no error ocurred (as I know), but libobjc and the header files
(objc/*) haven't been installed.

Is this a (un-)known bug or did I something wrong ?

TIA max


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]