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