Re: Valgrind warnings with -1.8.6

2009-04-07 Thread Andreas Rottmann
Andrew Gaylard a...@computer.org writes: Hi, I'm linking with libguile on Linux, built from source, to extend my C application with Scheme. I'm seeing a lot of warnings from valgrind.  The same warnings appear when using Guile standalone. Should I be worried? No, this is normal AFAIK. The

Re: Valgrind warnings with -1.8.6

2009-04-07 Thread Neil Jerram
Andreas Rottmann a.rottm...@gmx.at writes: Andrew Gaylard a...@computer.org writes: Hi, I'm linking with libguile on Linux, built from source, to extend my C application with Scheme. I'm seeing a lot of warnings from valgrind.  The same warnings appear when using Guile standalone. Should

Valgrind warnings with -1.8.6

2009-04-07 Thread Andrew Gaylard
Hi, I'm linking with libguile on Linux, built from source, to extend my C application with Scheme. I'm seeing a lot of warnings from valgrind. The same warnings appear when using Guile standalone. Should I be worried? The following steps show the problem: Use this as hello-world.scm: