Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

cygwin build problem - undefined setupterm



rm -f libzsh-4.0.1-pre-3.dll
dllwrap  -s --export-all-symbols -o libzsh-4.0.1-pre-3.dll  `cat
stamp-modobjs`-ltermcap -lm  -lc
dllwrap: no export definition file provided
dllwrap: creating one, but that may not be what you want
Modules/termcap.o(.text+0xb6c):termcap.c: undefined reference to `setupterm'
collect2: ld returned 1 exit status
dllwrap: gcc exited with status 1
make[1]: *** [libzsh-4.0.1-pre-3.dll] Error 1
make[1]: Leaving directory `/tools/build/zsh/Src'
make: *** [all] Error 1

AFAIK setupterm belongs to curses interface suite and does not exist in
termcap (it was not there before, it came with Clint's patches). Clint, you
most probably have (n)curses in disguise ... and not the real termcap.

Moreover, we already have terminal setup code in zsh main - it should not be
duplicated (probably).

-andrej

Have a nice DOS!
B >>



Messages sorted by: Reverse Date, Date, Thread, Author