From: "Arlaus, Lance" <address@hidden>
To: address@hidden
Subject: Re: [Help-gsl] Building GSL under Visual C++, Mission Impossible
Date: Tue, 06 Apr 2004 15:48:07 -0400
Saw your post online...
I came across the same problem building the DLLs - you're right, the DEF
file is incorrect.
I just removed the preceeding underscores from the symbols and everything
built correctly.
Oh yeah, and I had to change the import library reference for gslcblas.lib
in the linker options to $(OutDir)\gslcblas.lib
You probably solved this already, but just in case...
Lance