Date: Mon, 1 Nov 2010 11:54:28 +0100 From: Gary Jennejohn <gljennjohn@googlemail.com> To: freebsd-x11@freebsd.org Cc: Stefan Fruhner <stefan.fruhner@tu-berlin.de> Subject: Re: Installing libX11-1.3.3_1,1 Message-ID: <20101101115428.3945db21@ernst.jennejohn.org> In-Reply-To: <4CCE8500.9090508@tu-berlin.de> References: <4CCE8500.9090508@tu-berlin.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 01 Nov 2010 10:14:40 +0100 Stefan Fruhner <stefan.fruhner@tu-berlin.de> wrote: > Hello, > > on my FreeBSD 8.1 machine I cannot upgrade my installed package of > libX11-1.3.3,1 to libX11-1.3.3_1,1. > > Running make in /usr/ports/x11/libX11 results in > > checking whether the C compiler works... no > configure: error: in > `/mount/FreeBSD-AMD64/ports/x11/libX11/work/libX11-1.3.3': > configure: error: C compiler cannot create executables > See `config.log' for more details > ===> Script "configure" failed unexpectedly. > > See also make.log for the complete output. I've also appended the > config.log and the list of installed packages. > > I hope you can help me. > configure:3486: checking whether the C compiler works configure:3508: cc -O2 -pipe -march=k8 -fno-strict-aliasing conftest.c >&5 Something is wrong with your gcc: cc: specs file malformed after 3 characters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ configure:3512: $? = 1 configure:3550: result: no configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "libX11" | #define PACKAGE_TARNAME "libX11" | #define PACKAGE_VERSION "1.3.3" | #define PACKAGE_STRING "libX11 1.3.3" | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" | #define PACKAGE_URL "" | #define PACKAGE "libX11" | #define VERSION "1.3.3" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3555: error: in `/mount/FreeBSD-AMD64/ports/x11/libX11/work/libX11-1.3.3': configure:3558: error: C compiler cannot create executables See `config.log' for more details Reinstall it. In fact, it might be a good idea to do a make buildworld;make installworld. -- Gary Jennejohn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101101115428.3945db21>