Configuration options
Frank Schafer
frank.schafer@setuza.cz
Fri Nov 16 00:57:00 GMT 2001
kabir.patel@uk.andersen.com wrote:
> I have a question regarding configuration options specified in
> http://gcc.gnu.org/install/configure.html
>
> In the documentation it states:
>
> --prefix=dirname
> Specify the toplevel installation directory. This is the recommended way to
> install the tools into a directory other than the default. The toplevel
> installation directory defaults to /usr/local.
>
> For this would I specify
>
> prompt> ./configure prefix="/home/gnu"
>
> for example.
>
> It didn't seem to work, but came back with an error message like the following:
>
> "Invalid configuration `prefix=/home/gnu': machine `prefix=prefix=/home/gnu' not
> recognized"
>
> Could somebody tell me whats wrong?
>
> Thanks
> Kabir
>
Hi,
simply replace the:
prompt> ./configure prefix="/home/gnu"
by:
prompt> ./configure prefix=/home/gnu
Regards
Frank
-------------- next part --------------
A non-text attachment was scrubbed...
Name: frank.schafer.vcf
Type: text/x-vcard
Size: 218 bytes
Desc: Card for Frank Schafer
URL: <https://gcc.gnu.org/pipermail/gcc-help/attachments/20011116/ce3b973e/attachment.vcf>
More information about the Gcc-help
mailing list