From owner-freebsd-questions Mon Dec 24 20:18: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.3dresearch.com (kundera.3dresearch.com [209.195.180.8]) by hub.freebsd.org (Postfix) with ESMTP id 2BE6E37B419 for ; Mon, 24 Dec 2001 20:18:07 -0800 (PST) Received: from bosch.3dresearch.com (bosch.3dresearch.com [209.195.180.12]) by smtp.3dresearch.com (Postfix) with ESMTP id B1DDE7EB for ; Mon, 24 Dec 2001 23:17:54 -0500 (EST) Message-Id: <5.1.0.14.0.20011224230328.03d0ad48@imap.3dresearch.com> X-Sender: janos@imap.3dresearch.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 24 Dec 2001 23:17:52 -0500 To: freebsd-questions@freebsd.org From: web@3dresearch.com Subject: /usr/ports/ftp/wget make install error Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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