Re: autoconf 2.49 on UNICOS

2000-11-29 Thread Akim Demaille
> "Alexandre" == Alexandre Oliva <[EMAIL PROTECTED]> writes: Alexandre> On Nov 17, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: >> Because I believe the definition I gave of it implied it was two >> chars wide. But maybe I'm making wrong assumptions Alexandre> You are. Some ABIs specify

Re: autoconf 2.49 on UNICOS

2000-11-22 Thread Johan Danielsson
Akim Demaille <[EMAIL PROTECTED]> writes: > Could you try to see what happened? Rerun the corresponding debug.sh, > and run `../autoupdate -A .. - with `77'. $ ./debug-111.sh == ./debug-111.sh: Testing autoupdate == /tmp/joda/aut

Re: autoconf 2.49 on UNICOS

2000-11-18 Thread Alexandre Oliva
On Nov 17, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote: > Because I believe the definition I gave of it implied it was two chars > wide. But maybe I'm making wrong assumptions You are. Some ABIs specify minimum alignments for arbitrary structs. How about `typedef char charchar[2]'? -- Ale

Re: autoconf 2.49 on UNICOS

2000-11-17 Thread Akim Demaille
> "Johan" == Johan Danielsson <[EMAIL PROTECTED]> writes: Johan> xyz-xY Johan> I guess this means this it won't work. It means the test should have been ignored. I don't know why it has not been :( Could you try to see what happened? Rerun the corresponding debug.sh, and run `../autoupda

Re: autoconf 2.49 on UNICOS

2000-11-17 Thread Johan Danielsson
Akim Demaille <[EMAIL PROTECTED]> writes: > Because I believe the definition I gave of it implied it was two > chars wide. But maybe I'm making wrong assumptions: The compiler can add internal and trailing padding. > My suspicion is that our test for GNUness of sed failed to diagnose > this is

Re: autoconf 2.49 on UNICOS

2000-11-17 Thread Akim Demaille
| I'm trying to build autoconf on UNICOS 10, besides the sed issue, I | get these errors when running make check: | | ./semantics.m4:118: testing... | --- - Tue Nov 14 18:17:47 2000 | +++ stdout Tue Nov 14 18:17:47 2000 | @@ -1,6 +1,6 @@ | #define SIZEOF_CHAR 1 | -#define SIZEOF_CHARCHAR

autoconf 2.49 on UNICOS

2000-11-16 Thread Johan Danielsson
I'm trying to build autoconf on UNICOS 10, besides the sed issue, I get these errors when running make check: ./semantics.m4:118: testing... --- - Tue Nov 14 18:17:47 2000 +++ stdout Tue Nov 14 18:17:47 2000 @@ -1,6 +1,6 @@ #define SIZEOF_CHAR 1 -#define SIZEOF_CHARCHAR 2 +#define SIZEOF