> > i daren't even try compiling on a SUN or FreeBSD machine... or even attempt NLS!
It actually compiles fine on FreeBSD i386 & alpha. > well, despite the fact that i think this is a very silly thing to do... it is > done and we must all live with it now. it would be very helpful, and it could > possibly help persuade me why this is a good idea... if someone could please > tell me how to script this new Configure file in non-interactive mode? does it > take command line options like configure did? how can i find them out without > having to run the script directly, e.g. the way `configure --help' worked? Well, you can use ./Configure --help although this doesn't provide information on the options to configure gtkg with, it does provide a quick overview of flags to pass to ./Configure. To select all default answers try -> #./Configure -d To select all default answers and not ask you to edit config.sh when it is done try -> #./Configure -d -e To supply your own configure options to it you can edit config.sh by hand and try running -> #./Configure -f config.sh -d -e That should get you started if you want to use a script to build gtkg. Hope that helps. Peace, Russ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
