[gecode-users] failed to link with branch

Ronen Shouker rshouker at gmail.com
Thu Jul 11 00:19:27 CEST 2013


> [snip] 
> ... I have one error during link:
> 
> Undefined symbol 'Gecode::branch(
>   [snip]
>     std::__1::basic_ostream<char,std::__1::char_traits<char> >&
>   [snip]
> 

After using nm to inspect the dylib:
it seems that those __1:: that for some reason appear in the error message
(and therefore where produced by the compiler) are not in the gecode dylib.

Any Clues?





More information about the users mailing list