$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: elvis (wankuang_at_[hidden])
Date: 2001-08-11 13:28:18
I am sorry for this dumb question. But I cannot figure out how to use
the libary. I copied the linux_gcc.mak in /build directory to build
libboostpython.a and several other test programs, is it right? But the
shared libary generated cannot be loaded in python, saying
>>> import getting_started1
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: ./getting_started1.so: undefined symbol:
__curr_eh_stack_entry
What's wrong? Do I need to have -lboostpython swith for linker? It is
not in the makefile.
BTW, is there anybody build successfully with KCC compiler? I prefer
using KCC because it is much more efficient.