Re: apparent ncurses lib linking problem

2009-09-03 Thread d.henman
Charles, thank you so much for your help. d.henman Charles Wilson wrote: > d.henman wrote: > > g++ -g -O2 -L../mpegsound -L../nmixer -o nmixer.exe main.o -lncurses > > -lnmixer -lpthread -lm -lao -lpthread > > ../nmixer/libnmixer.a(nmixer.o): In function `_ZN6NMixer14DrawFixedStu

Re: apparent ncurses lib linking problem

2009-09-03 Thread Charles Wilson
d.henman wrote: > g++ -g -O2 -L../mpegsound -L../nmixer -o nmixer.exe main.o -lncurses > -lnmixer -lpthread -lm -lao -lpthread > ../nmixer/libnmixer.a(nmixer.o): In function `_ZN6NMixer14DrawFixedStuffEv': > /usr/src/mp3blaster/mp3blaster-3.2.5/nmixer/nmixer.cc:528: undefined > reference to `_

Re: apparent ncurses lib linking problem

2009-09-03 Thread d.henman
Yes I do have the ncurses files, I just listed the "curses", but for both I have: lrwxrwxrwx 1 dev1 None 12 Sep 3 10:35 libcurses.a -> libncurses.a lrwxrwxrwx 1 dev1 None 16 Sep 3 10:35 libcurses.dll.a -> libncurses.dll.a -rw-r--r-- 1 dev1 root 124594 Mar 27 14:21 libncurses++.a -rw-r

Re: apparent ncurses lib linking problem

2009-09-02 Thread Dave Korn
d.henman wrote: > in lib there is for "curses": > lrwxrwxrwx 1 dev1 None 12 Sep 3 10:35 /lib/libcurses.a -> libncurses.a > lrwxrwxrwx 1 dev1 None 16 Sep 3 10:35 /lib/libcurses.dll.a -> > libncurses.dll.a You should have the libncurses .a files to which those symlinks point, but don't. Have