On 07/31/2012 03:48 PM, io7m [via jogamp] wrote:
> It's actually Sven that provides the compiled binaries for all platforms,
> and I think he produces the Solaris binaries on OpenIndiana. Is Sun Studio
> available there?
No, and I am sort of reluctant to re-attempt to purchase an Solaris license
and utilize the proprietary compiler, which shall not give us any benefits.
> I may be wrong, but I was under the impression that libgcc only provided
> support code for exception handling and for compiler intrinsics. Should be
> system-independent. I'd like to know if I'm wrong, though.
This is my assumption as well.
Adding the static libgcc should work here.
However, until I am back from SIGGRAPH I will refrain from
these changes which may have a huge impact.
Note: We planned to add the static libgcc for all platforms
since the costs (memory footprint) is close to zero, regarding Mark's analysis.
~Sven