Re: [C++-sig] Please help: boost python 1.41 extension problem

2010-01-26 Thread lin yun
Wow, it worked like a magic!!! Thank you so much, Jim! On Mon, Jan 25, 2010 at 1:06 PM, Jim Bosch wrote: > On Mon, 2010-01-25 at 12:38 -0800, lin yun wrote: > > > I did not mention that I had no problem with Boost 1.34, on the same > > system. Also I ever tried Boost 1.34 and 1.37 on Fedora 7,

Re: [C++-sig] Please help: boost python 1.41 extension problem

2010-01-25 Thread Jim Bosch
On Mon, 2010-01-25 at 12:38 -0800, lin yun wrote: > I did not mention that I had no problem with Boost 1.34, on the same > system. Also I ever tried Boost 1.34 and 1.37 on Fedora 7, I got > exactly the same result: Boost 1.34 worked fine while 1.37 failed on > extension test. The test I ran was th

Re: [C++-sig] Please help: boost python 1.41 extension problem

2010-01-25 Thread lin yun
Hi, Jim: Thank you very much for your reply ! I did not mention that I had no problem with Boost 1.34, on the same system. Also I ever tried Boost 1.34 and 1.37 on Fedora 7, I got exactly the same result: Boost 1.34 worked fine while 1.37 failed on extension test. The test I ran was the example t

Re: [C++-sig] Please help: boost python 1.41 extension problem

2010-01-25 Thread Jim Bosch
On Fri, 2010-01-22 at 17:29 -0800, lin yun wrote: > Hi, > > I am trying to install boost 1.41 on Redhat Enterprise Linux 5.3 and I > got problem with the extension test. Following the instructions here: > http://www.boost.org/doc/libs/1_41_0/libs/python/doc/building.html > * I built boost

[C++-sig] Please help: boost python 1.41 extension problem

2010-01-22 Thread lin yun
Hi, I am trying to install boost 1.41 on Redhat Enterprise Linux 5.3 and I got problem with the extension test. Following the instructions here: http://www.boost.org/doc/libs/1_41_0/libs/python/doc/building.html - I built boost python using bjam. - cd into the libs/python/example/quickstart