Help compiling python on HPUX

Trent Mick trentm at ActiveState.com
Fri Jan 24 16:20:17 EST 2003


[Paul D. Lusk wrote]
> A Google search showed that this problem could be fixed by linking libcl.2 
> in when building python, but I don't know where to change the makefile to 
> do this. (My C and makefile knowledge is limited, although I did manage to 
> compile GCC 3.2 and python 2.2.2 on my Mandrake 8.2 machine).

When you run Python's configure script try adding this option:
    --with-libs='-lcl'

Trent

-- 
Trent Mick
TrentM at ActiveState.com





More information about the Python-list mailing list