This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Configuration options
- From: Claudio Bley <bley at cs dot uni-magdeburg dot de>
- To: kabir dot patel at uk dot andersen dot com
- Cc: me at rupey dot net, gcc-help at gcc dot gnu dot org
- Date: Wed, 21 Nov 2001 17:04:21 +0100
- Subject: Re: Configuration options
- References: <80256B0B.00527C06.00@lonhm0003.arthurandersen.com>
>>>>> "kabir" == kabir patel <kabir.patel@uk.andersen.com> writes:
kabir> I have a question regarding configuration options specified
kabir> in http://gcc.gnu.org/install/configure.html
kabir> In the documentation it states:
kabir> --prefix=dirname Specify the toplevel installation
kabir> directory. This is the recommended way to install the tools
kabir> into a directory other than the default. The toplevel
kabir> installation directory defaults to /usr/local.
kabir> For this would I specify
prompt> ./configure prefix="/home/gnu"
kabir> for example.
Just READ the documantation again:
--prefix=dirname
^^
HTH
Claudio