Hey' On 11 Jan 2004 17:19:50 +0100 Richard Eckart wrote:
> $ ./Configure -O -D gtkversion=1 -ders -Doptimize="-g -O0" > $ make You should be aware that make install strips the binary so you should either run the (unstripped) gtk-gnutella binary from gtk-gnutella-current/src, or after make install you should install an unstripped gtk-gnutella over the installed one: su -c 'install -m 555 src/gtk-gnutella /usr/local/bin/gtk-gnutella' Or wherever, if you told Configure to use a different $prefix. Have a look at the script gtk-gnutella-current/run, which runs src/gtk-gnutella and automatically turns on core dumps, etc. -- Murphy ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
