Date: Thu, 15 Apr 2004 11:10:17 +0900 From: Alexander Nedotsukov <bland@FreeBSD.org> To: Kevin Oberman <oberman@es.net> Cc: Lee Harr <missive@hotmail.com> Subject: Re: inkscape needs gcc > 3.0 Message-ID: <407DEF09.7090803@FreeBSD.org> In-Reply-To: <20040414160107.A54965D08@ptavv.es.net> References: <20040414160107.A54965D08@ptavv.es.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Kevin Oberman wrote: >>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. > > Unfortunanely this will not work. You need all c++ code linked to inkscape to have this USE_GCC. All the best, Alexander. >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. :-) > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?407DEF09.7090803>