This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/7881] Cannot compile gcc on Tru64 4.0G or 5.X if gnu libiconv is installed


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]