[csw-users] ?help with build (inkscape) problem? solaris-2.11 sparc
James Lee
james at blastwave.org
Mon Apr 30 09:18:19 CEST 2007
On 30/04/07, 03:22:13, John Pritchard <jdp at syntelos.com> wrote regarding
[csw-users] ?help with build (inkscape) problem? solaris-2.11 sparc:
> using /usr/sfw/bin/gcc [3.4.3 (csl-sol210-3_4-20050802)], CSS LD, latest
> CSW, plain vanilla environment...
> everything looks like it should be working fine, but i get link errors
> for libsigc++ (and some weird stuff comes from where?)
libsigc++ was built with CC and you are compiling with g++.
If an API is pure C (it's not here) you might need to add Sun's
libCrun and/or libCstd. For example in your list:
$ dem __1cG__CrunKpure_error6F_v_
__1cG__CrunKpure_error6F_v_ == void __Crun::pure_error()
that one is found in Crun. The ones from libinkpre.a are just mangled
wrongly for the 2 compiler types.
James.
More information about the users
mailing list