Date: Wed, 19 Jul 2006 20:06:50 +0200 From: "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de> To: freebsd-ports@freebsd.org, obrien@FreeBSD.org Subject: editors/vim several problems Message-ID: <44BE74BA.7090005@gmx.de>
next in thread | raw e-mail | index | archive | help
Problem #1) 'make -j' breaks editors/vim already in the configure phase: GUI_INC_LOC="" GUI_LIB_LOC="" CC="cc" CPPFLAGS="" CFLAGS="-O2 -fno-strict-aliasing -pipe -march=pentium-m" LDFLAGS="" srcdir="." ./configure --enable-gui=gtk --with-gtk-prefix=/usr/X11R6 --enable-multibyte --enable-fontenable-xim --with-features=big --prefix=/usr/local --with-tlib=termlib cp config.mk.dist auto/config.mk rm -f auto/config.status auto/config.cache config.log auto/config.log make: don't know how to make ./auto/osdef.h. Stop *** Error code 2 configure: creating cache auto/config.cache checking whether make sets $(MAKE)... yes checking for gcc... cc .... checking for GCC 3 or later... yes updating cache auto/config.cache configure: creating auto/config.status config.status: creating auto/config.mk config.status: creating auto/config.h 1 error *** Error code 2 Problem #2) Vim does not honour CC and ignores things like 'CC= distcc cc'.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44BE74BA.7090005>