[C++-sig] Building "hello world" with Boost.Python

David Abrahams dave at boostpro.com
Tue Sep 30 16:44:44 CEST 2008


on Tue Sep 30 2008, k k <ralvek-AT-yahoo.it> wrote:

> When i run bjam it seams that it builds well, only with some warning, but without
> any error.
> In the tutorial they say that if all is well i should now have built the DLLs.
> But the only things in there are 2 files: hello.o and hello.lib
> I can't use these as python modules, how can i get the DLL? and the .pyd?

Try running bjam with -n -a.  The output will be all the build commands
it used.  Can you see where it created the files you are looking for?

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com



More information about the Cplusplus-sig mailing list