Date: Tue, 25 Dec 2001 23:21:48 +0100 From: Roman Neuhauser <neuhauser@mobil.cz> To: freebsd-questions@freebsd.org Subject: Re: /usr/ports/ftp/wget make install error Message-ID: <20011225232148.B850@roman.mobil.cz> In-Reply-To: <5.1.0.14.0.20011224230328.03d0ad48@imap.3dresearch.com> References: <5.1.0.14.0.20011224230328.03d0ad48@imap.3dresearch.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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 > > 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. AFAICT /usr/local/include is not sought for header files. You might want to update the ports tree to see if this is fixed, or try fixing it in your version... -- FreeBSD 4.4-STABLE 11:19PM up 3 days, 19:49, 11 users, load averages: 0.00, 0.03, 0.02 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?20011225232148.B850>