On 22 Ιαν 2008, at 2:47 ΜΜ, Tiago de Paula Peixoto wrote:
On 01/20/2008 03:27 PM, Spiros Spirou wrote:
Hi all, I'm trying to compile graph-tool on a macbook with mac os x v10.4.11, but compilation fails as follows:
[...]
graph.cc:560: error: 'SIGPWR' was not declared in this scope
[...]
Any ideas?
Oops. Looks like SIGPWR is not defined in MacOS X. I've committed a fix for this in the git repository. Please get the newest git version, and see if you have any trouble now.
Thanks! This is fixed now, but there's another problem later on. It seems that the linker on mac os x v10.4.11 does not support the '-E' option. Here's the error I get: /usr/bin/ld: unknown flag: -E I'm not sure what I need to change to eliminate this option, if possible. Could you please help? Thanks, Spiros