Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building pytst on linux (debian lenny) #1

Open
lsamper opened this issue Apr 28, 2009 · 0 comments
Open

building pytst on linux (debian lenny) #1

lsamper opened this issue Apr 28, 2009 · 0 comments

Comments

@lsamper
Copy link

lsamper commented Apr 28, 2009

python setup.py build
didn't work for me. The followin command raised an exception:
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DSCANNER -I../include -I/usr/local/include/python2.6 -c tst_wrap.cxx -o build/temp.linux-x86_64-2.6/tst_wrap.o
I had to replace gcc by g++
Then, I still have some warnings but it seems to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant