problems with compiling graph-tool-1.1.2

I have exactly the same configuration Kubuntu feisty, gcc 4.1.2, Boost 1.33.1 ecc. installed on a macbook.
I used to have the same problem at the end of compilation (it does not come to perform the final link, I think).

ld -v
GNU ld version 2.17.50 20070103 Ubuntu

./configure --disable-visibility
make
(su) make install

works for me.
Cheers,
Andrea

attachment.html (2.89 KB)

I don't understand why GCC 4.1.2 in (k)ubuntu seems to have problems
with visibility on 32 bit systems. On my system GCC 4.1.2 compiles
graph-tool without problems with visibility enabled...

I'll put a note on the website warning about this.

Thanks!