Did you include the mapfile in make/sun/headless ? I think that's the
one that's used at compile/build time.
Of course I'd expect more than than that one symbol to be missing. Maybe
you just haven't reached
the rest of the failures yet.
-phil.
Clemens Eisserer wrote:
Hello,
I am currently trying to build my pipeline on Solaris, however
libfontmanager.so fails to build, because the linker says it can't
find XRT_DrawGlyphList - which is located in libmawt.so.
I added XRT_DrawGlyphList to all relevant mapfiles but it still
continues to fail, however it works on Linux without problems and
objdump on linux says the symbol is public.
A don't know howto proceed further with this problem, any ideas what
could cause it? Are there special tricks needed on Solaris that are
not needed ojn Linux?
By the way all files I changed are in the xrender repository, to
enable the pipeline just specify -Dsun.java2d.xrender=True at the
command line.
Thanks a lot in advance, lg Clemens