> [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?



_______________________________________________
Gecode users mailing list
users@gecode.org
https://www.gecode.org/mailman/listinfo/gecode-users

Reply via email to