From: Joseph T. <jd_...@ya...> - 2002-08-23 02:57:15
|
MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, Could someone tell me if a 64 bit binary of tclpro wrap for HPUX is available. If not please let me know how to build one. Thanks. Joseph. __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com |
From: Andreas K. <aku...@sh...> - 2002-08-23 03:29:35
|
> MIME-Version: 1.0 > Content-Type: text/plain; charset=us-ascii > > Hi, > Could someone tell me if a 64 bit binary of tclpro > wrap for HPUX is available. If not please let me know > how to build one. ActiveState's Tcl Dev Kit (based upon TclPro) has a HP/IA-64 build, compiled with --enable-64bit. IA-64 is Itanium. See http://www.activestate.com/Tcl > Thanks. > Joseph. -- Sincerely, Andreas Kupries <aku...@sh...> Join us in Sept. for Tcl'2002: http://www.tcl.tk/community/tcl2002/ ** Registration is open ** Developer @ <http://www.activestate.com/> Private <http://www.purl.org/NET/akupries/> ------------------------------------------------------------------------------- |
From: Joseph T. <jd_...@ya...> - 2002-08-23 21:40:23
|
Hi Andreas, Would you know if ActiveState supports 64 bit TclPro for HPUX PA-Risc. I can't seem to find this information on the website. Thanks Joseph. --- Andreas Kupries <aku...@sh...> wrote: > > > MIME-Version: 1.0 > > Content-Type: text/plain; charset=us-ascii > > > > Hi, > > Could someone tell me if a 64 bit binary of tclpro > > wrap for HPUX is available. If not please let me > know > > how to build one. > > ActiveState's Tcl Dev Kit (based upon TclPro) has a > HP/IA-64 build, > compiled with --enable-64bit. IA-64 is Itanium. > > See http://www.activestate.com/Tcl > > > Thanks. > > Joseph. > > -- > Sincerely, > Andreas Kupries <aku...@sh...> > Join us in Sept. for Tcl'2002: > http://www.tcl.tk/community/tcl2002/ > ** Registration is open ** > > Developer @ <http://www.activestate.com/> > Private <http://www.purl.org/NET/akupries/> > ------------------------------------------------------------------------------- > > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of > that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > Tclpro-dev mailing list > Tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tclpro-dev __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com |
From: Jeff H. <Je...@Ac...> - 2002-08-26 20:45:43
|
Joseph Toney wrote: > Would you know if ActiveState supports 64 bit TclPro > for HPUX PA-Risc. I can't seem to find this > information on the website. Joseph, I assume you are referring to PA-RISC 2.0? The HP-UX 11 pa-risc build that ActiveState provides is compiled with pa-risc-1 compatability (that's 32bit), but runs just fine on pa-risc-2 machines. Is there a reason you specifically need a 64-bit build for pa-risc? > --- Andreas Kupries <aku...@sh...> wrote: > > > Could someone tell me if a 64 bit binary of tclpro > > > wrap for HPUX is available. If not please let me know > > > how to build one. > > > > ActiveState's Tcl Dev Kit (based upon TclPro) has a HP/IA-64 build, > > compiled with --enable-64bit. IA-64 is Itanium. > > > > See http://www.activestate.com/Tcl Jeff Hobbs The Tcl Guy Senior Developer http://www.ActiveState.com/ Tcl Support and Productivity Solutions Join us in Sept. for Tcl'2002: http://www.tcl.tk/community/tcl2002/ |
From: Joseph T. <jd_...@ya...> - 2002-08-26 21:34:23
|
Hi Jeff, The reason why I am interested in 64bit wrapper, is to use it with 64 bit executables. I don't think a 32 bit wrapper can be used with 64 bit executables, right? Thanks. Joseph. --- Jeff Hobbs <Je...@Ac...> wrote: > Joseph Toney wrote: > > Would you know if ActiveState supports 64 bit > TclPro > > for HPUX PA-Risc. I can't seem to find this > > information on the website. > > Joseph, > > I assume you are referring to PA-RISC 2.0? The > HP-UX 11 pa-risc build > that ActiveState provides is compiled with pa-risc-1 > compatability > (that's 32bit), but runs just fine on pa-risc-2 > machines. Is there a > reason you specifically need a 64-bit build for > pa-risc? > > > --- Andreas Kupries <aku...@sh...> wrote: > > > > Could someone tell me if a 64 bit binary of > tclpro > > > > wrap for HPUX is available. If not please let > me know > > > > how to build one. > > > > > > ActiveState's Tcl Dev Kit (based upon TclPro) > has a HP/IA-64 build, > > > compiled with --enable-64bit. IA-64 is Itanium. > > > > > > See http://www.activestate.com/Tcl > > Jeff Hobbs The Tcl Guy > Senior Developer > http://www.ActiveState.com/ > Tcl Support and Productivity Solutions > Join us in Sept. for Tcl'2002: > http://www.tcl.tk/community/tcl2002/ > > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of > that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > Tclpro-dev mailing list > Tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tclpro-dev __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com |
From: Jeff H. <Je...@Ac...> - 2002-08-27 21:37:47
|
> The reason why I am interested in 64bit wrapper, is > to use it with 64 bit executables. I don't think a 32 > bit wrapper can be used with 64 bit executables, right? That depends on the definition of "used with". If you just want to pipe to 64bit exes, that's fine, but if you need to load in special 64bit libraries into Tcl, then you would need a 64bit built wrapper. Jeff |