unable to use native functors with gcc 3.4.3?

Filip Konvicka filip.konvicka.removethisantispamtoken at logis.cz
Sat May 13 13:09:47 CEST 2006


> I tried to link emulator.exe with s-clone.lo etc. and then the 
> executable functor runs fine, but I know that this is not correct - it 
> should link with the *.so-linux-i486 libraries, which is not happening 
> (but why is it not the same in the OPI??)

I tried to experiment a bit further:

test.oz:

    local [XRI]={Module.link ['x-ozlib://ri/RI.ozf']} in
       {System.show {XRI.var.decl}}
    end

$ ozc -e -l Module -l Application -l System test.oz

succeeds, but

$ ozc -e -l Module -l Application -l System -l XRI=x-ozlib://ri/RI.ozf 
test.oz

fails before it even starts compiling test.oz, with the very same 
symptoms as the executable functor.


F.




More information about the mozart-hackers mailing list