This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Compling Guile


Hello everyone,

        I hope this is the correct list for this post.  I am having a
problem
compling Guile 1.2 (also 1.1 gives the same error).  I get the following
errors on make :

Making all in libguile
make[1]: Entering directory `/home/kain/guile-1.2/libguile'
./guile-snarf -DHAVE_CONFIG_H -I. -I. -I. -I.. -I./..  -g -O2  -Wall
-Wpointer-arith alist.c > alist.x
In file included from __scm.h:209,
                 from _scm.h:47,
                 from alist.c:43:
/usr/include/setjmp.h:31: warning: Header file /usr/include/jmp_buf.h
exists, but is not readable
/usr/include/setjmp.h:31: jmp_buf.h: Permission denied
../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I./.. 
-g -O2  -Wall -Wpointer-arith -c alist.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I./.. -g -O2 -Wall -Wpointer-arith
-c -fPIC -DPIC alist.c
In file included from __scm.h:209,
                 from _scm.h:47,
                 from alist.c:43:
/usr/include/setjmp.h:31: warning: Header file /usr/include/jmp_buf.h
exists, but is not readable
/usr/include/setjmp.h:31: jmp_buf.h: Permission denied
make[1]: *** [alist.lo] Error 1

The file /usr/include/jmp_buf.h is the following
?-w--w---T 32881 12573    33788    3811366689 May  1  1994
/usr/include/jmp_buf

I can not read it or remove it (not even as root).  There is a jmp_buf.h
in /usr/include/i386 that appears to be the correct file, but I cant
copy it to /usr/include.

I am running Linux with kernel 2.1.65 and gcc 2.7.2.2 .  Can anyone give
any insight as to why I cant get the jmp_buf.h file to be in the correct
place? 

Thanks,
Scott