LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 01-05-2006, 05:40 AM   #1
ahmed_alzahrani
LQ Newbie
 
Registered: Aug 2004
Location: saudi arabia
Distribution: mandrake
Posts: 28

Rep: Reputation: 15
problems installing nistnet.2.0.12c


hi,
I'm trying to install nistnet.2.0.12c under manriva 2006 and with kernel release 2.6.12.

The process of configuring went smoothly but when I try to run make
it gives me the following error:


Code:
/usr/bin/ld: cannot find -lXaw3d
collect2: ld returned 1 exit status
make[1]: *** [xnistnet] Error 1
make[1]: Leaving directory `/root/proggies/nistnet-3.0a/monitor'
make: *** [sub_dirs] Error 2

here's the ./configure output
Code:
Kernel headers found at /lib/modules/2.6.12-12mdk/build/include/linux
Add explicit congestion notification (ECN) support [yes]?
Add class/type of service (COS) support [yes]?
Which delay distribution do you want to use?
        experimental normal pareto paretonormal? [ experimental ]
Using -lXaw3d for the widget set...


mv -f Makefile Makefile.bak
imake -DUseInstalled -I/usr/X11R6/lib/X11/config
make Makefiles
making Makefiles in TextField-1.01...
        mv -f Makefile Makefile.bak
make[1]: Entering directory `/root/proggies/nistnet-3.0a/monitor'
make[1]: Leaving directory `/root/proggies/nistnet-3.0a/monitor'
make[1]: Entering directory `/root/proggies/nistnet-3.0a/monitor/TextField-1.01'
make[1]: Nothing to be done for `Makefiles'.
make[1]: Leaving directory `/root/proggies/nistnet-3.0a/monitor/TextField-1.01'
making Makefiles in Frame-1.0...
        mv -f Makefile Makefile.bak
make[1]: Entering directory `/root/proggies/nistnet-3.0a/monitor'
make[1]: Leaving directory `/root/proggies/nistnet-3.0a/monitor'
make[1]: Entering directory `/root/proggies/nistnet-3.0a/monitor/Frame-1.0'
make[1]: Nothing to be done for `Makefiles'.
make[1]: Leaving directory `/root/proggies/nistnet-3.0a/monitor/Frame-1.0'
make includes
make: Nothing to be done for `includes'.
make depend
makedepend  --  -ITextField-1.01 -IFrame-1.0 -I/usr/X11R6/include/X11/Xaw -I/usr/X11R6/include/X11/Xmu -I.. -I../lib -I../include -I/usr/X11R6/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                             -D_POSIX_SOURCE -D_XOPEN_SOURCE                            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                              -DFUNCPROTO=15 -DNARROWPROTO     -DUSE_MAKEDEPEND --
makedepend  --  -ITextField-1.01 -IFrame-1.0 -I/usr/X11R6/include/X11/Xaw -I/usr/X11R6/include/X11/Xmu -I.. -I../lib -I../include -I/usr/X11R6/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                             -D_POSIX_SOURCE -D_XOPEN_SOURCE                            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                              -DFUNCPROTO=15 -DNARROWPROTO     -DUSE_MAKEDEPEND --


