Apple broke the GCC on Mac OS X 10.0

Running make on PHP install produces this error:
/usr/bin/ld: -undefined error must be used when -twolevel_namespace is 
in effect

Here's the fix from Apple but it's over my head.
http://developer.apple.com/techpubs/macosx/ReleaseNotes/TwoLevelNamespaces.
html

Tried the usual fix -- defining OTHER_LDFLAGS = -flat_namespace (or some 
variant on that theme, such as EXTRA_LDFLAGS) -- but has had no luck.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to