[Bug bootstrap/7881] Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Fri Jul 18 20:57:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7881
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-18 20:57 -------
Subject: Re: Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
> Subject: Re: Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed
>
>
> Probably a silly question, but I've never tried to configure with a
> different shell before...command should be something like...?
>
> ../gcc-3.3/configure --enable-CONFIG_SHELL=/usr/local/bin/bash
>
> Matt
>
It is listed under the solaris Host/Target specific installation notes because in solaris this is required:
% CONFIG_SHELL=/usr/local/bin/bash
% export CONFIG_SHELL
% srcdir/configure [options] [target]
% gmake bootstrap
% gmake install
assuming gmake is GNU make.
Thanks,
Andrew Pinski
More information about the Gcc-bugs
mailing list