trace wrote:
I have the source now in linux (SuSE8.2) Ahm ... I hope thats not a stupid question: I wanna know how to compile in linux ? I've tried make, make install, sh *.sh , I guess I do something wrong.

It's
Code:
./configure
make
However, you will either need to
- Create the configure script with autotools
- Let update-configure download the autotools-generated files
If SuSE has installed automake 1.7, autoconf 2.5 and libtool 1.5, you can run autogen.sh to create the files for you, otherwise, just use ./update-configure
update-configure needs the program wget, install it if you haven't it already.
Then do the configure;make stuff
EDIT:
You'll need to install GG first. Get it from CVS, this time it should include configure etc.
Unfortunately, the permissions for some files are wrong, you'll need to do a
Code:
chmod +x configure missing mkinstalldir install-sh
Afterwards, you just do
Code:
./configure --disable-debug
make
make install (as root)
(--disable-debug removes the debugging symbols from GG, this way, it will be 3M instead of 25M)
If you have any problems, just drop me a PM (I'm german, so you can do it in german
