"Jose R. Rivera" wrote:
[]
> mkdir -p /sw/src/rep-gtk-0.15-3
[]
> cc -bundle -undefined suppress -o gtk/.libs/types.so  rep-types.lo
> -L/sw/lib -lglib -lc -install_name
> /sw/libexec/rep/powerpc-apple-darwin/types.so
> /usr/bin/ld: -undefined error must be used when -twolevel_namespace
> is in effect
> make: *** [gtk/types.la] Error 1

When I do this, I get -flat_namespace inserted automatically. I think
this comes from /sw/libexec/rep/powerpc-apple-darwin/libtool of which
you seem to have an old pre-10.1 version. From what date is yours? And
what gives "grep namespace
/sw/libexec/rep/powerpc-apple-darwin/libtool"? It should say

allow_undefined_flag="-flat_namespace -undefined suppress"

Since this file belongs to the librep package, "fink rebuild librep"
might do the trick.

-- 
Martin

_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to