|
From: | Michael Kopp |
Subject: | Re: mkoctfile and 64 bit |
Date: | Thu, 06 Mar 2008 12:27:48 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.12) Gecko/20080227 Thunderbird/2.0.0.12 Mnenhy/0.7.5.0 |
Dear all,
I have just installed the 64-bit version of Ubuntu 7.10 on a PC with an Intel Q6660 CPU. Currently, I am not able to use functions compiled with mkoctfile. Although the compilation with "mkoctfile xxx.cc" doesn't produce any error messages, when I try to use the function in an m-file, I receive error messages like "error: xxx.oct: wrong ELF class: ELFCLASS32". This is true for both octave 2.1 and octave 2.9. Any suggestions?
Thanks to Rishi and Przemek for your suggestions. As it turns out, the reason for the problem was a stupid mistake on my part. I had used mkoctfile *.cc to compile a number of files in one go, but apparently, all the output was written into a single oct-file, leaving the other oct-files, (which I had previously built on a 32 bit machine) intact.
Thanks for your help anyway, Michael.
[Prev in Thread] | Current Thread | [Next in Thread] |