[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Errors
From: |
Steven Quinones-Colon |
Subject: |
Errors |
Date: |
Tue, 21 Aug 2007 15:41:43 -0700 |
User-agent: |
Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) |
I have obj-c in gcc and I keep getting this error when I run startup:
*********************************************************************
--------------------------------------------------------------
E150 Error
You do not have the GNU Objective-C compiler installed
Check to make sure you have a full installation of the GCC
compiler that includes the Objective-C headers and libraries
--------------------------------------------------------------
W151 Error
You do not have the GNU Objective-C headers installed.
Check to make sure you have a full installation of the GCC
compiler that includes the Objective-C headers and libraries.
Ignore this warning on MingW. The Objective-C library will be insatlled
by Startup anyway.
--------------------------------------------------------------
I199 Information
GNUstep is not installed yet. Please proceed with installation of GNUstep
as long as you have resolved other errors listed here.
--------------------------------------------------------------
W272 Warning
You do not have a recent version of the libobjc library. Startup
will install one.
--------------------------------------------------------------
E281 Error
I don't seem to be able to use your Objective-C compiler to produce
working binaries! Please check your Objective-C compiler installation.
For gcc-3.0.x make sure that your compiler's libgcc_s and libobjc
can be found by the dynamic linker - usually that requires you to add
the directory given by gcc -print-file-name=libobjc.so to your
LD_LIBRARY_PATH or /etc/ld.so.conf.
Please refer to your compiler installation instructions for more help.
*********************************************************************
Please correct the above errors before installing GNUstep
If you don't understand something or think a test is in error,
please email bug-gnustep@gnu.org and send the
/usr/people/stevenq/src/gnustep-startup-0.18.1/build/logs.tar.gz file
When I do gcc -print-file-name=libobjc.so I get :
/home/stevenq/Applications/gcc/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.2.1/../../../../lib64/libobjc.so
which i have in my .tchsrc:
setenv LD_LIBRARY_PATH
${LD_LIBRARY_PATH}:/home/stevenq/Applications/gcc/lib64:/usr/people/stevenq/App
lications/gcc/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.2.1/../../../../lib64/libobjc.so
I also tried to compile pakages individially, started with "base" after
installing gnuMake and like this:
./configure --prefix=/usr/people/stevenq/Applications/gnuStep
--with-config-file=/usr/people/stevenq/Applications/gnuStep/GNUstep.conf
--includedir=/usr/people/stevenq/Applications/gcc/lib/gcc/x86_64-unknown-linux-gnu/4.2.1/include/objc
--libdir=/usr/people/stevenq/Applications/gcc/lib
and get:
checking objc/objc.h usability... no
checking objc/objc.h presence... no
checking for objc/objc.h... no
Check to make sure you have a full installation of the GCC
compiler that includes the Objective-C headers and libraries
configure: error: Could not find Objective-C headers
I'm at a loss about what to do to install. If you don't have the answers
please point me in the right direction.
Best regards,
Steven
--
"Nothing is unstable"
Dr. Michael Turner, Cosmologist, University of Chicago
logs.tar.gz
Description: GNU Zip compressed data
stevenq.vcf
Description: Vcard
- Errors,
Steven Quinones-Colon <=