Re: problem with "libobjects" and gcc-4.0.0

2005-07-07 Thread Andrew Pinski
On Jul 7, 2005, at 2:40 PM, [EMAIL PROTECTED] wrote: When I try to run my code (after compilation with gcc), I'm getting: ./a.out: error while loading shared libraries: libobjc.so.1: cannot open shared object file: No such file or directory You have to set LD_LIBRARY_PATH correct. -- Pins

Re: problem with "libobjects" and gcc-4.0.0

2005-07-07 Thread apaz
Quoting Andrew Pinski <[EMAIL PROTECTED]>: > > On Jul 7, 2005, at 1:04 AM, [EMAIL PROTECTED] wrote: > > > [EMAIL PROTECTED] read_input]# gcc main.m read_input.m -lobjc -lm > > /usr/bin/ld: warning: type and size of dynamic symbol > > `__objc_class_name_Object' > > are not defined > > /usr/local

Re: problem with "libobjects" and gcc-4.0.0

2005-07-07 Thread apaz
Quoting Andrew Pinski <[EMAIL PROTECTED]>: > > On Jul 7, 2005, at 1:04 AM, [EMAIL PROTECTED] wrote: > > > [EMAIL PROTECTED] read_input]# gcc main.m read_input.m -lobjc -lm > > /usr/bin/ld: warning: type and size of dynamic symbol > > `__objc_class_name_Object' > > are not defined > > /usr/local

Re: problem with "libobjects" and gcc-4.0.0

2005-07-06 Thread Andrew Pinski
On Jul 7, 2005, at 1:04 AM, [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] read_input]# gcc main.m read_input.m -lobjc -lm /usr/bin/ld: warning: type and size of dynamic symbol `__objc_class_name_Object' are not defined /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../libobjc.so: undefined r

Re: problem with "libobjects" and gcc-4.0.0

2005-07-06 Thread apaz
Quoting Andrew Pinski <[EMAIL PROTECTED]>: > > On Jul 7, 2005, at 12:57 AM, [EMAIL PROTECTED] wrote: > > > > > No really, I'm just trying to compile Objective C code. But when I use > > -libobjc, > > I get: > > > > /usr/bin/ld: cannot find -libobjc > > collect2: ld returned 1 exit status > > >

Re: problem with "libobjects" and gcc-4.0.0

2005-07-06 Thread Andrew Pinski
On Jul 7, 2005, at 12:57 AM, [EMAIL PROTECTED] wrote: No really, I'm just trying to compile Objective C code. But when I use -libobjc, I get: /usr/bin/ld: cannot find -libobjc collect2: ld returned 1 exit status I thought that "libobjc" was included in gcc. So, I found the following link

Re: problem with "libobjects" and gcc-4.0.0

2005-07-06 Thread apaz
No really, I'm just trying to compile Objective C code. But when I use -libobjc, I get: /usr/bin/ld: cannot find -libobjc collect2: ld returned 1 exit status I thought that "libobjc" was included in gcc. So, I found the following link that says that -libobjc is the Objective C class library . .

Re: problem with "libobjects" and gcc-4.0.0

2005-07-06 Thread Andrew Pinski
On Jul 7, 2005, at 12:13 AM, [EMAIL PROTECTED] wrote: I'm getting the following message when I try to install "libobjects": Is there a reason why you are trying to install libobjects when it was renamed to be "GNUstep Base Library" and therefore is now maintained part of the GNUstep project?

Re: problem with "libobjects" and gcc-4.0.0

2005-07-06 Thread Andrew Pinski
On Jul 7, 2005, at 12:13 AM, [EMAIL PROTECTED] wrote: Also, I'm having problems installing gcc-4.0.0. I'm getting the following message after "make": ./config.status: line 910: ./../../config-ml.in: No such file or directory make: *** [configure-zlib] Error 1 This one is easy. You are bui

problem with "libobjects" and gcc-4.0.0

2005-07-06 Thread apaz
I'm getting the following message when I try to install "libobjects": The GCC 'nested functions' feature does not seem to be working on this machine. I'm working under Linux(i686) on an AMD athlon and with gcc-3.4.3. Also, I'm having problems installing gcc-4.0.0. I'm getting the following m