RE: Cygwin make menuconfig hangs

2007-01-04 Thread Gabriel Goldstein
OK, if you're just trying to build menuconfig with Cygwin's gcc, get rid of your references to .so's and copied/renamed .dll.a files and just install the ncurses and libncurses-devel and libncurses8. That should be all you need to allow you to build against Cygwin's ncurses. -- Believe me, I woul

Re: Cygwin make menuconfig hangs

2007-01-04 Thread Larry Hall (Cygwin)
Gabriel Goldstein wrote: Let me rephrase as I think it's quite on topic. Forgetting any cross compiling, lets just say I'm trying to make menuconfig which is a native cygwin app and I'd think I should be able to compile that under cygwin with cygwin's gcc without any major ordeal, after all m

RE: Cygwin make menuconfig hangs

2007-01-03 Thread Gabriel Goldstein
Gabriel Goldstein wrote: > Hello, > > Currently I can build the linux kernel 2.6.17 under Cygwin without issue > with a stock .config file from my development board supplier (ARM9, > AT91RM9200). However, I can not get make menuconfig to work. > > I'm using 'make ARCH=arm KBUILD_HAVE_NLS=no men

Re: Cygwin make menuconfig hangs

2007-01-03 Thread Larry Hall (Cygwin)
Gabriel Goldstein wrote: Hello, Currently I can build the linux kernel 2.6.17 under Cygwin without issue with a stock .config file from my development board supplier (ARM9, AT91RM9200). However, I can not get make menuconfig to work. I'm using 'make ARCH=arm KBUILD_HAVE_NLS=no menuconfig'. O

Cygwin make menuconfig hangs

2007-01-03 Thread Gabriel Goldstein
Hello, Currently I can build the linux kernel 2.6.17 under Cygwin without issue with a stock .config file from my development board supplier (ARM9, AT91RM9200). However, I can not get make menuconfig to work. I'm using 'make ARCH=arm KBUILD_HAVE_NLS=no menuconfig'. Originally this was failing