Static Libs or Dynamic Libs?

Strictly for discussing ZSNES development and for submitting code. You can also join us on IRC at irc.libera.chat in #zsnes.
Please, no requests here.

Moderator: ZSNES Mods

Post Reply
Bahamut_ZERO_Clue

Static Libs or Dynamic Libs?

Post by Bahamut_ZERO_Clue »

No matter how I compile ZSnes from CVS for some reason it only uses the dynamic lib even when I specifically have the static libs it still complains about not having zlib1.dll and libpng.dll libs. Is there a way to stop this?
funkyass
"God"
Posts: 1128
Joined: Tue Jul 27, 2004 11:24 pm

Post by funkyass »

did you compile static versions of zlib and libpng?
Does [Kevin] Smith masturbate with steel wool too?

- Yes, but don’t change the subject.
Bahamut_ZERO_Clue

Post by Bahamut_ZERO_Clue »

I'm using the static libs provided by the GNUWin32 project libpng.dll.a and libz.dll.a and I renamed them to libz.a and libpng.a respectivly. The documents they give said these were the static libs.
funkyass
"God"
Posts: 1128
Joined: Tue Jul 27, 2004 11:24 pm

Post by funkyass »

did you pass the arugments to the make file to tell it to use static libs?
Does [Kevin] Smith masturbate with steel wool too?

- Yes, but don’t change the subject.
Bahamut_ZERO_Clue

Post by Bahamut_ZERO_Clue »

Crude. Thanks Funky. :)
Post Reply