Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change "-framework FOO" to "-Wl,-framework,FOO" #106

Closed
SDLBugzilla opened this issue Feb 10, 2021 · 0 comments
Closed

Change "-framework FOO" to "-Wl,-framework,FOO" #106

SDLBugzilla opened this issue Feb 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@SDLBugzilla
Copy link
Collaborator

This bug report was migrated from our old Bugzilla tracker.

These attachments are available in the static archive:

Reported in version: HG 1.2
Reported for operating system, platform: Other, All

Comments on the original bug report:

On 2006-03-22 12:40:07 +0000, Max Horn wrote:

The attached patch changes configure.in to use "-framework FOO" instead of "-Wl,-framework,FOO".

This avoid some issues with certain versions of libtool that do not handle -framework properly.
Some versions of libtool will try to reorder the two parts of the option, or render the 2nd part of the argument to the relative path of a non-existent library.

Note: It is not enough if SDL uses a version of libtool that does this correctly, because these -framework options show up in "sdl-config --libs". Hence, some 3rd party apps which still ship with an old libtool have troubles compiling under Mac OS X.

On 2006-03-22 12:40:27 +0000, Max Horn wrote:

Created attachment 90
Patch for configure.in

On 2006-03-24 00:20:31 +0000, Sam Lantinga wrote:

This patch is in CVS, along with a clean version of ltmain.sh without the framework hacks.

Thanks!

@SDLBugzilla SDLBugzilla added the enhancement New feature or request label Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant