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 [email protected] 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.soI 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 headersI'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
begin:vcard fn:Steven Quinones-Colon n:Quinones-Colon;Steven org:Tippett Studio adr:;;2741 10th street;Berkeley;California;94710;U.S.A. email;internet:[EMAIL PROTECTED] title:Technical Director tel;work:Tippett Studio tel;home:510-868-8467 tel;cell:510.323.6335 note;quoted-printable:1334 Wanda Street=0D=0A= Crockett, Ca. 94525 x-mozilla-html:TRUE version:2.1 end:vcard
_______________________________________________ Bug-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnustep
