You are right, that was it. Thank you.


2012/2/13 Marc Feeley <feeley@iro.umontreal.ca>

On 2012-02-13, at 3:00 PM, Álvaro Castro-Castilla wrote:

> hum... I still get the same
> *** WARNING -- Could not find C function: "____20_xml_2e_o1"
> *** ERROR IN (console)@1.1 -- /home/alvatar/gambit-xml/xml.o1: undefined symbol: ___release_scmobj
>
> I've surrounded all those calls with ___EXT()
>
>

It sounds like you compiled Gambit with a C++ compiler, and your file with a C compiler.  I'm just guessing.

Marc