Compiling Python 2-3.4 on Tru64 UNIX V4.0F

"Martin v. Löwis" martin at v.loewis.de
Fri Sep 17 14:41:31 EDT 2004


Unixtrekkor wrote:
> I made it past the compilation errors by editing pyconfig.h.in.  The
> setgrp and getgrp module settings were set to undef.  Now I see the
> following errors:
> 
> rm -r /lgyr/library/lib
> ar cr /lgyr/library/lib Modules/getbuildinfo.o
> ar:  Error:  /lgyr/library/lib not in archive format
> *** Exit 1
> Stop
> 
> Does anyone know what library should be used?

It appears that for some reason, LIBRARY is set to /lgyr/library/lib
in your Makefile. How did you manage that to happen? Where does the
/lgyr string come from? LIBRARY should be "libpython23.a"

Regards,
Martin



More information about the Python-list mailing list