guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile-1.8.4 error


From: Ludovic Courtès
Subject: Re: guile-1.8.4 error
Date: Mon, 17 Mar 2008 21:13:49 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

mahmoud hamoud <address@hidden> writes:

> i'm trying to configure guile-1.8.4 on my unix-system (gcc 3.4.3
> Mandrakelinux 10.2) but i've got this
> message:
> checking for lt_dlinit in -lltdl... yes
> checking for makeinfo... yes
> checking for emacs... emacs
> checking where .elc files should go... ${datarootdir}/emacs/site-lisp
> checking whether to use system and library "64" calls... yes
> checking for __uc_get_ar_bsp in -luca... no
> checking for an ANSI C-conforming const... yes
> checking for working volatile... yes
> checking for inline... inline
> checking for __uc_get_ar_bsp in -luca... (cached) no
> checking whether byte ordering is bigendian. .. no
> checking for char... yes
> checking size of char... configure: error: cannot compute sizeof (char).

Can you please send us the resulting `config.log' file?

Also, can you try compiling the code below:

  typedef char ac__type_sizeof_;
  int
  main ()
  {
    static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) 
<= $ac_mid)];
    test_array [0] = 0;
    return 0;
  }

Just run "gcc -c the-file.c".

Thanks in advance,
Ludovic.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]