Re: Creating MAT-file programs



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
.



Relevant Pages

  • Re: Using modules in .a libraries
    ... I have a question about compiling programs using a precompiled library. ... get an error message about non-existing .mod files, ... FL_FLAGS= ${LIBRARIES} \ ...
    (comp.lang.fortran)
  • Re: Bands on an EEE PC
    ... I have tried the compiled linux install ... This is almost certainly an issue about libraries. ... the simplest in terms of library deps) and try compiling it. ...
    (rec.games.roguelike.angband)
  • Re: optional routine arguments
    ... A package may have 5 to 10 libraries. ... One is called as "complib libname member" ... routine which is called only by them and is not in a library. ... I use the good old I-N rule only when compiling source files supplied by other people, and when compiling 10-line test programs. ...
    (comp.lang.fortran)
  • Re: Number of Objects in Static Link Library
    ... Up until this time, I've generated the libraries from object files that each represent a related group of functions and their data. ... The end result is that if a symbol in the object file is referenced, the entire object file is dragged in, even if just one function is referenced. ... With most linkers, the minimum amount that can normally be pulled in is one "module" or "translation unit". ... This normally corresponds to a single .o file that comes from either compiling a .c file or assembling an assembly-language file. ...
    (comp.unix.programmer)
  • Re: Best practices in .NET libraries compatible to Compact Framewo
    ... Framework too. ... ' libraries ... .NET Compact Framework compatible) ... compiling against the CF.NET. ...
    (microsoft.public.dotnet.framework)