On 7/9/07, Kevin Day <[EMAIL PROTECTED]> wrote:
> If I am understanding you correctly, I believe I had had this happen
> before, for me it was a problem with an external intl while ncurses
> tried to build the menu.
> Here is my solution:
>
> sed -i -e 's|$(HOSTCC) $(HOST_EXTRACFLAGS) $(HOSTCFLAGS)
> $(HOSTCFLAGS_$@) $(HOST_LOADLIBES) $< -o $@|& -lintl|'
> extra/config/Makefile
> sed -i -e 's|$(HOSTCC) $(HOST_EXTRACFLAGS) $(HOSTCFLAGS)
> $(HOSTCFLAGS_$@) $(HOST_LOADLIBES) $([EMAIL PROTECTED]) -o $@|& -lintl|'
> extra/config/Makefile
> sed -i -e 's|$(HOSTCC) $(HOST_EXTRACFLAGS) $(HOSTCFLAGS)
> $(HOSTCFLAGS_$@) -c $< -o $@|& -lintl|' extra/config/Makefile
>

thanks for the suggestion. indeed I was not clear enough.

I want to be able to perform a "make oldconfig" without ncurses
installed at all. the intl is not the issue here.

it's possible with the kernel. ncurses is only needed if we
want to do a menuconfig. it should be possible with uclibc to
be able to compile uclibc from scratch without having ncurses
installed (whether it's just the headers or not).

-- 
Christian
--
http://detaolb.sourceforge.net/, a linux distribution for Qemu
_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Reply via email to