mirror of https://github.com/stella-emu/stella.git
0bc1dc961a
must have static versions of all the libraries (like libSDL.a, libz.a, libpng.a), or else you'll end up with the dynamic version(s) of them... so you'd have a stella binary that's almost-static. Also, the only way I could get things to link properly was to include -lz in the LIBS twice: once before and once after -lpng. Removing either one causes the link to fail on my Linux box. This could cause issues for other systems though, am not sure... git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@671 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba |
||
---|---|---|
CVSROOT | ||
stella |