Re: Creating MAT-file programs
- From: Simon <nothx@xxxxxxxxxx>
- Date: Fri, 14 Jul 2006 16:42:21 -0400
Peter Boettcher wrote:
Maybe. Try compiling with the -m32 switch, to compile in 32-bit
application mode. You'll lose the benefits of 64-bit for this
application, but who cares? This way the library you downloaded
might
work...
If not, you will need the 64-bit libraries.
--
Peter Boettcher <boettcher@xxxxxxxxxx>
MIT Lincoln Laboratory
MATLAB FAQ: <http://www.mit.edu/~pwb/cssm/>
Thanks.
I just tried your suggestion, and although it had another error, at
least the linker seems to be able to find the library files now:
..../v6/libmx.so: undefined reference to `__throw'
collect2: ld returned 1 exit status
That error message sounds like it has something to do with
libstdc++-libc6.1-2.so.3
I thought that libstdc++.so.6 replaces libstdc++-libc6.1-2.so.3
.
- Follow-Ups:
- Re: Creating MAT-file programs
- From: Christopher Hulbert
- Re: Creating MAT-file programs
- References:
- Creating MAT-file programs
- From: Simon
- Re: Creating MAT-file programs
- From: Peter Boettcher
- Creating MAT-file programs
- Prev by Date: Invalid Mex file????
- Next by Date: Re: Creating MAT-file programs
- Previous by thread: Re: Creating MAT-file programs
- Next by thread: Re: Creating MAT-file programs
- Index(es):
Relevant Pages
|