Re: [OpenJDK 2D-Dev] Linking problems in Solaris :-/

2008-08-02 Thread Dmitri Trembovetski
Hi Clemens, as I mentioned in my other email, I see that for X11 text renderer the AWTDrawGlyphList (used in X11TextRenderer.c) is added to make/awt/mapfile-* and make/xawt/mapfile*, but your XRT_DrawGlyphList is only in xawt, may be that's the problem? Thanks, Dmitri Cleme

Re: [OpenJDK 2D-Dev] Linking problems in Solaris :-/

2008-08-02 Thread Clemens Eisserer
Hello, Thanks for your suggestions, I attached the failing link command at the end. > Did you include the mapfile in make/sun/headless ? I think that's the one > that's used at compile/build time. Yes, I'd added it to headless too :-/ Thanks for you help, lg Clemens Rebuilding ../../../build/so

Re: [OpenJDK 2D-Dev] Linking problems in Solaris :-/

2008-08-02 Thread Phil Race
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

Re: [OpenJDK 2D-Dev] Linking problems in Solaris :-/

2008-08-02 Thread Igor Nekrestyanov
Hello Clemens, i do not know the answer but perhaps it will help if you can post exact link command that fails, error message and relevant part of output of nm command. -igor Clemens Eisserer wrote: Hello, I am currently trying to build my pipeline on Solaris, however libfontmanager.so fai

[OpenJDK 2D-Dev] Linking problems in Solaris :-/

2008-08-02 Thread Clemens Eisserer
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