On 07/11/2007 07:14 AM, Rui Carvalho wrote:
Hi,
Here's the output of "gcc -v":
Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
I attach also the ouput I get from "./configure --disable-visibility"
I'm new to linux, so this is probably a beginners mistake -sorry about this.
It's quite alright. If the problem turns out to be what I think it is, this is not your fault at all, and is a problem with GCC. What you have to do is to run configure, as you did, and then compile it, as such:
$ ./configure --disable-visibility $ make
You did only the first step, and now you must run "make" to compile it. Please do that and tell me if you see the same errors as before.
And don't worry about asking questions, this is why this list exists! :-)
Cheers,
Hi Tiago, hi Andrea
It's quite alright. If the problem turns out to be what I >think it is, this is not your fault at all, and is a problem >with GCC. What you have to do is to run configure, as >you did, and then compile it, as such:
$ ./configure --disable-visibility $ make
Yes, I did this and the problem is exactly the same. The error message is exactly as before: it does not perform the final link as Andrea pointed out.
Cheers, Rui
You did only the first step, and now you must run >"make" to compile it. Please do that and tell me if you see the same errors >as before.
And don't worry about asking questions, this is why this >list exists! :-)
Cheers,
Tiago de Paula Peixoto tiago@forked.de