Boost logo

Boost-Build :

From: Jorge Suit Perez Ronda (josp.jorge_at_[hidden])
Date: 2006-10-03 17:18:19


On Tue, 2006-10-03 at 20:47 +0300, Andrei Melnikov wrote:
> On 03/10/06, Jorge Suit Perez Ronda <josp.jorge_at_[hidden]> wrote:
> > Hello, I'm having some strange behavior after installing vc 2005 express
> > + psdk. My bjam is (Nightly build):
> >
> > Boost.Build V2 (Milestone 10)
> > Boost.Jam 03.1.13
> >
> > The problem is that it never generate the export library .lib for my
> > project. When I run with -d2 option I see the following
>
> I need libgbla.dll.rsp to diagnose the problem. Can you post its content here?
the content is

"blapi\bin\msvc\debug\o_blapi.obj"
"libltdl\bin\msvc\debug\ltdl.obj"
"blas\bin\msvc\debug\blas1.obj"
"blas\bin\msvc\debug\blas2.obj"
"blas\bin\msvc\debug\blas3.obj"
"blas\bin\msvc\debug\blas_replace.obj"
"block\bin\msvc\debug\block.obj"
"vector\bin\msvc\debug\vector.obj"
"matrix\bin\msvc\debug\bandmatrix.obj"
"matrix\bin\msvc\debug\diagonals.obj"
"matrix\bin\msvc\debug\matrix.obj"
"matrix\bin\msvc\debug\packed.obj"
"linalg\bin\msvc\debug\lequation.obj"
"linalg\bin\msvc\debug\qr_factor.obj"
 
>
> Is the DLL itself generated?

yes it is generated

> Does it have any exports when you open it
> with depends.exe or a similar program?
>

no symbols is exported, in fact I was using the lib as static,

I see that I have to "_dllexport" the API in order to be used as dll.

Thanks for your advise,

best regards,

Jorge

> Andrei
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk