On 24/4/02 10:28 PM, "David R. Morrison" <[EMAIL PROTECTED]> wrote:
> 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
>
Would this be it?:
darwin* | rhapsody*)
allow_undefined_flag='-undefined suppress'
So... I should change that to '-undefined error'? And if that doesn't work,
stick in a '-flat_namespace'?
Thanks!
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel