bug-ncurses
[Top][All Lists]
Advanced

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

Compile on MacOS


From: Christian Gennerat
Subject: Compile on MacOS
Date: Fri, 14 Oct 2005 10:40:32 +0200

with this config:

uname -m = Power Macintosh
uname -r = 7.9.0
uname -s = Darwin
uname -v = Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC

I get the following results:

Mac-Gennerat:~/Desktop/ncurses-5.5 xgen$ cd ../ncurses-5.4
Mac-Gennerat:~/Desktop/ncurses-5.4 xgen$ make
cd man && make DESTDIR="" all
make[1]: Nothing to be done for `all'.
cd include && make DESTDIR="" all
make[1]: Nothing to be done for `all'.
cd ncurses && make DESTDIR="" all
make[1]: Nothing to be done for `all'.
cd progs && make DESTDIR="" all
gcc ../objects/tput.o -L../lib -lncurses -I../progs -I. -DHAVE_CONFIG_H -I. -I../include -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE -DNDEBUG -I/usr/local/include/ncurses -O2 -no-cpp-precomp -o tput
ld: Undefined symbols:
__nc_tparm_analyze
make[1]: *** [tput] Error 1
make: *** [all] Error 2


Mac-Gennerat:~/Desktop/ncurses-5.4 xgen$ cd ../ncurses-5.5
Mac-Gennerat:~/Desktop/ncurses-5.5 xgen$ make
cd man && make DESTDIR="" all
make[1]: Nothing to be done for `all'.
cd include && make DESTDIR="" all
make[1]: Nothing to be done for `all'.
cd ncurses && make DESTDIR="" all
make[1]: Nothing to be done for `all'.
cd progs && make DESTDIR="" all
gcc ../objects/tic.o ../objects/dump_entry.o -L../lib -lncurses -I../progs -I. -DHAVE_CONFIG_H -I. -I../include -DNDEBUG -I/usr/local/include/ncurses -O2 -no-cpp-precomp -o tic
ld: Undefined symbols:
__nc_check_termtype2
__nc_resolve_uses2
__nc_trim_sgr0
make[1]: *** [tic] Error 1
make: *** [all] Error 2

Is this a configuration problem ?
Do you need some files more ?

Or is there a place where I can find ncurses binaries ?







reply via email to

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