We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1738 - Extra CFLAGS and LDFLAGS required on iOS
Summary: Extra CFLAGS and LDFLAGS required on iOS
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: 2.0.0
Hardware: ARM iOS (All)
: P2 normal
Assignee: Gabriel Jacobo
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-02 06:44 UTC by Gabriel Jacobo
Modified: 2013-03-04 09:57 UTC (History)
0 users

See Also:


Attachments
Adds extra CFLAGS and LDFLAGS required on iOS (1.95 KB, patch)
2013-03-02 06:44 UTC, Gabriel Jacobo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel Jacobo 2013-03-02 06:44:02 UTC
Created attachment 1056 [details]
Adds extra CFLAGS and LDFLAGS required on iOS

I was going over the list of my customizations to SDL and I noticed that I had to modify the configure script to get SDL_image (and maybe others) to compile from the command line for iOS. Without these extra CFLAGS and LDFLAGS compilation fails on showimage with a bunch of undefined symbols.
Comment 1 Sam Lantinga 2013-03-02 13:49:16 UTC
Looks good, go ahead and commit it.
Comment 2 Gabriel Jacobo 2013-03-04 09:57:33 UTC
http://hg.libsdl.org/SDL/rev/e4e9fbf6f333