From owner-freebsd-questions@FreeBSD.ORG Sat Jan 1 00:24:58 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53F5D16A4CE for ; Sat, 1 Jan 2005 00:24:58 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id DADE243D1D for ; Sat, 1 Jan 2005 00:24:57 +0000 (GMT) (envelope-from rsh.lists@comcast.net) Received: from [192.168.1.11] (tardiss.ne.client2.attbi.com[66.30.82.93]) by comcast.net (sccrmhc12) with ESMTP id <20050101002457012003jb3me>; Sat, 1 Jan 2005 00:24:57 +0000 Message-ID: <41D5EDB6.3030400@comcast.net> Date: Fri, 31 Dec 2004 19:24:22 -0500 From: Sean User-Agent: Mozilla Thunderbird 1.0 (X11/20041231) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Michael C. Shultz" References: <200412311611.02070.reso3w83@verizon.net> In-Reply-To: <200412311611.02070.reso3w83@verizon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD-questions@freebsd.org Subject: Re: Passing options to a 'make install clean' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jan 2005 00:24:58 -0000 Michael C. Shultz wrote: > On Friday 31 December 2004 02:20 pm, rsh wrote: > >>I am trying to 'make install clean' of openoffice and do not want to >>install Java. >> >>I have tried several things to say no to Java but it always wants to >>try to install jdk14, and this port is not user friendly with my >>amd64 system. >> >>So how can I install openoffice without Java? >> >> Thanks >> Sean >>_______________________________________________ > > > According to openoffice's make file you can do something like: > > make WITHOUT_JAVA=1 > > Have you tried that yet? > > -Mike > _______________________________________________ That was about the only form I did not try, and I just did after seeing your message, and it seemed to work. Now GCC is failing. Here is last few lines with the failure. Any thoughts on why? ------------------------------------------------------ from ../../gcc-3.2.3/gcc/errors.c:25: ../../gcc-3.2.3/gcc/config/i386/x86-64.h:76:1: warning: this is the location of the previous definition stage1/xgcc -Bstage1/ -B/usr/local/x86_64-portbld-freebsd5.3/bin/ -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE -o genflags \ genflags.o rtl.o read-rtl.o bitmap.o ggc-none.o gensupport.o print-rtl.o errors.o ../libiberty/libiberty.a ./genflags .././..//gcc-3.2.3/gcc/config/i386/i386.md > tmp-flags.h Segmentation fault (core dumped) gmake[2]: *** [s-flags] Error 139 gmake[2]: Leaving directory `/usr/ports/lang/gcc32/work/build/gcc' gmake[1]: *** [stage2_build] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc32/work/build/gcc' gmake: *** [bootstrap] Error 2 *** Error code 2 Stop in /usr/ports/lang/gcc32. ------------------------------------------------------ Thanks Mike. I just put this amd64 system together this week after my old Intel died. The speed is impressive but I did not think there would be so many minor jabs getting things up again.