bug-ncurses
[Top][All Lists]
Advanced

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

Re: ncurses-5.6-20071124.patch.gz


From: Christian Ebert
Subject: Re: ncurses-5.6-20071124.patch.gz
Date: Tue, 27 Nov 2007 15:05:48 +0100
User-agent: Mutt/1.5.17 (2007-11-21)

Hello,

* Thomas Dickey on Saturday, November 24, 2007 at 21:08:30 -0500
> ncurses 5.6 - patch 20071124 - Thomas E. Dickey
> 
> ------------------------------------------------------------------------------
> 
> Ncurses 5.6 is at
>       ftp.gnu.org:/pub/gnu
> 
> Patches for ncurses 5.6 are in the subdirectory
>       ftp://invisible-island.net/ncurses/5.6
> 
> ------------------------------------------------------------------------------
> patch by Thomas E. Dickey <address@hidden>
> created  Sun Nov 25 02:05:21 UTC 2007
> ------------------------------------------------------------------------------
> INSTALL                          |   10 
> NEWS                             |   18 -
> aclocal.m4                       |  161 ++++++++++
> c++/cursesw.h                    |    6 
> configure                        |  570 ++++++++++++++++++++++++-------------

[...]

As I am lazy I mostly compile in an environment with FLAGS set.
This latest patch fails on MacOS 10.4.11 if I have
LDFLAGS=-L/sw/lib:

gcc ../obj_s/tic.o ../obj_s/dump_entry.o /sw/lib /usr/local/lib   
-Wl,-search_paths_first -I../progs -I. -DHAVE_CONFIG_H -I. -I../include -g -O3 
-I/usr/local/include -I/sw/include -U_XOPEN_SOURCE -D_XOPEN_SOURCE=500 
-DSIGWINCH=28 -DNDEBUG -I/usr/local/include -g -O3 -I/usr/local/include 
-I/sw/include  --param max-inline-insns-single=1200  -no-cpp-precomp -dynamic  
-L../lib -lncurses -L../lib -lncurses    -o tic
/usr/bin/ld: can't map file: /sw/lib ((os/kern) invalid argument)
collect2: ld returned 1 exit status
make[1]: *** [tic] Error 1
make: *** [all] Error 2

This is not urgent, just feedback. I actually do not seem to need
those flags for ncurses, as it works fine if build w/o setting
them.

As an aside: The --build-cflags etc. options to configure do not
seem to have an effect -- at least from what I see printed to
stdout.

c
-- 
_B A U S T E L L E N_ lesen! --->> <http://www.blacktrash.org/baustellen.html>




reply via email to

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