[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ns linking...



Hi
	problem is that you are compilig with "-static" linking option and not 
"-dynamic" linking. Before you compile ns, grep the variable "STATIC" in the 
Makefile and delete it. Another way is to take care of it before you run config 
to obtain the Makefile. Look into various options that the configire file 
provides.
	
--regards
kedar