graph-tool - Undefined symbol drawing function

Hi
Tnx for the response . As per the request i have enclosed the config .log and config
Regards
sasho markov

config.log (82.2 KB)

configure.bin (630 KB)

Hi,

For some reason your the variable CAIROMM_LIBS is not being set
correctly.

Please try the following command:

    $ pkg-config cairomm-1.0 --libs

In my machine it outputs:

    -lcairomm-1.0 -lcairo -lsigc-2.0

What do you get?

If you just want an workaround to get graph-tool to compile properly,
you could just pass CXXFLAGS="-O3 -lcairomm-1.0 -lcairo -lsigc-2.0" to
the configure script. But it would be interesting to figure out why the
configure script is not working properly on your system.

Cheers,
Tiago

Hi
Did u have time to look at the issue ?
Regards
Sasho

Hi
Did u have time to look at the issue ?
Regards
Sasho

Hi
Saw your answer - pls ignore Regards
Sasho