guile-1.9.14 problem about (ice-9 readline) modules

2010-12-17 Thread Fu gangqiang
Hi,all I built guile-1.9.14 on Linux 2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC 2010 i686 GNU/Linux but I can not use (ice-9 readline) module ~ $ guile GNU Guile 1.9.14 Copyright (C) 1995-2010 Free Software Foundation, Inc. Guile comes with ABSOLUTELY NO WARRANTY; for details type

slib modules install

2010-12-22 Thread Fu gangqiang
Hi,all I have installed guile-1.9.14 On Linux-2.6.32-26-generic #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC 2010 i686 GNU/Linux according to INSTALL file and slib modules according to the README file: slib version:slib3b3 install slib instruction:sudo cp -r slib `guile-config info pkgdatadir` but wh

Guile1.9.14 formatted output

2011-01-10 Thread Fu-gangqiang
Hi,all my guile1.9.14 output like this: when I studied the format procedure following the mannual: == mannual start= ~f If overflowchar and width are both given and if the output would exceed width, then that many overflowchars are printed instead of the value. (format #t

guile 1.9.15 install

2011-02-03 Thread Fu-Gangqiang
Hi, All I install guile 1.9.15 on Linux 2.6.32-27-generic #49-Ubuntu SMP Wed Dec 1 23:52:12 UTC 2010 i686 GNU/Linux when I run:make check, I had these problems: >cut here<- make[4]: Leaving directory `/home/lispor/Downloads/guile-1.9.15/test-suite/vm' make[3]: Leaving directory `/h

guile make error

2011-02-15 Thread Fu-Gangqiang
Hi,all, Today, I built guile from Git repository, but have some warnings and 2 errors. warnings and errors : ->cut here:start<- gc.c: In function 'scm_gc_dump': gc.c:333: warning: implicit declaration of function 'GC_dump' memoize.c:478:***Mismatching FUNC_NAME. Should be: `#define FUNC_N

Can not work with libguile-2.0

2011-02-17 Thread Fu-Gangqiang
Hi,all I learn guile from manual,and I can not work with libguile and find some manual bugs. scheme@(guile-user)> (version) $1 = "2.0.0" $ build-aux/config.guess i686-pc-linux-gnu $ uname -a Linux 2.6.32-28-generic #55-Ubuntu SMP i686 GNU/Linux $ ./config.status --config '--disable-deprecated'

Re:Re: Can not work with libguile-2.0

2011-02-17 Thread Fu-Gangqiang
"Hans Aberg" wrote: >I use the flags > `guile-config compile` > `guile-config link` I try to use guile-config, but have the same problem: $ gcc -o simple-guile simple-guile.c `guile-config compile` `guile-config link` ~/Test/scm $ ./simple-guile ./simple-guile: error while loading shared libra

Re: Can not work with libguile-2.0

2011-02-17 Thread Fu-Gangqiang
At 2011-02-18 02:04:08,"Mark Harig" wrote:> > $ export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH yes, I didnt set the LD_LIBRARY_PATH varialbe after I set it, simple-guile worked Thinks for the links: > This problem has been reported. See the following messages: > > http://lists.gnu.org