<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.2">
<TITLE>Building Python2.4.1 with idle on HPUX11</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">I've been trying to build Python 2.4.1 on an HPUX11.  Python builds ok, but idle has issues.  And what I don't know is how to determine whether or not Python discovers the tcl/tk libraries (.sl) and headers, or if there's some other problem.  If someone has thoughts on either how to invoke 'configure' or how to debug this issue, please let me know.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">I'm executing them from an HPUX directory (different for each one) to isolate the different platform's objects/libraries since I also build and run from IRIX646 and SunOS5 (both of which work find).</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Here's my configure lines:</FONT>

<BR><FONT SIZE=2 FACE="Arial">Tcl8.4.9:</FONT>

<BR><FONT SIZE=2 FACE="Arial">/bin/env SHLIB_LD_FLAGS=-fPIC /usr/local/openSource/off.the.net/www.tcl.tk/tcl8.4.9/unix/configure </FONT>

<BR><FONT SIZE=2 FACE="Arial">   --prefix=/usr/local/openSource/architectureIndependent </FONT>

<BR><FONT SIZE=2 FACE="Arial">   --exec-prefix=/usr/local/openSource/HPUX11; make; make install</FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Arial">Tk8.4.9:</FONT>

<BR><FONT SIZE=2 FACE="Arial">/bin/env SHLIB_LD_FLAGS=-fPIC /usr/local/openSource/off.the.net/www.tcl.tk/tk8.4.9/unix/configure </FONT>

<BR><FONT SIZE=2 FACE="Arial">   --with-tcl=/usr/local/openSource/off.the.net/www.tcl.tk/tcl8.4.9/unix/platforms/HPUX11 </FONT>

<BR><FONT SIZE=2 FACE="Arial">   --prefix=/usr/local/openSource/architectureIndependent </FONT>

<BR><FONT SIZE=2 FACE="Arial">   --exec-prefix=/usr/local/openSource/HPUX11; make; make install</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Python 2.4.1:</FONT>

<BR><FONT SIZE=2 FACE="Arial">./configure </FONT>

<BR><FONT SIZE=2 FACE="Arial">   --prefix=/lds/tools/openSource/mainline/architectureIndependant </FONT>

<BR><FONT SIZE=2 FACE="Arial">   --exec-prefix=/lds/tools/openSource/mainline/HPUX11 </FONT>

<BR><FONT SIZE=2 FACE="Arial">   --enable-shared; make; make install</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Thanks,</FONT>

<BR><FONT SIZE=2 FACE="Arial">-James</FONT>
</P>

</BODY>
</HTML>