problems with compiling graph-tool-1.1.2

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! :slight_smile:

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