I'm using RH 7.1 and gcc 3.0.4 and without gnustep-objc-1.2.0.
No problems.
[bgilson@wallace RelationalDB]$ gcc -v
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.0.4/specs
Configured with: ../gcc-3.0.4/configure --prefix=/usr/local
--enable-shared --enable-threads
Thread model: posix
gcc version 3.0.4
I've got /usr/local/lib in /etc/ld.so.conf.
[bgilson@wallace objdir]$ cat config.status
#!/bin/sh
# This file was generated automatically by configure. Do not edit.
# This directory was configured as follows:
../gcc-3.0.4/configure --with-gcc-version-
trigger=/home/bgilson/GnuStepSrc/gcc-3.0.4/gcc/version.c
--host=i686-pc-linux-gnu --prefix=/usr/local --enable-shared
--enable-threads --norecursion
# using "mh-frag" and "mt-frag"
Hope this helps,
Bob
Chris Meyer wrote:
I'm using an out-of-the-box install of RH 7.1.
I'm trying to build GNUstep but it keeps failing during 'base'
configuration saying that my gcc can't produce working objc binaries...
So... can someone out there who has this configuration working please
give me the config.status from their gcc build? What about other
oddities like modifying /etc/ld.so.conf? What's the proper thing to do?
My build with --enable-languages=objc --enable-shared --enable-threads
compiles simple test programs with commands like
gcc -lobjc test.m
but when I try to run the resulting a.out file it tells me that it
can't load libgcc_s.so.1...
Anyone else have any ideas? Is there another version of gcc to use?
One more question: Do I still need to install the gnustep-objc-1.2.0
with gcc 3.0.4?
Thanks, Chris
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://mail.gnu.org/mailman/listinfo/discuss-gnustep