[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Linking problems when extending ns
> 'dlerror','dlopen', 'dlsym' which /usr/lib/libtcl8.0.so tries to use.
Try add -ldl into your Makefile?
> 'et_ns_ptypes', 'et_ns_lib' which ns-2.1b5/tclAppInit.cc tries to use
> `version_string' which ns-2.1b5/misc.cc tries to use
Seems the files under your gen/ direction were not made at all. Pls check
the Makefile to see how they are generated and then you'll probably have a
clue why they were not there.
- Haobo