octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compilation failure of JIT [classdef branch]


From: Michael Goffioul
Subject: Re: Compilation failure of JIT [classdef branch]
Date: Sat, 4 Aug 2012 18:17:50 +0100

On Sat, Aug 4, 2012 at 5:02 PM, Michael Goffioul <address@hidden> wrote:
Nevermind, it's specific to the classdef branch. I'll fix it.


Actually, it still doesn't work. At link stage I get tons of errors like the following:
 
interp-core/.libs/liboctinterp_la-pt-jit.o: In function `tree_jit::execute(tree_while_command&)':
/home/goffioul/Sources/octave/octave-hg-classdef/build-linux/src/../../src/interp-core/pt-jit.cc:1548: multiple definition of `tree_jit::execute(tree_while_command&)'
interp-core/.libs/liboctinterp_la-pt-jit.o:/home/goffioul/Sources/octave/octave-hg-classdef/build-linux/src/../../src/interp-core/pt-jit.cc:1548: first defined here

And indeed, pt-jit.cc appears twice on the link command.

Any idea?

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]