aMule Forum
English => Compilation problems => Topic started by: devilman on March 18, 2010, 09:44:25 AM
-
Good morning guys,
I want to compile aMule with --enable-static option during configure command, but it doesn't find zLib library... but this library is installed in MacPorts and in /usr/local/lib
I add --with-zlib option in configure, but every time it says that not find the library.
How I can resolve this?
thanks :D
-
I forget to tell that I use amule-svn latest revision
-
shared zlib library versions (libz.so*)
Shared libraries are .dylib instead of .so on Macs (a.f.a.i.k.). Apart from that, you're right.
-
They can be either.