News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Compiling from svn

Started by btrey, June 15, 2007, 02:14:16 AM

Previous topic - Next topic

btrey

OK, I'm feeling a bit silly here but I grabbed the source from svn and am attempting to build.  (Running Gentoo linux.)  I did the bootstrap, configure, make and make install with no errors.  The problem is that there doesn't seem to be an executable either.  Checking all the usual locations as well as extensive searching with the 'find' utility has come up with nothing.  What am I missing here?

windows_usr

The default install path is /usr/local and the executable is in /usr/local/bin if it didnt be specified when run ./configure.  Normally the distribution doesnt set usr/local/bin in the PATH, so it can't run in console if didnt set add /usr/local/bin to the PATH.