Date: Fri, 31 Dec 2004 19:24:22 -0500 From: Sean <rsh.lists@comcast.net> To: "Michael C. Shultz" <reso3w83@verizon.net> Cc: FreeBSD-questions@freebsd.org Subject: Re: Passing options to a 'make install clean' Message-ID: <41D5EDB6.3030400@comcast.net> In-Reply-To: <200412311611.02070.reso3w83@verizon.net> References: <200412311611.02070.reso3w83@verizon.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41D5EDB6.3030400>
