aMule Forum
English => Backtraces => Topic started 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 ;)
-
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.
-
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.
-
you download the source tarball from the download section and do
tar xzf aMule-source.tar.gz
and then
cd aMule-dir
thats it
-
oh, okay, I 'll try, thanx :D