help-octave
[Top][All Lists]
Advanced

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

[Fwd: Re: siso_ldpc_fast_mex.mex is not a valid shared library!]


From: Honore Tapamo
Subject: [Fwd: Re: siso_ldpc_fast_mex.mex is not a valid shared library!]
Date: Fri, 25 Jul 2008 13:07:55 +0100 (IST)
User-agent: SquirrelMail/1.4.13

Dear John,

Thank you for your email.

I am porting octave and the MPITB on the IBM BlueGene system. I built
everything statically as the Bluegene/L system I am on does not support
shared libraries.

I built a static version of the MPITB and so far everything work fine. The
problem I am having is when I call a mex function.

I created a static version of the mex function using the "-static"
compiler option.

Please do not hesitate to ask if you need more information. I really
appreciate your help.

Best regards,
Honore.


> On 24-Jul-2008, Honore Tapamo wrote:
>
> |
> | Dear Octave users/developers,
> |
> | I am getting the following error when calling a mex function within
> octave
> |
> |    "....siso_ldpc_fast_mex.mex is not a valid shared library".
> |
> | please could someone tell me what the problem here is. Is it an issue
> with
> | static/shared libraries.
> |
> | For information, I used static libraries to build octave.
>
> On what kind of system?
>
> Probably, you should build Octave with shared libraries if you want to
> use dynamically linked functions.
>
> But in any case, there is not really enough information here for
> anyone to help you, except to say that it looks like the .mex file is
> not a valid shared library, so they dynamic linker can't link it with
> Octave.
>
> jwe
>





reply via email to

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