On Tue, 1 Aug 2006 11:58:11 +0200
"Christopher Winkler" <[EMAIL PROTECTED]> wrote:

> ??
> Russel: Can you send me your compile command?

this is a copy from the notes I wrote:

for qt front-end
~$ ./configure --with-frontend=qt --with-qt-dir=/usr/share/qt3 
--enable-optimization=-O3 --prefix=/usr/local --with-version-suffix=1.4.2

for gtk front-end
~$ ./configure --with-frontend=gtk --with-qt-dir=/usr/share/qt3 
--enable-optimization=-O3 --prefix=/usr/local
--with-version-suffix=1.4.2-gtk

to make, then install
~$ make all 
~$ make install

or to make and strip bug reporting out which makes it a bit smaller:
~$ make install-strip

> 
> Thank you for further help - it cost me hours and now I want to see the damn
> thing RUNNING!! :-)

best wishes

HTH

- Russell


> 
> christopher

Reply via email to