Re: GCC 4.3.2 Install into Cygwin

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



JJ-Cygwin <nongjamine@xxxxxxxxx> writes:

> My code is 
> $ ls --> Result = usr/local/contrib --> it is current location
> $ ../gcc-4.2.4/configure --enable-languages=c,c++ ---> Err msg =
> bash:../gcc-4.2.4/congigure: No such file or directory

This is almost certainly a cygwin-specific problem, and you may do
better asking for help on the cygwin mailing list.

When I see an error like that, what I think is "there is no /bin/sh".
So, is there a /bin/sh?  I don't use cygwin, and I can't help you if
there isn't one.

A workaround for a missing /bin/sh is to invoke the shell explicitly:
    bash ../gcc-4.2.4/configure ...
You may also need to set the environment variable CONFIG_SHELL to
bash, or ideally the absolute pathname of bash.

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux