From owner-freebsd-ports@FreeBSD.ORG Fri Feb 20 18:51:10 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63C3816A4CE for ; Fri, 20 Feb 2004 18:51:10 -0800 (PST) Received: from lysander.inspired.net.au (lysander.inspired.net.au [203.132.226.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E0D143D1F for ; Fri, 20 Feb 2004 18:51:09 -0800 (PST) (envelope-from gautam@inspired.net.au) Received: from localhost (localhost [127.0.0.1]) by lysander.inspired.net.au (Postfix) with ESMTP id E488423811B; Sat, 21 Feb 2004 13:51:07 +1100 (EST) Received: from lysander.inspired.net.au ([127.0.0.1]) by localhost (lysander [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 29497-03; Sat, 21 Feb 2004 13:51:07 +1100 (EST) Received: from madras.dyndns.org (dsl-137.241.240.220.dsl.comindico.com.au [220.240.241.137]) by lysander.inspired.net.au (Postfix) with SMTP id 7407923810D; Sat, 21 Feb 2004 13:51:03 +1100 (EST) Date: Sat, 21 Feb 2004 13:48:22 +1100 From: Gautam Gopalakrishnan To: Kris Kennaway Message-Id: <20040221134822.60862fc2.gautam@inspired.net.au> In-Reply-To: <20040220171144.GA33739@xor.obsecurity.org> References: <20040221030343.1f0ce596.gautam@inspired.net.au> <20040220171144.GA33739@xor.obsecurity.org> X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at inspired.net.au cc: freebsd-ports@freebsd.org Subject: Re: Openoffice 1.1 not building X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2004 02:51:10 -0000 On Fri, 20 Feb 2004 09:11:45 -0800 Kris Kennaway wrote: > On Sat, Feb 21, 2004 at 03:03:43AM +1100, Gautam Gopalakrishnan wrote: > > Hi, > > > > I sent a message to openoffice@ but nobody has replied. My message > > is as below. > > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=2299+0+current/freebsd-openoffice > > > > I tried USE_GCC=3.3 too, just a wild shot. No luck. > > That's not how you build with gcc 3.3; the CC and CXX variables are > used to specify the path to the compilers. I had tried to build using a simple "make install clean" and got this build error after about 6-7 hrs. Then I tried USE_GCC (as specified in the Makefile). It really does not matter as I have only one version of gcc installed. I had no problems compiling openoffice-1.1.0_1, just 1.1.0_2 Gautam