[ee122] MNLDaemon fails to compile on c199

Drew Lustro drewlustro at gmail.com
Sat Dec 8 21:14:27 PST 2007


library path and stuff is set... any help?

c199 [19] ~/proj2/MNL_src_0_1b >
c199 [19] ~/proj2/MNL_src_0_1b > set LD_LIBRARY_PATH=/home/ff/ee122/ 
lib:/usr/sww/lib/
c199 [20] ~/proj2/MNL_src_0_1b > echo $LD_LIBRARY_PATH
/home/ff/ee122/lib:/usr/sww/lib/
c199 [21] ~/proj2/MNL_src_0_1b > gmake clean
rm *.o MNLDaemon
MNLDaemon: No such file or directory
gmake: *** [clean] Error 2
c199 [22] ~/proj2/MNL_src_0_1b > gmake
g++  -g  -c -o TimeFns.o TimeFns.cpp
g++  -g  -c -o PacketDropper.o PacketDropper.cpp
g++  -g  -c -o SpecificPacketDropper.o SpecificPacketDropper.cpp
g++  -g  -c -o PeriodicPacketDropper.o PeriodicPacketDropper.cpp
g++  -g  -c -o ProbabilisticPacketDropper.o  
ProbabilisticPacketDropper.cpp
g++  -g  -c -o SendQueue.o SendQueue.cpp
g++  -g  -c -o PacketBuf.o PacketBuf.cpp
g++  -g  -c -o PacketBufComparator.o PacketBufComparator.cpp
g++  -g  -c -o MNLDaemon.o MNLDaemon.cpp
g++ -g  -o MNLDaemon main.cpp TimeFns.o PacketDropper.o  
SpecificPacketDropper.o PeriodicPacketDropper.o  
ProbabilisticPacketDropper.o SendQueue.o PacketBuf.o  
PacketBufComparator.o MNLDaemon.o
Undefined                       first referenced
  symbol                             in file
__xnet_sendto                       SendQueue.o
__xnet_socket                       SendQueue.o
getsockname                         MNLDaemon.o
setsockopt                          SendQueue.o
recvfrom                            MNLDaemon.o
inet_ntoa                           SendQueue.o
__xnet_bind                         SendQueue.o
ld: fatal: Symbol referencing errors. No output written to MNLDaemon
collect2: ld returned 1 exit status
gmake: *** [MNLDaemon] Error 1
c199 [23] ~/proj2/MNL_src_0_1b >




More information about the ee122 mailing list