You need to find where the "-undefined suppress" flag is set: often it
is buried in the configure script, sometimes it is in Makefile.in .
There are two possible replacements for this flag:
1) "-undefined error" which will let you compile with the default
-twolevel_namespace.
2) "-flat_namespace -undefined suppress" which puts you into flat_namespace
land.
Ideally, you should use (1) if you can, but many programs cannot cope with
two-level namespaces and you need to resort to (2).
-- Dave
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel