aMule Forum

English => Compilation problems => Topic started by: devilman on March 18, 2010, 09:44:25 AM

Title: compile static amule
Post 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
Title: Re: compile static amule
Post by: devilman on March 18, 2010, 12:16:22 PM
I forget to tell that I use amule-svn latest revision
Title: Re: compile static amule
Post by: GonoszTopi on March 19, 2010, 12:49:01 AM
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.
Title: Re: compile static amule
Post by: Kry on March 19, 2010, 02:15:00 PM
They can be either.