I'm having problems making a stand-alone app with Xcode2.1.
I'm trying to compile a C++ project using various SDL libraries and I
would like to be able to run this program with out installing the
libraries on another computer using 10.3.9.
My computer: Powerbook 15" 1.5Ghz 1Gig Ram 128 Mb VRAM 10.4.1 Xcode2.1
Libraries used: SDL, SDL_ttf, SDL_image, SDL_gfx, libz
I use Fink to get all the SDL stuff.
I have tried:
1) Once complied I change the permissions so that "others" can read and write.
2) I set Zerolink to off when in deployment mode .
So if anyone could please help out it would be greatly appreciated!