Re: cross-compiling on OS X, make menuconfig fails

From: Timur Tabi
Date: Tue Apr 29 2008 - 11:08:32 EST


Tony Breeds wrote:

> On most linux systems echo supports c-syle escapes with "-e". I'm
> guessing which ever echo you're getting dosesn't do that.

Yes, that is my problem.

> I think the best fix is to ensure you're getting bash as your shell.

The script starts off with this line:

#!/bin/sh

Doesn't that mean that it should be interpreted by sh and not bash?

> A nasty hack would be to make check-lxdialog.sh do something like:
> (echo ' #include CURSES_LOC';echo 'main() {}') | gcc '-DCURSES_LOC=<ncurses.h>' -DLOCALE -DKBUILD_NO_NLS -lncurses -xc - -o .lxdialog.tmp

This works. Do you think if I posted a patch that makes this change, it will be
accepted?

--
Timur Tabi
Linux kernel developer at Freescale
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/