Re: ./guile-config : permission denied

2006-12-01 Thread Gopi kumaran
hi my path says /sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/X11R6/bin /root/bin ls -ld /usr/local/bin/ drwxr-xr-x 3 root wheel 1536 dec 2 15:14 /usr/local/bin/ ls -ld /usr/local/ drwxr-xr-x 3 root wheel 1536 dec 2 15:14 /usr/local/ /usr/

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

about libtool

2006-12-01 Thread Gopi kumaran
I dont know what libc iam using.How to check it .coming to libtool problem.I installed libtool and run ./configure --prefix=/usr && make && make install.It worked well with ./configure command in guile Jon Wilson <[EMAIL PROTECTED]> wrote: Hi Gopi, It is best if write replies not to me but

Re: problems in guile installation,help me

2006-12-01 Thread Jon Wilson
Hi Gopi, It is best if write replies not to me but to [EMAIL PROTECTED] That way everyone on the list can see and help. I'm no guru, so it is quite probable that you'll run into something I can't fix, or that I don't know the best way to fix. Do you know what libc you are using? That might

Re: readline eats previous text on line

2006-12-01 Thread Jon Wilson
Hi, (non)Update on this old issue. Neil Jerram wrote: Good point. I believe Jon's going to raise this (inability to do readline starting from the column after the prompt) with the readline people. I filed a bug report some time ago, since I was unable to find any sort of users mailing list. I

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: problems in guile installation,help me

2006-12-01 Thread Jon Wilson
Hi Gopi, Try adding, in eval.c, a line just before line 44, which is as follows: #undef alloca See if that works. If so, I would file a bug report, with details about your BSD system, and what you had to do to make it work. I'm doubtful that this is a real solution to the underlying problem,

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

1.8.1 config fails, but gmp passed its tests.

2006-12-01 Thread Hugh Sasse
Configuring guile-1.8.1 on Sun Sparc Solaris2.9 fails thusly: checking whether sethostname is declared... no checking for library containing crypt... none required checking for __gmpz_init in -lgmp... no configure: error: GNU MP not found, see README You have mail in /var/mail/hgs I have installe

./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

Re: custom guile stdin port for MPI users

2006-12-01 Thread Mario Storti
> On Tue, 28 Nov 2006 13:52:30 -0500 (EST), > Alexander Shirokov <[EMAIL PROTECTED]> said: > I would like to embed guile interpreter into my application - a > parallel program using MPI (message passing interface) and operating > massive data and computations. I would like that prog