bug-ncurses
[Top][All Lists]
Advanced

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

Re: fails to build under Solaris 10/Sparc


From: Thomas Dickey
Subject: Re: fails to build under Solaris 10/Sparc
Date: Fri, 21 Oct 2011 10:47:27 -0400 (EDT)

On Fri, 21 Oct 2011, Peter Kruse wrote:

if I don't apply this patch to configure:

--- configure.orig      Fri Oct 21 08:26:50 2011
+++ configure   Fri Oct 21 08:27:30 2011
@@ -7251,7 +7251,7 @@
       # setting _XOPEN_SOURCE breaks Lynx on SCO Unix / OpenServer
       ;;
solaris2.1[0-9]) #(vi
-       cf_xopen_source="-D__EXTENSIONS__ -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
+       cf_xopen_source="-D__EXTENSIONS__"
       ;;
solaris2.[1-9]) #(vi
       cf_xopen_source="-D__EXTENSIONS__"

maybe you could have a look at that, too?

yes... (that's harder since I'm sharing the macros with programs that
use that - offhand I don't recall which is "correct").

which version of libtool are you using?  I started looking with 1.5.2,
found that current gcc dependencies don't build with that, and am looking
at 2.4.2 - which in turn doesn't appear to have been tested with Solaris.

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



reply via email to

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