Hi Drew, I had the same problem too (checking for gcc... no!) first time I tried to compile. Actually I had tried to follow an "install on debian" paragraph on the pythonOCC wiki, which told not to use setup.py but directly invoke scons... That never worked for me, and after that somehow my whole pythonOCC folder wouldn't compile anymore with setup.py. I think at that time I had that no gcc error.I don't remember exactly because I ended up editing many file and I don't know where I messed up.
At the end, I just downloaded the whole source again and did only this (i'm on debian squeeze): - edit environment.py, so that in line 70 OCC_INC =' /usr/include/opencascade' and in line 71 OCC_LIB='/usr/lib' - create an OCC dir in src - python setup.py build - python setup.py install and it worked... Yorik
_______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users