Author Topic: Compiling from svn  (Read 2792 times)

btrey

  • Guest
Compiling from svn
« on: June 15, 2007, 02:14:16 am »
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

  • Guest
Re: Compiling from svn
« Reply #1 on: June 15, 2007, 02:28:06 am »
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.