Date: Wed, 7 Apr 2004 14:59:26 +0200 From: Simon Barner <barner@in.tum.de> To: Erich Dollansky <oceanare@pacific.net.sg> Cc: freebsd-gnome@freebsd.org Subject: Re: Installing gnmoe 2.6 fails in building gnome-mime-data 2.4.1 Message-ID: <20040407125926.GE68519@zi025.glhnet.mhn.de> In-Reply-To: <4073DA6F.2010303@pacific.net.sg> References: <4073DA6F.2010303@pacific.net.sg>
next in thread | previous in thread | raw e-mail | index | archive | help
--PPYy/fEw/8QCHSq3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Erich Dollansky wrote: > Hi, >=20 > wenn I make in /usr/ports/misc/gnomemimedata I get this error message: >=20 > C compiler cannot create executable >=20 > The log file is attached. >=20 > I updated my ports tree last night. I am running FreeBSD 5.2 RELEASE. Okay. > configure:2038: $? =3D 0 > configure:2040: cc -v </dev/null >&5 > Using built-in specs. > Configured with: FreeBSD/i386 system compiler > Thread model: posix > gcc version 3.3.3 [FreeBSD] 20031106 > configure:2043: $? =3D 0 > configure:2045: cc -V </dev/null >&5 > cc: `-V' option must have argument > configure:2048: $? =3D 1 > configure:2072: checking for C compiler default output > configure:2075: cc -O -pipe -mcpu=3Dpentiumpro -I/usr/local/include conftest.c -L/usr/local/lib -lintl >&5 > /usr/bin/ld: cannot find -lintl It looks like your gettext installation is broken. Since your ports tree is up-to-date, your gettext version should be 0.13.1_1. Please verify that: pkg_info | grep gettext If it is 0.12.x or below, update it and all the ports that depend on it: portupgrade -r gettext. If your gettext version is already 0.13, you could try to reinstall it: portupgrade -f gettext. As a last resort, you can try and recompile all ports depending on gettext, even if you already have the very lastest versions installed: portupgrade -rf gettext (this may take quite a lot of time ...) Simon --PPYy/fEw/8QCHSq3 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAc/suCkn+/eutqCoRAsjlAKDT/JY/wOEPfgINCy/eeoeUSeK1JQCg4F0W 03ScVWlVg0DLkmljvR3AANA= =iyg2 -----END PGP SIGNATURE----- --PPYy/fEw/8QCHSq3--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040407125926.GE68519>