First post, by ykhwong
I tried not to use static libraries any more.
Using static libraries is not a problem for me but
it cannot be a good idea because people may alter them with another.
As for libpng-1.2.8-config, I used an option '--disable-static' for compiling.
./configure --disable-static
make;make install
But it doesn't work at all.
Whenever I compile DOSBox, libpng library is automatically included in dosbox executable file.
What should I do to fix this problem?
(SDL_Sound and some libraries are also in dosbox.exe.)