Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2004 09:01:07 -0700
From:      "Kevin Oberman" <oberman@es.net>
To:        "Lee Harr" <missive@hotmail.com>
Cc:        gnome@FreeBSD.org
Subject:   Re: inkscape needs gcc > 3.0 
Message-ID:  <20040414160107.A54965D08@ptavv.es.net>
In-Reply-To: Your message of "Wed, 14 Apr 2004 14:40:22 -0000." <BAY2-F1257CySJQyQbt0000c5ae@hotmail.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> From: "Lee Harr" <missive@hotmail.com>
> Date: Wed, 14 Apr 2004 14:40:22 +0000
> Sender: owner-freebsd-gnome@freebsd.org
> 
> Hi;
> 
> Is it very difficult to make a port build with a non-default compiler?
> 
> I reported a crash bug for inkscape-0.38.1 at the inkscape site and
> they say it is too difficult to support the old gcc due to advances
> in C++ support in the 3.* versions.
> 

Just add "USE_GCC=	3.2" to the Makefile. Then be patient as
building the new compiler as a port will take a while.

It is also possible that you might need to add:
CC=     gcc32
CXX=    g++32
but this really should not be required.

Or update to V5 where gcc3.2. :-)
-- 
R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: oberman@es.net			Phone: +1 510 486-8634



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040414160107.A54965D08>