And here's the output of make
Code:
set -e; for i in math lib cli monitor kernel man; do make -C $i ; done
make[1]: Entering directory `/root/proggies/nistnet-3.0a/math'
rm -f makemutable makesigtable pareto.h pareto.mu.h pareto.sigma.h
make DODISTRIBUTION='-DUSE_PARETO -DDISTRIBUTION_NAME="\"pareto\""' pareto makemutable makesigtable
make[2]: Entering directory `/root/proggies/nistnet-3.0a/math'
cc -I. -I../include -I. -I../include -DPARETOALPHA=3.2 -o pareto pareto.c -lm
cc -I. -I../include -I. -I../include   -c -o random.o random.c
cc -I. -I../include -I. -I../include   -c -o libstats.o libstats.c
cc -DNO_MU_CORR -I. -I../include -I. -I../include -DUSE_PARETO -DDISTRIBUTION_NAME="\"pareto\"" -DPARETOALPHA=3.2 -UMU_CORR -o unmucortabledist.o -c tabledist.c
cc -DNO_MU_CORR -I. -I../include -I. -I../include -DUSE_PARETO -DDISTRIBUTION_NAME="\"pareto\"" -DPARETOALPHA=3.2 -UMU_CORR -o makemutable makemutable.c unmucortabledist.o random.o libstats.o -lm
cc -DNO_SIGMA_CORR -I. -I../include -I. -I../include -DUSE_PARETO -DDISTRIBUTION_NAME="\"pareto\"" -DPARETOALPHA=3.2 -USIGMA_CORR -o unsigmacortabledist.o -c tabledist.c
cc -DNO_SIGMA_CORR -I. -I../include -I. -I../include -DUSE_PARETO -DDISTRIBUTION_NAME="\"pareto\"" -DPARETOALPHA=3.2 -USIGMA_CORR -o makesigtable makesigtable.c unsigmacortabledist.o random.o libstats.o -lm
make[2]: Leaving directory `/root/proggies/nistnet-3.0a/math'
./pareto > pareto.h
./makesigtable > pareto.sigma.h
./makemutable > pareto.mu.h
rm -f makemutable makesigtable
cc -I. -I../include -o stats stats.c -lm
cc -I. -I../include -DUSE_EXPERIMENTAL -DDISTRIBUTION_NAME="\"experimental\"" -DPARETOALPHA=3.2 -o maketable maketable.c -lm
make[1]: Leaving directory `/root/proggies/nistnet-3.0a/math'
make[1]: Entering directory `/root/proggies/nistnet-3.0a/lib'
cc -I.. -I../include -I. -I../include -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62  -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE -fno-common -I. -I../include -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62    -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE -fno-common   -c -o nistnetlib.o nistnetlib.c
cc -I.. -I../include -I. -I../include -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62  -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE -fno-common -I. -I../include -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62    -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE -fno-common   -c -o nistnetutil.o nistnetutil.c
cc -I.. -I../include -I. -I../include -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62  -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE -fno-common -I. -I../include -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62    -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE -fno-common   -c -o ../math/tabledist.o ../math/tabledist.c
cp -p ../math/tabledist.o tabledist.o
cp -p ../math/random.o random.o
cc -I.. -I../include -I. -I../include -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62  -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE -fno-common -I. -I../include -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62    -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE -fno-common   -c -o alarmingdns.o alarmingdns.c
ar vr libnistnet.a nistnetlib.o nistnetutil.o tabledist.o random.o alarmingdns.o
ar: creating libnistnet.a
a - nistnetlib.o
a - nistnetutil.o
a - tabledist.o
a - random.o
a - alarmingdns.o
make[1]: Leaving directory `/root/proggies/nistnet-3.0a/lib'
make[1]: Entering directory `/root/proggies/nistnet-3.0a/cli'
cc -I.. -I../include -I. -I../include -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62  -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE -fno-common -I. -I../include -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62    -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE -fno-common -o hitbox hitbox.c ../lib/libnistnet.a -lm
cc -I.. -I../include -I. -I../include -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62  -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE -fno-common -I. -I../include -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62    -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE -fno-common -o cnistnet cnistnet.c ../lib/libnistnet.a -lm
cc -I.. -I../include -I. -I../include -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62  -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE -fno-common -I. -I../include -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62    -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE -fno-common -o mungebox mungebox.c -lm
cc -I.. -I../include -I. -I../include -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62  -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE -fno-common -I. -I../include -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62    -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE -fno-common -o nistspy nistspy.c
make[1]: Leaving directory `/root/proggies/nistnet-3.0a/cli'
make[1]: Entering directory `/root/proggies/nistnet-3.0a/monitor'
making all in ./TextField-1.01...
make[2]: Entering directory `/root/proggies/nistnet-3.0a/monitor/TextField-1.01'
gcc -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -march=i586 -mtune=pentiumpro -fno-strict-aliasing -fno-strength-reduce      -I/usr/X11R6/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                            -D_POSIX_SOURCE -D_XOPEN_SOURCE   -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                       -DFUNCPROTO=15 -DNARROWPROTO    -g -Wall   -c -o TextField.o TextField.c
gcc -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -march=i586 -mtune=pentiumpro -fno-strict-aliasing -fno-strength-reduce      -I/usr/X11R6/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                            -D_POSIX_SOURCE -D_XOPEN_SOURCE   -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                       -DFUNCPROTO=15 -DNARROWPROTO    -g -Wall   -c -o demo.o demo.c
demo.c:134: warning: return type of 'main' is not 'int'
demo.c: In function 'main':
demo.c:140: warning: missing sentinel in function call
rm -f demo
gcc -o demo -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -march=i586 -mtune=pentiumpro -fno-strict-aliasing -fno-strength-reduce      -L/usr/X11R6/lib   TextField.o demo.o -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lXt -lSM -lICE -lXext -lX11
make[2]: Leaving directory `/root/proggies/nistnet-3.0a/monitor/TextField-1.01'
making all in ./Frame-1.0...
make[2]: Entering directory `/root/proggies/nistnet-3.0a/monitor/Frame-1.0'
gcc -m32 -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -march=i586 -mtune=pentiumpro -fno-strict-aliasing -fno-strength-reduce      -I/usr/X11R6/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                               -D_POSIX_SOURCE -D_XOPEN_SOURCE                            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                              -DFUNCPROTO=15 -DNARROWPROTO       -c -o framedemo.o framedemo.c
framedemo.c: In function 'main':
framedemo.c:142: warning: incompatible implicit declaration of built-in function 'exit'
framedemo.c: In function 'WMProtocols':
framedemo.c:229: warning: incompatible implicit declaration of built-in function 'exit'
gcc -m32 -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -march=i586 -mtune=pentiumpro -fno-strict-aliasing -fno-strength-reduce      -I/usr/X11R6/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                               -D_POSIX_SOURCE -D_XOPEN_SOURCE                            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                              -DFUNCPROTO=15 -DNARROWPROTO       -c -o Frame.o Frame.c
gcc -m32 -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -march=i586 -mtune=pentiumpro -fno-strict-aliasing -fno-strength-reduce      -I/usr/X11R6/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                               -D_POSIX_SOURCE -D_XOPEN_SOURCE                            -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                              -DFUNCPROTO=15 -DNARROWPROTO       -c -o Gcs.o Gcs.c
rm -f framedemo
gcc -m32 -o framedemo -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -march=i586 -mtune=pentiumpro -fno-strict-aliasing -fno-strength-reduce      -L/usr/X11R6/lib   framedemo.o Frame.o Gcs.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXp -lXext -lX11
make[2]: Leaving directory `/root/proggies/nistnet-3.0a/monitor/Frame-1.0'
gcc -m32 -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -march=i586 -mtune=pentiumpro -fno-strict-aliasing -fno-strength-reduce     -ITextField-1.01 -IFrame-1.0 -I/usr/X11R6/include/X11/Xaw -I/usr/X11R6/include/X11/Xmu -I.. -I../lib -I../include -I/usr/X11R6/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                 -D_POSIX_SOURCE -D_XOPEN_SOURCE   -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                       -DFUNCPROTO=15 -DNARROWPROTO    -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62      -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE   -c -o hitmonitor.o hitmonitor.c
gcc -m32 -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -march=i586 -mtune=pentiumpro -fno-strict-aliasing -fno-strength-reduce     -ITextField-1.01 -IFrame-1.0 -I/usr/X11R6/include/X11/Xaw -I/usr/X11R6/include/X11/Xmu -I.. -I../lib -I../include -I/usr/X11R6/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                 -D_POSIX_SOURCE -D_XOPEN_SOURCE   -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                       -DFUNCPROTO=15 -DNARROWPROTO    -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62      -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE   -c -o xhitutil.o xhitutil.c
xhitutil.c: In function 'XMineCreatePixmapFromData':
xhitutil.c:285: warning: pointer targets in passing argument 6 of 'XCreateImage' differ in signedness
gcc -m32 -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -march=i586 -mtune=pentiumpro -fno-strict-aliasing -fno-strength-reduce     -ITextField-1.01 -IFrame-1.0 -I/usr/X11R6/include/X11/Xaw -I/usr/X11R6/include/X11/Xmu -I.. -I../lib -I../include -I/usr/X11R6/include    -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L                                 -D_POSIX_SOURCE -D_XOPEN_SOURCE   -D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                                       -DFUNCPROTO=15 -DNARROWPROTO    -DDEVHITBOX=\"/dev/hitbox\" -DHITMAJOR=62      -DHITMINOR=0 -DDEVNISTNET=\"/dev/nistnet\" -DNISTNETMAJOR=62  -DNISTNETMINOR=1 -DDEVMUNGEBOX=\"/dev/mungebox\" -DMUNGEMAJOR=63 -DDEVSPYBOX=\"/dev/spybox\" -DSPYMAJOR=64 -DCONFIG_ECN -DCONFIG_COS -DCONFIG_DELAYSTART -DCONFIG_RTC_AGGRESSIVE   -c -o tabchain.o tabchain.c
rm -f xnistnet
gcc -m32 -o xnistnet -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -march=i586 -mtune=pentiumpro -fno-strict-aliasing -fno-strength-reduce      -L/usr/X11R6/lib   hitmonitor.o xhitutil.o tabchain.o TextField-1.01/TextField.o Frame-1.0/Frame.o Frame-1.0/Gcs.o -lXaw3d -lXt -lSM -lICE -lXmu -lXt -lSM -lICE -lXext -lX11 -lXext -lX11 ../lib/libnistnet.a -lm
/usr/bin/ld: cannot find -lXaw3d
collect2: ld returned 1 exit status
make[1]: *** [xnistnet] Error 1
make[1]: Leaving directory `/root/proggies/nistnet-3.0a/monitor'
make: *** [sub_dirs] Error 2

