|
Rune Allnor <allnor@tele.ntnu.no> wrote in message <b28872b0-f54b-4c41-957a-9d771563e4ef@b15g2000yqd.googlegroups.com>...
> On 16 Nov, 11:42, "Peet Gronat" <tob...@seznam.cz> wrote:
> > Dear Matlab users,
> >
> > I am trying to compile my mex functions using GSL library on winXP 32bit. Under linux there is no problem, however, trying to compile my code under winXP following posts appear:
> >
> > >> mex -LC:\GnuWin32\lib -IC:\GnuWin32\include ? ?cDICbicubic.c
>
> > Seems there are problems with linking. Unfortunately, google did not help me. Can anyone give me some suggestions?
>
> As I understand it, there are several ways of linking
> libraries under windows, DLLs being just one. Since you
> are using a GNU library, one item high on the list of
> things to check is how well the GNU library integrates
> with the DLL linking system.
>
> I would be very surprised if GNU, being a nonprofit
> organization, uses Microsoft's proprietary DLL conventions.
> I would be equally surprised if whatever conventions GNU
> uses can be conveniently integrated with the DLL system
> matlab uses on wintel.
>
> Rune
Then I've another question. I need to use some linear algebra functions in my mex functions. The speed is very important for me. Could you suggest me some linear algebra libraries which I can use with ansi C? To be more specific, I need to solve linear system Ax=b A(6x6). Thank you!
|