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

Re: NS Installation problem.




>
> But, I failed to get "ns" at the last poit of Makefile.
> I got error as below.
> 
> -------
>    Undefined                       first referenced
>     symbol                             in file
>    dlclose                             /usr/lib/libnsl.a(netdir.o)
>    dgettext                            /usr/lib/libnsl.a(netselect.o)
>    dlsym                               /usr/local/lib/libtcl7.5.a(tclLoadDl.o
)
>    dlopen                              /usr/local/lib/libtcl7.5.a(tclLoadDl.o
)
>    dlerror                             /usr/local/li     b/libtcl7.5.a(tclLoa
dDl.o)
>    ld: fatal: Symbol referencing errors. No output written to ns
>    make: *** [ns] Error 1
> ------

here's one possible fix:
	if you have '-static' in the Makefile, remove it but leave in the
	addition you made for '-ldl' compiler directive.  Then try make again.

- K