Re: ./guile-config : permission denied

2006-12-31 Thread Neil Jerram
Jon Wilson <[EMAIL PROTECTED]> writes: > Hi Neil, > In another email (perhaps in another thread), Gopi said that the usual > unpack, configure, make, make install was what he did. The problem > with alloca seems to be a real bug, but if so, as Kevin has said it > would properly be a matter for th

Re: ./guile-config : permission denied

2006-12-15 Thread steve tell
/usr/local/ drwxr-xr-x 3 root wheel 1536 dec 2 15:14 /usr/local/ Looks good. /usr/local/bin/guile-config: permission denied Not good. This is really quite strange. I'm not quite sure what might make this sort of thing happen, except for what I've already suggested. Anyone else

Re: ./guile-config : permission denied

2006-12-12 Thread Jon Wilson
Hi Neil, In another email (perhaps in another thread), Gopi said that the usual unpack, configure, make, make install was what he did. The problem with alloca seems to be a real bug, but if so, as Kevin has said it would properly be a matter for the autoconf people, not us. I'm waiting on ge

Re: ./guile-config : permission denied

2006-12-12 Thread Neil Jerram
Gopi kumaran <[EMAIL PROTECTED]> writes: > when i run ./configure in guile-1.8.1 it stops by saying > > checking for guile...guile-config:permission denied > configure:cannot find guile-config;is Guile installed? > > wht to do?I went to /usr/local/bin(i assume that it will check in this > fold

Re: ./guile-config : permission denied

2006-12-05 Thread Jon Wilson
Hi Steve, steve tell wrote: guile-config (at least in 1.6.x) is a script started with "#!/usr/bin/guile" or in this case, perhaps "#!/usr/local/bin/guile" If there was a problem building or installing the interpreter (or perhaps the shared libraries it needs?) that might explain this result.

Re: ./guile-config : permission denied

2006-12-04 Thread Jon Wilson
1536 dec 2 15:14 /usr/local/ Looks good. /usr/local/bin/guile-config: permission denied Not good. This is really quite strange. I'm not quite sure what might make this sort of thing happen, except for what I've already suggested. Anyone else have ideas? Re

Re: ./guile-config : permission denied

2006-12-01 Thread Gopi kumaran
/local/bin/guile-config: permission denied any help gopi Jon Wilson <[EMAIL PROTECTED]> wrote: Hi Gopi, Could you make sure that /usr/local/bin is in your PATH? Try echo $PATH You should get a colon-separated list of directories. If /usr/local/bin is not there, then we

Re: ./guile-config : permission denied

2006-12-01 Thread Jon Wilson
Hi Gopi, Could you make sure that /usr/local/bin is in your PATH? Try echo $PATH You should get a colon-separated list of directories. If /usr/local/bin is not there, then we have a problem. I shouldn't think this is root problem, however, as it doesn't say it cannot find guile-config, but

Re: ./guile-config : permission denied

2006-12-01 Thread Kevin Ryde
Jon Wilson <[EMAIL PROTECTED]> writes: > > Perhaps the definitions of alloca in eval.c should be wrapped in an > "#ifndef alloca"? Quite possibly. The blob used is from autoconf, so we can pass the buck if it doesn't work :-). ___ Guile-user mailing l

Re: ./guile-config : permission denied

2006-12-01 Thread Jon Wilson
Hi Kevin, Kevin Ryde wrote: Jon Wilson <[EMAIL PROTECTED]> writes: $ chmod a+x /path/to/guile-config Which is supposed to be done by guile-config/Makefile.am at install time of course. If that didn't happen maybe there's some bug ... Naturally. We'd need some more information fr

Re: ./guile-config : permission denied

2006-12-01 Thread Kevin Ryde
Jon Wilson <[EMAIL PROTECTED]> writes: > > $ chmod a+x /path/to/guile-config Which is supposed to be done by guile-config/Makefile.am at install time of course. If that didn't happen maybe there's some bug ... ___ Guile-user mailing list Guile-user@gn

Re: ./guile-config : permission denied

2006-12-01 Thread Jon Wilson
Hi Gopi, Are you sure that the execute permissions are set for the guile-config executable? Check this with ls -l /path/to/guile-config . It should look something like $ ls -l /usr/local/bin/guile-config -rwxr-xr-x 1 root root 9110 2006-11-30 10:00 /usr/local/bin/guile-config The gibberish

./guile-config : permission denied

2006-12-01 Thread Gopi kumaran
when i run ./configure in guile-1.8.1 it stops by saying checking for guile...guile-config:permission denied configure:cannot find guile-config;is Guile installed? wht to do?I went to /usr/local/bin(i assume that it will check in this folder).i tried to run ./guile-config in /usr/lo