LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   protolib installation problem (https://www.linuxquestions.org/questions/linux-newbie-8/protolib-installation-problem-865422/)

bluetooth 02-28-2011 03:31 AM

protolib installation problem
 
i tried installing protolib-2 to work with ns2.34. i modified the makefile.in ns2. when i typed make ns in terminal, i got error

"make: *** No rule to make target ` protolib/ns/nsProtoAgent.o', needed by `ns'. Stop."

knudfl 02-28-2011 08:08 AM

Quote:

No rule to make target ` protolib/ns/nsProtoAgent.o', needed by `ns'. Stop
When you added
Quote:

protolib/ns/nsProtoAgent.o
to the Makefile ( or Makefile.in ), then the following must be present :

ns-allinone/ns-2.34/protolib/ns/nsProtoAgent.cc


If you have further question, please tell, which "protolib-2" you are using.
A direct download link, please. And a link the the documentation for the files,
you are using.

( The protolib-2, I know is protolib-svnsnap.tgz
http://downloads.pf.itd.nrl.navy.mil...ib-svnsnap.tgz
http://downloads.pf.itd.nrl.navy.mil...tly_snapshots/
http://cs.itd.nrl.navy.mil/work/protolib/index.php )
(( Old versions : http://downloads.pf.itd.nrl.navy.mil/protolib/
... The latest of these = src-protolib-2.0b2.tgz, is for ns-allinone-2.26.))


All times are GMT -5. The time now is 07:49 AM.