bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ncurses 5.6 bug report


From: Thomas Dickey
Subject: Re: ncurses 5.6 bug report
Date: Tue, 20 Nov 2007 18:18:07 -0500 (EST)

On Tue, 20 Nov 2007, Dr Toma~^ Slivnik wrote:

1) From ./configure --help (ncurses 5.6):

------------------------------------------------------------
--enable-signed-char    compile with SIGWINCH handler
--enable-sigwinch       compile with SIGWINCH handler
------------------------------------------------------------
I do not believe the first line is correct.

agree - that is fixed in

20070217
        + correct description of --enable-signed-char in configure --help
          (report by Michail Vidiassov).

(which is in the rollup patches)


2) ./configure fails when cross-compiling if ${BUILD_CC} == ${CC}. I note that on Mac OS X, when cross-compiling for a different architecture, this is precisely what I want, i.e. for BUILD_CC to be the same as CC.

Are the CFLAGS different then?

I can get around this by setting CC=gcc BUILC_CC=cc (where both cc and gcc are links to the same file, in my case /usr/bin/gcc-4.0), but is this behaviour sensible? I can understand that you abort configure if BUILD_CC is undefined, but if the user over-rides it by expressly defining BUILD_CC to be the same as CC, configure should not abort.


_______________________________________________
Bug-ncurses mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-ncurses

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]