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
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 `_
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
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
Using:
cygwin 1.7.0(0.212/5/3) 2009-08-20
gcc (GCC) 4.3.4 20090802 (prerelease)
ln --version ---> ln (GNU coreutils) 7.0
ncurses (runtim lib and devel)
Description: I attempted to build what should be a very simple build, but wound
up with linking errors, which s
5 matches
Mail list logo