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

Re: [ns] Please~ help me!!!



Yesterday, I have same problem. NS can't find libintl.so

of course I install gettext which means libintl.so file exists in
/usr/local/lib

so I edit Makefile with -L/usr/local/lib, but ns compile failed again with
different msg

today I remove gettext and libintl.so

and then make new accout and ns-2.1b5 is istalled successfully.

I don't know why this situation happened and why ns try to link libintl.so

but problem solved anyway :<

--
Young S.Choi
mailto:[email protected]
http://tenet2.knu.ac.kr/~guru0109
----- Original Message -----
From: "Kun-chan Lan" <[email protected]>
To: "jwkwon" <[email protected]>; "NS-2"
<[email protected]>
Sent: Sunday, July 02, 2000 12:54 AM
Subject: Re: [ns] Please~ help me!!!


> it means the compiler cannot locate  the file libintl.so .
>
> Kun-chan Lan
>
> -----Original Message-----
> From: jwkwon <[email protected]>
> To: NS-2 <[email protected]>
> Date: Friday, June 30, 2000 12:21 AM
> Subject: [ns] Please~ help me!!!
>
>
> >Hi, ns-users!
> >I installed ns-allinone-2.1b6, but I couldn't go any more about this
error.
> >Could you give me a hand???
> >
> >-----------------------------------------------
> >/usr/libexec/elf/ld: cannot open -lintl: No such file or directory
> >*** Error code 1
> >-----------------------------------------------
> >
> >And this is the configure procedure....
> >=======================================================
>
>./configure --with-otcl=../otcl-1.0a5 --with-tclcl=../tclcl-1.0b9 --with-tc
> l
> >=../tclbox --with-tk=../tkbox --disable-static
> >creating cache ./config.cache
> >No .configure file found in current directory
> >Continuing with default options...
> >checking host system type... i386-unknown-freebsd3.5
> >checking target system type... i386-unknown-freebsd3.5
> >checking build system type... i386-unknown-freebsd3.5
> >checking for gcc... gcc
> >checking whether the C compiler (gcc  ) works... yes
> >checking whether the C compiler (gcc  ) is a cross-compiler... no
> >checking whether we are using GNU C... yes
> >checking whether gcc accepts -g... yes
> >checking for c++... c++
> >checking whether the C++ compiler (c++  ) works... yes
> >checking whether the C++ compiler (c++  ) is a cross-compiler... no
> >checking whether we are using GNU C++... yes
> >checking whether c++ accepts -g... yes
> >checking how to run the C preprocessor... gcc -E
> >checking for ANSI C header files... yes
> >checking for string.h... yes
> >checking for main in -lXbsd... no
> >checking for socket in -lsocket... no
> >checking for gethostbyname in -lnsl... no
> >checking for dcgettext in -lintl... yes
> >checking for getnodebyname in -ldnet_stub... no
> >checking that c++ can handle -O2... yes
> >checking for tcl.h... -I../tclbox/include
> >checking for libtcl8.0... -L../tclbox/lib -ltcl80
> >checking for init.tcl... ../tclbox/lib/tcl8.0
> >checking for tclsh8.0.4... no
> >checking for tclsh8.0... ../tclbox/bin/tclsh8.0
> >checking for tk.h... -I../tkbox/include
> >checking for libtk8.0... -L../tkbox/lib -ltk80
> >checking for tk.tcl... ../tkbox/lib/tk8.0
> >checking for otcl.h... -I../otcl-1.0a5
> >checking for libotcl1.0a5... -L../otcl-1.0a5 -lotcl
> >checking for tclcl.h... -I../tclcl-1.0b9
> >checking for libtclcl1.0b9... -L../tclcl-1.0b9 -ltclcl
> >checking for tcl2c++... ../tclcl-1.0b9
> >checking for X11 header files
> >checking for X11 library archive
> >checking for XOpenDisplay in -lX11... no
> >checking for libXext.a
> >checking for libtcldbg... no
> >checking dmalloc... not requested with --with-dmalloc
> >checking for perl... /usr/bin
> >checking for ANSI C header files... (cached) yes
> >checking for bcopy... yes
> >checking for bzero... yes
> >checking for fesetprecision... no
> >checking for getrusage... yes
> >checking for sbrk... yes
> >checking for snprintf... yes
> >checking for arpa/inet.h... yes
> >checking for netinet/in.h... yes
> >checking for string.h... (cached) yes
> >checking for strings.h... yes
> >checking for time.h... yes
> >checking for unistd.h... yes
> >checking for net/ethernet.h... yes
> >checking return type of random... long
> >checking for int8_t... yes
> >checking for int16_t... yes
> >checking for int32_t... yes
> >checking for u_int8_t... yes
> >checking for u_int16_t... yes
> >checking for u_int32_t... yes
> >checking for strtoq... yes
> >checking for strtoll... no
> >checking size of long... 4
> >checking for __int64_t... no
> >checking for long long... yes
> >checking for int64_t... yes
> >checking which kind of 64-bit int to use... int64_t
> >checking for struct ether_header... not found
> >checking for struct ether_addr... not found
> >checking for addr2ascii... yes
> >Explicitly disabling static compilation
> >no dynamic load lib
> >checking for a BSD compatible install... /usr/bin/install -c
> >updating cache ./config.cache
> >creating ./config.status
> >creating Makefile
> >creating tcl/lib/ns-autoconf.tcl
> >creating indep-utils/webtrace-conv/ucb/Makefile
> >creating indep-utils/webtrace-conv/dec/Makefile
> >creating indep-utils/webtrace-conv/nlanr/Makefile
> >creating indep-utils/webtrace-conv/epa/Makefile
> >creating indep-utils/cmu-scen-gen/setdest/Makefile
> >creating autoconf.h
> >autoconf.h is unchanged
> >========================================================
> >
> >Thanks a lot...
> >J.
> >
>
>