Lee Noar wrote:
Jan-Jaap van der Geer wrote:
Looks like a shared library problem, R8 is bogus. My guess is
either there is an inconsistent shared library build, or we have
SOManager loader problem. Lee, is this something you can help to
diagnose ?
What do you mean with inconsistent? Calling something that is not in
the shared library or with another signature?
That seems a bit strange as I am pretty sure it is staticaly linked,
so I would have expected it to fail at linking then.
It is in fact built statically. It would seem that the problem is with
libglib2. For some reason, parts of the static archive are built with
-fPIC and Vala is being linked with this bogus code. We'll have to look
at the build process of libglib2 to fix this.
I have reviewed the build, including especially the gprintf stuff,
and it all looks ok - just the usual libtool craziness with two
different object files, but it all ends up in the right place.
Perhaps Jan-Jaap linked in RISC OS and got the wrong library?
_______________________________________________
GCCSDK mailing list [email protected]
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK