SDL_image + linking issues
Yeah, I installed SDL_image (and SDL) from source so my compiling and linking is done like this:
gcc sdl-config --cflags whatever.c
gcc sdl-config --libs` -lSDL_image -llua -llualib -I/System/Library/Frameworks/OpenGL.framework/Headers -o Application whatever.o
Im just wondering will that work on your setup because you have installed the libraries as frameworks?
I ask this because im trying to make a multiplatform game and im really worried that its not going to work on somone elses computer.
gcc sdl-config --cflags whatever.c
gcc sdl-config --libs` -lSDL_image -llua -llualib -I/System/Library/Frameworks/OpenGL.framework/Headers -o Application whatever.o
Im just wondering will that work on your setup because you have installed the libraries as frameworks?
I ask this because im trying to make a multiplatform game and im really worried that its not going to work on somone elses computer.
Sir, e^iπ + 1 = 0, hence God exists; reply!
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Trouble using SDL_image with XCode 3.2.3 Snow Leopard | code4fun | 1 | 3,603 |
Sep 22, 2010 10:47 PM Last Post: OneSadCookie |
|
| SDL_image and bmp loading | Duane | 13 | 7,395 |
Dec 21, 2009 09:14 AM Last Post: Skorche |
|
| Installing SDL_image & SDL_mixer | bronxbomber92 | 8 | 4,793 |
Oct 14, 2006 09:39 PM Last Post: szymczyk |
|
| SDL_image + libpng + Panther = version mismatch | BobbyWatson | 2 | 3,432 |
Oct 23, 2005 03:55 AM Last Post: BobbyWatson |
|
| I Need help with SDL_image.h | LidLad | 8 | 4,378 |
Oct 2, 2005 05:37 PM Last Post: LidLad |
|

