[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ns] tclAppInit giving error while make
Hi,
Are you using the dup configuration? Dup configuration sometimes do not
create all the directories. Just go to ns/gen directory. There is a high
possibility that the directory is empty. This is the directory which
contains the defn for the et_ns_ptypes and et_ns_lib variables. If this
directory is empty, copy the files from the parent directory to this
directory.
Hope this helps
Anirban
On Sun, 28 Jan 2001, S.M.Tripathi wrote:
>
> I have added a protocol in the ns-allinone-2.1b7a package. After making
> changes in makefile and make depend, make gives following error
>
> ***
> tclAppInit.o: In function `Tcl_AppInit':
> tclAppInit.o(.text+0x12a): undefined reference to `et_ns_ptypes'
> ************
> This does not seem to be anyway related with my code. Can somone
> help me in fixing up the problem.
> Shailendra
>
>