On 2004-01-09T11:17+0100, Paul-Kenji Cahier wrote:
) make[2]: Entering directory `/cygdrive/d/Data/calendar/lib/liboncurses'
) gcc -g -Wall -ansi -pedantic -Wwrite-strings -Wshadow -Waggregate-return -I. 
-I/cygdrive/d/Data/calendar/include -I/usr/include/ncurses -I/usr/local/include 
-L/usr/local/lib  -shared -fPIC output.c      -o ../liboncurses.so

This linker line does not actually reference libncurses. Try adding
-lncurses to the end of that line (you may need to go into
/cygdrive/d/Data/calendar/lib/liboncurses and type it out manually, adding
-lncurses to the end).

-- 
Daniel Reed <[EMAIL PROTECTED]> http://naim-users.org/nmlorg/   http://naim.n.ml.org/
"Real computer scientists like having a computer on their desk, else
how could they read their mail?"

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to