aMule Forum

English => Backtraces => Topic started by: Neggerbaby on July 09, 2006, 10:29:32 AM

Title: backtrace and compiling
Post by: Neggerbaby on July 09, 2006, 10:29:32 AM
Hi,

I tried the backtrace compiling website and I did this:

which gdb
/usr/bin/gdb

Then I tried the next step:
./configure --enable-debug --disable-optimize --prefix=/where/to/install/aMule
bash: ./configure: No such file or directory

What did I do wrong?

Thanx for your help!


PS: this will be my first "make" + "make install" so be gentle with me ;)
Title: Re: backtrace and compiling
Post by: wuischke on July 09, 2006, 03:21:44 PM
Welcome!

Are you in the aMule-Source directory? If yes, then please execute sh autogen.sh. If not use cd dirname to navigate to the proper folder.
Title: Re: backtrace and compiling
Post by: Neggerbaby on July 22, 2006, 07:26:18 PM
Thanx for the welcome. Nice forum you have, lovely colors etc ;)

The amule source directory... thanx, but how can I find it? :D Thanx for the help.
Title: Re: backtrace and compiling
Post by: stefanero on July 22, 2006, 08:34:58 PM
you download the source tarball from the download section and do

tar xzf aMule-source.tar.gz

and then

cd aMule-dir

thats it
Title: Re: backtrace and compiling
Post by: Neggerbaby on July 22, 2006, 08:55:42 PM
oh, okay, I 'll try, thanx :D