Boost logo

Boost :

From: boost_at_[hidden]
Date: 2001-10-24 03:46:34


Hi-
        I am trying to get Boost working on my PC - RH7.1, GCC 2.96,
python1.5.2, boost 1.25.0. I tried to build the getting_started1
example, but I get the following error when I try to import the
module:

>>> import getting_started1
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: ./getting_started1.so: undefined symbol:
__Q35boost6python14module_builderPCc

Here is my makefile output:
g++ -I/usr/local/packages/boost_1_25_0/ -I/usr/include/python1.5
-c -o getting_started1.o getting_started1.C
ld -shared -o getting_started1.so getting_started1.o

After getting this error message, I decided to try to build the
libraries using Jam, but I got the following error:

boost/regex.hpp:244: Internal compiler error in scan_region, at
except.c:2809

This seems to prevent the python library from being created.

Any suggestions about how to fix this would be greatly appreciated.

-Carter


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk