Boost logo

Boost Users :

Subject: Re: [Boost-users] Problem for compiling Boost 1.53
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-03-01 17:54:25


AMDG

It looks like the problem is that you're using
a native Windows python installation with MinGW.
MinGW doesn't understand the import lib, so
it tries to link to python2.7 .dll directly.
IIRC, This doesn't handle global variables correctly.
(Notice that all the undefined references
are for variables, not functions.) Please see:
http://www.mingw.org/wiki/MSVC_and_MinGW_DLLs

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net