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

Re: What's wrong with nam?



Hello Tao
I faced the same problem while installing ns and made use of the help 
given in the ns homepage. For your convenience I'm including the steps 
taken by me for solving the problem :

	*       for problem in installing nam-1

                -       do 'make distclean' in nam-1 directory, then
                         do recon- figuration with --disable-static
        *       in Makefile add to LIB
                        -Xlinker -Bdynamic -ldl
        *       do 'make'

Hope it helps!

Manpreet


On Sun, 15 Nov 1998, Tao Yu wrote:

> I tried to install ns-allinone-2.1b3 under Linux-redhat 5.2.
> Failed to compile nam. Got the error message:
>   ../tcl8.0/unix/libtcl8.0.a(tclLoadDl.o): In function `TclLoadFile':
>   tclLoadDl.o(.text+0x19): undefined reference to `dlopen'
>   tclLoadDl.o(.text+0x29): undefined reference to `dlerror'
>   tclLoadDl.o(.text+0x4f): undefined reference to `dlsym'
>   tclLoadDl.o(.text+0x89): undefined reference to `dlsym'
>   tclLoadDl.o(.text+0xa3): undefined reference to `dlsym'
>   tclLoadDl.o(.text+0xdf): undefined reference to `dlsym'
>   collect2: ld returned 1 exit status
>   make: *** [nam] Error 1
> Anyone can help me out of this? 
> 
> Thanks,
> Tao
>