On Mon, 18 Jul 2011, Matthias Klose wrote:

On 07/18/2011 07:35 AM, Ray Dillinger wrote:
On 07/17/2011 05:10 PM, Thomas Dickey wrote:

You're seeing implicit for get_wch, since there's no _XOPEN_SOURCE_EXTENDED
in the compile line.

Okay, after checking:

bear@janus:~/src/xxh$ make display.o
gcc -D_XOPEN_SOURCE_EXTENDED -Wall -Werror -lncursesw -c -o display.o \
display.c
bear@janus:~/src/xxh$

should't the ncursesw headers be used? pkg-config --cflags ncursesw

also --libs

actually, ncurses5-config is the flavor that's more likely to work.
I use that.  pkg-config isn't available on more than a minority of
the platforms that I build on (and probably never will be).  I see
some differences in the output, now that my attention is drawn there.

plus, your example will fail when using -Wl,--as-needed. move the library behind
the objects.

...

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110718045817.y1...@mail101.his.com

Reply via email to