Hello all,<br><br>i am looking for some help/hints on compiling on version 2.6 on HPUX 11.23 using the HP C/aC++ compiler.<br><br>Compiler info<br># B9007AA               C.11.23.16     HP C/aC++ Developer's Bundle<br>
  B9007AA.ACXX.ACXX     C.06.25        HP aC++ Programming Language<br><br>Python Info<br><br># python                2.7.3          python<br>  python.python-INC<br>  python.python-RUN<br><br>Error message is below<br><br>
root@greopc01:/tmp/pycrypto-2.6>python setup.py build<br>running build<br>running build_py<br>running build_ext<br>running build_configure<br>warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.<br>
building 'Crypto.Hash._MD2' extension<br>cc -Ae +Onolimit -I/usr/local/include -I/usr/local/include/ncurses -I/usr/local/lib/hpux32/libffi-3.0.11/include +z -O3 -fomit-frame-pointer -Isrc/ -I/usr/local/include/python2.7 -c src/MD2.c -o build/temp.hp-ux-B.11.23-ia64-2.7/src/MD2.o<br>
cc: warning 901: unknown option: `-fomit-frame-pointer': use +help for online documentation.<br>cc -Ae -b -s +Onoprocelim build/temp.hp-ux-B.11.23-ia64-2.7/src/MD2.o -lpython2.7 -o build/lib.hp-ux-B.11.23-ia64-2.7/Crypto/Hash/_MD2.so<br>
ld: Can't find library for -lpython2.7<br>Fatal error.<br>error: command 'cc' failed with exit status 1<br>root@greopc01:/tmp/pycrypto-2.6><br><br>I am not sure how to resolve this error, if anyone is able to help with some pointers or hints that would be great.<br>
<br>Esmond<br>