NOTE: I've Downloaded and Installed Xaw3d rpm !

Regards,
 
Old 01-05-2006, 06:35 AM   #2
carl0ski
Member
 
Registered: Sep 2004
Location: Melbourne, Victoria Australia
Distribution: Support those that support you :)
Posts: 872
Blog Entries: 12

Rep: Reputation: 30
avoid downloading rpms for mandriva


Use easyurpmi.zarb.org
http://easyurpmi.zarb.org/index.php?...D=urpmi#second


add sources for your version
and
urpmi libXaw3d7 --auto-select

should fix it
 
Old 01-05-2006, 07:18 AM   #3
ahmed_alzahrani
LQ Newbie
 
Registered: Aug 2004
Location: saudi arabia
Distribution: mandrake
Posts: 28

Original Poster
Rep: Reputation: 15
Thanks carl0ski for your reply. But on another clone of the machine, it already has libXaw3d7-1.5E-1mdk and it's being used by OpenOffice.org but I face the same exact problem.
 
Old 01-05-2006, 07:57 AM   #4
carl0ski
Member
 
Registered: Sep 2004
Location: Melbourne, Victoria Australia
Distribution: Support those that support you :)
Posts: 872
Blog Entries: 12

Rep: Reputation: 30
Quote:
Originally Posted by ahmed_alzahrani
Thanks carl0ski for your reply. But on another clone of the machine, it already has libXaw3d7-1.5E-1mdk and it's being used by OpenOffice.org but I face the same exact problem.

try moving this to software forum it doesnt seem like Mandriva is the cause.

You'll get more responses in
software or even slackware. (places people like compiling from tar.gz
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problems with Nistnet Installation kiran_challa Linux - General 1 07-05-2005 07:33 AM
Problems with Nistnet Installation kiran_challa Linux - Newbie 1 07-05-2005 07:33 AM
Problems compiling NISTNET jocornhill Linux - Software 6 08-20-2004 11:39 AM
Please Help - Nistnet shaunyuen Linux - Networking 2 01-13-2003 04:21 AM
Need help - Nistnet shaunyuen Linux - Software 1 01-13-2003 01:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 11:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration