1. I have installed the package
nomadII-utils-0.8-2.i386.rpm successfully;
2. I have run ./configure share command in the nomad
directory successfully
3. When I run make command, the following message
appeared :
[root@iosfe nomad]# make
make all-recursive
make[1]: Entering directory `/root/nomad'
Making all in nomad
make[2]: Entering directory `/root/nomad/nomad'
/bin/sh ../libtool --silent --mode=link --tag=CXX g++
-Wnon-virtual-dtor -Wno-long-long -Wbad-function-cast
-Wundef -Wall -pedantic -W -Wpointer-arith
-Wmissing-prototypes -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion -O2 -fno-exceptions -fno-check-new -o
kio_nomad.la -rpath /usr/local/kde/lib/kde3
-L/usr/X11R6/lib -L/usr/lib/qt-3.1/lib -L/usr/lib
-module -avoid-version -module -no-undefined -R
/usr/lib -R /usr/lib/qt-3.1/lib -R /usr/X11R6/lib
nomad.lo -lkio -lnomadii -lkdeui -lkdecore -lqt-mt
-lpng -lz -lm -lXext -lX11 -lresolv -lSM -lICE -lpthread
/usr/bin/ld: cannot find -lnomadii
collect2: ld returned 1 exit status
make[2]: *** [kio_nomad.la] Error 1
make[2]: Leaving directory `/root/nomad/nomad'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/nomad'
make: *** [all] Error 2
What does these message mean ?
My System: RedHat Linux 9.0 (Shrike)