Date: Sun, 14 Oct 2012 19:20:45 +0100 (BST) From: Anton Shterenlikht <mexas@bristol.ac.uk> To: freebsd-ports@freebsd.org Subject: Re: gnustep fails to build on FreeBSD ia64 Message-ID: <201210141820.q9EIKjdp019266@mech-cluster241.men.bris.ac.uk> In-Reply-To: <507ADD88.9070208@gmx.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Date: Sun, 14 Oct 2012 17:43:04 +0200 From: Fred Kiefer <fredkiefer@gmx.de> To: mexas@bristol.ac.uk CC: bug-gnustep@gnu.org On 11.10.2012 11:31, Anton Shterenlikht wrote: > The build fails with: > > Making all in Tools ... > Making all for tool autogsdoc... > Linking tool autogsdoc ... > /usr/local/lib/gcc42/gcc/ia64-portbld-freebsd10.0/4.2.5/../../../libobjc.so: undefined reference to `__ia64_restore_stack_nonlocal@GCC_3.0' > /usr/local/lib/gcc42/gcc/ia64-portbld-freebsd10.0/4.2.5/../../../libobjc.so: undefined reference to `__ia64_save_stack_nonlocal@GCC_3.0' > > The full log: > > http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.9.20120916093935/gnustep-base-1.24.0.log > > Please advise > > Please copy me in the reply, > I'm not subscribed to the list. Just from the error message that you are getting I would say that the version of libobjc that you are using does not match your version of gcc. There are a lot of different things you could do now, the most simple one would be to reinstall a matching version of libobjc from your favourite repository. Or you may want to get libobjc2 from the GNUstep SVN repository with all its new shine features :-) Hope this helps Fred I'm not sure his analysis is right. Somebody here care to comment? Thanks Anton
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210141820.q9EIKjdp019266>