aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Compiling options ...  (Read 1518 times)

Gorescore

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 28
Compiling options ...
« 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 ...
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Compiling options ...
« Reply #1 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.
Logged

Gorescore

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 28
Re: Compiling options ...
« Reply #2 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 ?
« Last Edit: June 06, 2007, 05:54:04 PM by Gorescore »
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Compiling options ...
« Reply #3 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.
Logged

Gorescore

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 28
Re: Compiling options ...
« Reply #4 on: June 06, 2007, 06:31:40 PM »

Ok, everything is explained.

Thanks.
Logged