Re: guile-1.8.4 error

2008-03-18 Thread Ludovic Courtès
Hi again, (In the meantime, Mahmoud sent me his `config.log'.) mahmoud hamoud <[EMAIL PROTECTED]> writes: > checking size of char... configure: error: cannot compute sizeof (char). Your `config.log' reads this: configure:22969: gcc -o conftest -g -O2 conftest.c -lltdl >&5 configure:2297

Re: guile-1.8.4 error

2008-03-18 Thread Ludovic Courtès
Hi, Kamaraju S Kusumanchi <[EMAIL PROTECTED]> writes: > I don't think that code will even compile. Hmm, good point. ;-) Anyway, forget the previous message, it's this code that you should try to compile and run: typedef char ac__type_sizeof_; static long int longval () { return (long int)

Re: guile-1.8.4 error

2008-03-17 Thread Kamaraju S Kusumanchi
Ludovic Courtès wrote: > 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". I don't think that code will even co

Re: guile-1.8.4 error

2008-03-17 Thread Ludovic Courtès
Hi, mahmoud hamoud <[EMAIL PROTECTED]> 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 s

guile-1.8.4 error

2008-03-17 Thread mahmoud hamoud
hello guile users 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}/emac