problems with compiling graph-tool-1.1.2

Hi.

It should be compiling cleanly for your case. What is the complete
output of "gcc -v"? Maybe it is a patched or pre-release version of GCC.
I can compile it fine on my 32 bit system with the same compiler and
libraries. In any case, it seems to me that visibility is somehow broken
in your setup. Could you try compiling with the "--disable-visibility"
option as I described before and tell me the result?

Thanks.

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.

Thanks,
Rui

configure-report.bin (7.6 KB)