20 Aug
2008
20 Aug
'08
7:26 a.m.
antonyc
g++ -c -g -Wall -fPIC -pipe -DBOOST_PYTHON_MAX_ARITY=20 -I. -I/usr/local/include -I/usr/local/include/python2.5 hello.cpp g++ -shared -o hello.so hello.o -L/usr/local/lib -lpython2.5 -lboost_python-gcc41-mt
What happens if you remove the "-g" option? Markus