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:
#!/usr/lo
Andreas Rottmann writes:
> Andrew Gaylard 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
Andrew Gaylard 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 garbage col
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:
#!/usr/lo