Cancel that--I found the answer.
http://groups.google.com/group/boost-list/browse_frm/thread/5a17077679a33dca/7360f2038d6e6cca?lnk=gst&q=bjam+mingw&rnum=3#7360f2038d6e6cca
Short answer: bjam.exe should not be in /bin or /usr/bin because MinGW
treats programs in there differently. In my case I simp
Hi,
Has anyone here built Boost.Python modules under MinGW? I'm trying to
build the Boost.Python tutorial under MinGW and getting an error that
says it depends on MSVC, which puzzles me because Boost built using
g++. Here's some of my output:
[EMAIL PROTECTED] /c/Boost/libs/python/example/tutoria
On 23 Mar 2006 12:36:17 -0800, MakaMaka <[EMAIL PROTECTED]> wrote:
> I checked and it is. I can't use news servers at work b/c of the
> firewall. Is there another way to access this mailing list?
Yes, try to subscribe: http://www.python.org/community/sigs/. See c++-sig
If you can use your mail o
I checked and it is. I can't use news servers at work b/c of the
firewall. Is there another way to access this mailing list?
--
http://mail.python.org/mailman/listinfo/python-list
On 23 Mar 2006 11:17:46 -0800, MakaMaka <[EMAIL PROTECTED]> wrote:
> Hi,
> I'm trying to build the basic boost.python tutorial that comes with the
> distribution. I'm using bjam and mingw. It builds the module, but
> upon import, it gives this error:
>
> ImportError: dynamic module does not defin
Hi,
I'm trying to build the basic boost.python tutorial that comes with the
distribution. I'm using bjam and mingw. It builds the module, but
upon import, it gives this error:
ImportError: dynamic module does not define init function (inithello)
I've found other threads with this problem as a t