Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 9 Jan 2004 10:12:26 -0500 (EST) From: Daniel Reed Reply-To: cygwin AT cygwin DOT com To: Paul-Kenji Cahier cc: cygwin AT cygwin DOT com Subject: Re: Ncurses prob In-Reply-To: <1991314664.20040109111718@F1-Photo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: Symantec AntiVirus Scan Engine Note-from-DJ: This may be spam 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 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/