Re: [Super-tux-devel] seg fault
Brought to you by:
wkendrick
From: Bill K. <nb...@so...> - 2004-02-19 22:45:21
|
On Thu, Feb 19, 2004 at 11:28:27PM -0500, Tobias Gl=E4=DFer wrote: > > So ONLY if they compile it as root, will it install in /usr/local??? >=20 > You are wrong Dot :) >=20 > If no PREFIX is set on the command line and you are ROOT then it will > automatically choose /usr/local, because only then a "User" is assumed > to have write-access to this directory. > In any other situation the $PWD is choosen. Okay, sorry... "ONLY if they compile as root, OR remember to set PREFIX", it will want to install /usr/local I think it should DEFAULT to /usr/local/ _UNLESS_ they override it. Otherwise, if they do this: $ make $ su # make install as a normal person, who is used to configure scripts and other programs, = would, it will simply try to 'install' back into $PWD D'OH! -bill! |