aMule Forum

English => aMule Help => Topic started by: Gorescore on June 06, 2007, 03:32:56 PM

Title: Compiling options ...
Post by: Gorescore on June 06, 2007, 03:32:56 PM
Usually i compile my aMule with these options :

./configure --prefix=/usr --disable-debug --enable-optimize --enable-amulecmd --enable-amulecmdgui --enable-webserver --enable-webservergui --enable-amule-gui --enable-amule-daemon --enable-cas --enable-wxcas --enable-alc --enable-alcc --enable-utf8-systray --enable-webserver-php --enable-kad-compile --enable-nls

is this ok for a full feature aMule or did i miss a/some usefull option(s) ?

Thanks ... Gorescore ...
Title: Re: Compiling options ...
Post by: wuischke on June 06, 2007, 03:58:13 PM
Hi gorescore,

you are using too many options. Many of them are deprecated (i.e. not functional or not needed) or simple not likely to be used. (Did you ever use amulecmdgui?)

Unfortunately I'm on Windows (*brr*) here and cannot check for myself, but take a look at the output of ./configure --help of a recent CVS version (amule.hirnriss.net) and add only those which have an --enable-xxx option, all others are enabled by default.

I recall that you are missing upnp and country-flags, which are not enabled by default IIRC.
Title: Re: Compiling options ...
Post by: Gorescore on June 06, 2007, 04:29:28 PM
>you are using too many options. Many of them are deprecated (i.e. not functional or not needed) or simple not likely to be used. (Did you ever use amulecmdgui?)

Ouch ... no :D

>Unfortunately I'm on Windows (*brr*) here and cannot check for myself.

Ouch 2 ... :D

What do you think about this line ?

./configure --prefix=/usr --enable-ccache --disable-debug --enable-optimize --enable-profile --enable-amule-daemon --enable-amulecmd --enable-webserver --enable-amule-gui --enable-cas --enable-wxcas --enable-alc --enable-alcc --enable-geoip

>I recall that you are missing upnp and country-flags, which are not enabled by default IIRC.

What so you mean with that ?
Title: Re: Compiling options ...
Post by: wuischke on June 06, 2007, 06:04:18 PM
--enable-geoip enables the country flags and if you search for upnp in the output of ./configure --help you'll see if it is enabled by default.

Your line is looking good else, even though I'm not exactly sure that you use alc(c) or other little helper programs.
Title: Re: Compiling options ...
Post by: Gorescore on June 06, 2007, 06:31:40 PM
Ok, everything is explained.

Thanks.