In message <8B57882C41A0D1118F7100805F9F68B50C44A8EC@RED-MSG-45>, Simon Marlow
writes:
>> Hi all! I don't read this mailing list, so please copy me on
>> responses
>> if you think I need to see them.
>>
>> Having some problems (all fixable) with the Solaris 4.2 GHC make.
>>
>> 1. Sun's cc can't handle empty structs.
>> Fix: add char empty; to all those structs.
>> 2. Sun's cc can't handle zero-length arrays:
>> StgWord stack[0];
>> Fix: change the 0 to 1;
>
>We don't support any C compilers except for gcc at the moment.
<grin> I did _eventually_ figure this out. Thanks.
-Robin, leetle slow.