This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: ncurses


The problem with some GNU configure utils is that they pipe their
commands to /dev/null. Last I tried to create a /dev/null using mknod, I
couldn't create it with the exact major and minor device numbers, so
creating /dev/null won't fix the problem. Just edit out the >/dev/null
from the configure script where configure checks for gcc. It should work
find afterwards.

Paul

Moisei Rabinovich wrote:
> 
> Hello,
> I am trying to install ncurses, but configure failed by following reason :
> ~/Misc/ncurses-4.2 >./configure
> loading cache ./config.cache
> Configuring NCURSES 4.2 ABI 4 (Fri Dec 25 16:15:03  1998)
> checking host system type... i386-pc-cygwin32
> Configuring for cygwin32
> checking for prefix... /usr/local
> checking for gcc... gcc
> checking whether the C compiler (gcc  ) works... no
> configure: error: installation or configuration problem: C compiler cannot
> create executables.
> ~/Misc/ncurses-4.2 >
> 
> Thank you,
>                     Moisei.
> 
> -
> For help on using this list (especially unsubscribing), send a message to
> "gnu-win32-request@cygnus.com" with one line of text: "help".
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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