This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

crosstool-ng libncurses check in configure


Hi!

I run Ubuntu, a Debian GNU/Linux derivative.  Debian has a policy about /bin/sh scripts that basically states that any such script be POSIX compatible.  To further complicate matters /bin/sh is by default /bin/dash (Debian Almquist SHell) and it is rather picky about its syntax.

With the new, very neat, configure check for libncurses the configure script no longer runs on Debian or Ubuntu default installations.  It seems to boil down to the use of variable expansion in the following line:

	lib="$( echo lib{ncursesw,ncurses,curses}.{so,a,dylib} )"

Is it possible we could change the configure script to use /bin/bash instead of /bin/sh?  I think that solution would be the best in the long run.

Regards
 /Joachim

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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