Re: Ncurses prob

2004-01-11 Thread Gerrit P. Haase
Hallo Paul-Kenji, Am Samstag, 10. Januar 2004 um 05:19 schriebst du: [...] Most libs were compiled this way: gcc -g -Wall -ansi -pedantic -Wwrite-strings -Wshadow -Waggregate-return -I. -I/home/calendar/include -I. -I/usr/include -I/usr/include/ncurses -I/usr/local/include -c output.c

Re: Ncurses prob

2004-01-10 Thread Larry Hall
At 11:19 PM 1/9/2004, Paul-Kenji Cahier you wrote: hello again, new question now, since every lib compiled well i went to the main program and it cant find the new lib i just compiled, so i was wondering what is it looking for when one does -lnameofthelib cuz on my linux box everything goes

Ncurses prob

2004-01-09 Thread Paul-Kenji Cahier
Hello all, i know it might be my fault but i'm trying to compile a prog with ncurses under cygwin and here is what i gets: (it compiles well, exept at link time) make[2]: Entering directory `/cygdrive/d/Data/calendar/lib/liboncurses' gcc -g -Wall -ansi -pedantic -Wwrite-strings -Wshadow

Re: Ncurses prob

2004-01-09 Thread Gerrit P. Haase
Paul-Kenji wrote: Hello all, i know it might be my fault but i'm trying to compile a prog with ncurses under cygwin and here is what i gets: (it compiles well, exept at link time) make[2]: Entering directory `/cygdrive/d/Data/calendar/lib/liboncurses' gcc -g -Wall -ansi -pedantic

Re: Ncurses prob

2004-01-09 Thread Daniel Reed
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

Re: Ncurses prob

2004-01-09 Thread Paul-Kenji Cahier
hello again, new question now, since every lib compiled well i went to the main program and it cant find the new lib i just compiled, so i was wondering what is it looking for when one does -lnameofthelib cuz on my linux box everything goes fine, and i've checked the include which are exactly