Subject: wget ld problem?
To: None <tech-pkg@netbsd.org>
From: Greg MATTHEWS <G.Matthews@cs.ucl.ac.uk>
List: tech-pkg
Date: 08/01/2001 13:44:39
hi...

dont know if this is the right place - i dont subscribe to this list. trying 
to compile wget on 1.5.1/sparc and get the following error:

/bin/sh ../libtool cc -DINET6 -I/usr/pkgsrc/net/wget/work/.buildlink/include 
-O2  -o wget  cmpt.o connect.o cookies.o fnmatch.o ftp.o ftp-basic.o ftp-ls.o 
ftp-opie.o getopt.o hash.o headers.o host.o html-parse.o html-url.o http.o 
init.o log.o main.o md5.o netrc.o rbuf.o recur.o retr.o snprintf.o  url.o 
utils.o version.o safe-ctype.o -lintl
mkdir .libs
cc -DINET6 -I/usr/pkgsrc/net/wget/work/.buildlink/include -O2 -o wget cmpt.o 
connect.o cookies.o fnmatch.o ftp.o ftp-basic.o ftp-ls.o ftp-opie.o getopt.o 
hash.o headers.o host.o html-parse.o html-url.o http.o init.o log.o main.o 
md5.o netrc.o rbuf.o recur.o retr.o snprintf.o url.o utils.o version.o 
safe-ctype.o -lintl
/usr/bin/ld: cannot open -lintl: No such file or directory
collect2: ld returned 1 exit status
gmake[1]: *** [wget] Error 1
gmake[1]: Leaving directory `/usr/pkgsrc/net/wget/work/wget-1.7/src'
gmake: *** [src] Error 2
*** Error code 2

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

sorry - dont know enough about this sort of thing to know what to do about it. 
i did check through the lists to see if this was a known prob but didnt find 
anything.

GREG