[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] fun porting to irix 6.5.21m
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] fun porting to irix 6.5.21m |
Date: |
Tue, 28 Mar 2006 14:26:24 +0200 |
On 3/24/06, address@hidden <address@hidden> wrote:
>
> The compile halted on posix.c at line 447. IRIX does not have the
> ltm->tm_zone field, but rather uses the tmzone[1] and tmzone[0] fields
> available for __CYGWIN__ macro for conditional macro.
> again in uposix.c the same code pattern exists and the same fix should work.
Are you using gcc? If yes, whats the output of
gcc -dM -E - </dev/null
?
>
> I am sure that someone more familiar with the build can suggest a good way
> to incorporate this. I have not spent anytime in the configure etc so I
> kludged it just to get past the problem and see what else breaks.
If there is some cpp macro that we can use, the fix should be quite
easy.
>
> still having lots of fun with setenv and unsetenv - anyoone shed any light?
>
What errors/problems do you get?
cheers,
felix