Re: AWT Dev splashscreen.so is missing pnggccrd.c

2008-09-02 Thread Martin Buchholz
Hi Artem and Anthony, To understand this problem, please examine the snippet in pngconf.h # if !defined(PNG_MMX_CODE_SUPPORTED) !defined(PNG_NO_MMX_CODE) \ defined(__MMX__) #define PNG_MMX_CODE_SUPPORTED # endif The macro __MMX__ is defined if the gcc is configured to have mmx

Re: AWT Dev splashscreen.so is missing pnggccrd.c

2008-09-01 Thread Artem Ananiev
Martin Buchholz wrote: On Fri, Aug 29, 2008 at 3:37 AM, Anthony Petrov [EMAIL PROTECTED] wrote: On 08/28/2008 08:33 PM Martin Buchholz wrote: I'm thinking: - the MMX support is in pnggccrd.c, - but that file is never compiled in OpenJDK Quick grep for PNG_MMX_CODE_SUPPORTED shows two .h