Boost logo

Ublas :

Subject: Re: [ublas] lapack bindings - linker errors in windows but not linux
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-04-21 11:20:11


P.L.W. Man wrote:

> Dear all,
>
> I have a problem very similar to msg#00005 - I am using the numeric
> bindings (v1) for lapack/atlas etc. I'm pretty much a newbie to
> programming. My C++ program compiles (and links) perfectly on Fedora 12,
> using g++. However, when I try to compile on windows (either using
> Microsoft VS 9.0 or compiling directly using g++ in cygwin), it compiles
> perfectly, but the following linker errors result:
>
[snip]
> I would be extremely grateful if someone could enlighten me as to what is
> going on and how to solve it! I have already spent two whole days on this!
> Perhaps I should just simply work on linux...
>
> Peter
>

Hello Peter,

do you have a test program for us? What version of g++ is installed on
cygwin (does it need f2c?)? Have you tried checking the library files for
symbols, too?

Cheers,

Rutger