[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with SIZEOF (fwd)
From: |
Pascal Bart |
Subject: |
Re: Problem with SIZEOF (fwd) |
Date: |
Fri, 26 Oct 2001 15:47:03 +0000 (GMT) |
Hello,
I think, you should propose your help to autoconf maintainers :).
Thanks.
---------- Forwarded message ----------
Date: Fri, 26 Oct 2001 15:35:50 +0200
From: David Burg <address@hidden>
To: Pascal Bart <address@hidden>
Subject: Re: Problem with SIZEOF
Hello Pascal,
I'm no autoconf developper, but only basic user. What you can do is have a
look at the expanded macro in the configure script produced by autoconf (and
to test in a shell and see what exactly fails).
Best regards,
David Burg.
Ahead Software AG,
http://www.nero.com
----- Original Message -----
From: "Pascal Bart" <address@hidden>
To: <address@hidden>
Sent: Friday, October 26, 2001 1:42 PM
Subject: Problem with SIZEOF
> Hello,
>
> I've a little problem with SIZEOF, in my configure.in file I've
> wrote :
>
> # Check sizeof any types.
> AC_CHECK_SIZEOF(short)
> AC_CHECK_SIZEOF(int)
> AC_CHECK_SIZEOF(long)
>
> well I generate configure with autoconf 2.52e (24/10/01), and there're no
> problem, but when I try to run configure script on a Sparc/Solaris 2.5,
> (and _only_ on this computer) I've got the following error :
>
> checking for short... yes
> checking size of short... configure: error: cannot compute sizeof (short),
77
>
> I don't understand, when I read the autoconf documentation, it's write,
> that if type is unknown, it gets a size of 0, so I suppose that's a bug ?
>
> So, if someone have an idea ?
>
> Thanks.
>
> Pascal Bart (address@hidden)
>
>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Problem with SIZEOF (fwd),
Pascal Bart <=