Date: Mon, 24 Dec 2001 23:17:52 -0500 From: web@3dresearch.com To: freebsd-questions@freebsd.org Subject: /usr/ports/ftp/wget make install error Message-ID: <5.1.0.14.0.20011224230328.03d0ad48@imap.3dresearch.com>
next in thread | raw e-mail | index | archive | help
I have attempted to install wget and I get this error message: /usr/ports/ftp/wget]# make install ===> Building for wget-1.7_3 cd src && gmake CC='cc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/share/locale\"' CFLAGS='-DINET6 -DINET6 -O -pipe ' LDFLAGS='-L/usr/lib -R/usr/lib ' LIBS='-lintl -lssl -lcrypto ' prefix='/usr/local' exec_prefix='/usr/local' bindir='/usr/local/bin' infodir='/usr/local/info' mandir='/usr/local/man' manext='1' gmake[1]: Entering directory `/usr/ports/ftp/wget/work/wget-1.7/src' cc -I. -I. -I/usr/include -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\" -DLOCALEDIR=\"/usr/local/share/locale\" -DINET6 -DINET6 -O -pipe -c cmpt.c In file included from cmpt.c:36: wget.h:44: libintl.h: No such file or directory gmake[1]: *** [cmpt.o] Error 1 gmake[1]: Leaving directory `/usr/ports/ftp/wget/work/wget-1.7/src' gmake: *** [src] Error 2 *** Error code 2 Stop in /usr/ports/ftp/wget. *** Error code 1 Stop in /usr/ports/ftp/wget. *** Error code 1 Stop in /usr/ports/ftp/wget. *** Error code 1 Stop in /usr/ports/ftp/wget. The weird thing is that I do have /usr/local/include/libintl.h - so I don't understand what is this error message about. Thanks for any suggestions... Janos Dohanics To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.0.20011224230328.03d0ad48>