Python论坛  - 讨论区

标题:[python-chinese] 回复: 谁在hp-ux下装过python啊,郁闷.

2007年11月05日 星期一 20:13

huaihuai hhuai在foxmail.com
星期一 十一月 5 20:13:22 HKT 2007

这里难道有for hp-ux的吗?我只找到了for win的版本.
  
 ------------------ 原始邮件 ------------------
  发件人: "Jiahua Huang"<jhuangjiahua在gmail.com>;
 发送时间: 2007年11月5日(星期一) 晚上08:06
 收件人: "python-chinese"<python-chinese在lists.python.cn>; 
 
 主题: Re: [python-chinese]谁在hp-ux下装过python啊,郁闷.

  
 用 activePython 的包吧
http://www.activestate.com/Products/activepython
_______________________________________________
python-chinese
Post: send python-chinese在lists.python.cn
Subscribe: send subscribe to python-chinese-request在lists.python.cn
Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- 涓嬩竴閮ㄥ垎 --------------
一个HTML附件被移除...
URL: http://python.cn/pipermail/python-chinese/attachments/20071105/73f0cbab/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月05日 星期一 20:34

Jiahua Huang jhuangjiahua在gmail.com
星期一 十一月 5 20:34:17 HKT 2007

难道没有?

Mac
    * PowerPC: Mac OS X 10.3.9, 10.4 on G4, G5 processors.
    * x86: Mac OS X 10.4

Linux
    * x86
    * glibc-2.1.x+ (e.g. Red Hat 6.x+, Debian 2.2+)

Solaris
    * SPARC: Minimum Solaris 2.6
    * x64/x86: Minimum Solaris 10
    * You must use GNU tar to unpack the ActiveState Installer Package

HP-UX
    * PA-RISC
    * Minimum HP-UX 11

AIX
    * PowerPC
    * Minimum AIX 5.1


在 07-11-5,huaihuai<hhuai at foxmail.com> 写道:
> 这里难道有for hp-ux的吗?我只找到了for win的版本.
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2007年11月06日 星期二 08:31

阿根 liuchuangen在gmail.com
星期二 十一月 6 08:31:24 HKT 2007

Jiahua Huang 写道:
> 难道没有?
>
> Mac
>     * PowerPC: Mac OS X 10.3.9, 10.4 on G4, G5 processors.
>     * x86: Mac OS X 10.4
>
> Linux
>     * x86
>     * glibc-2.1.x+ (e.g. Red Hat 6.x+, Debian 2.2+)
>
> Solaris
>     * SPARC: Minimum Solaris 2.6
>     * x64/x86: Minimum Solaris 10
>     * You must use GNU tar to unpack the ActiveState Installer Package
>
> HP-UX
>     * PA-RISC
>     * Minimum HP-UX 11
>
> AIX
>     * PowerPC
>     * Minimum AIX 5.1
>   
>
XXX 21: python
Python 2.4.3 (#10, Jun 22 2006, 18:50:20)
[GCC 4.1.0] on hp-ux11
Type "help", "copyright", "credits" or "license" for more information.
 >>>
XXX 22: uname -a
HP-UX XXX B.11.11 U 9000/785 4016066669


我在C8000 C3600上装过,要装一堆依赖的东西,用源代码编译的,从网上找的方法, 
具体真的忘记了,似乎要修改一些东西的.要安装tcl/tk.
以下信息不一定对你有用,祝好运!

http://ftp.informatik.uni-frankfurt.de/hp-ux_patches/s700_800/11.X/
PHSS_30049
安装PHSS_33035 似乎是包含它的,安装之。
/usr/ccs/bin/ld: DP relative code in file /var/tmp//ccsdbmka.o - shared 
library must be position
    independent.  Use +z or +Z to recompile.
collect2: ld returned 1 exit status
*** Error exit code 1
In the Makefile of tcl 8.4.2 and in the Makefile of tk 8.4.2 :
SHLIB_LD                = gcc -shared -fPIC
LD_SEARCH_FLAGS =
running build
running build_ext
db.h: found (4, 4) in /usr/local/include
/usr/local/lib/libtk8.4.sl /usr/local/lib/libtcl8.4.sl
*** WARNING: renaming "cmath" since importing it failed: dynamic module 
does not define init function (initcmath)
*** WARNING: renaming "math" since importing it failed: dynamic module 
does not define init function (initmath)
*** WARNING: renaming "strop" since importing it failed: dynamic module 
does not define init function (initstrop)
*** WARNING: renaming "_tkinter" since importing it failed: dynamic 
module does not define init function (init_tkinter)
running build_scripts

目前compile时把:configure中的for $CC .. c++ g++等全部删除,仅保留gcc 且 
{pre_fix}/var 改为{pre_fix}/tmp了


http://ftp.informatik.uni-frankfurt.de/hp-ux_patches/s700_800/11.X/
PHSS_30049
安装PHSS_33035 似乎是包含它的,安装之。
/usr/ccs/bin/ld: DP relative code in file /var/tmp//ccsdbmka.o - shared 
library must be position
    independent.  Use +z or +Z to recompile.
collect2: ld returned 1 exit status
*** Error exit code 1
In the Makefile of tcl 8.4.2 and in the Makefile of tk 8.4.2 :
SHLIB_LD                = gcc -shared -fPIC
LD_SEARCH_FLAGS =
running build
running build_ext
db.h: found (4, 4) in /usr/local/include
/usr/local/lib/libtk8.4.sl /usr/local/lib/libtcl8.4.sl
*** WARNING: renaming "cmath" since importing it failed: dynamic module 
does not define init function (initcmath)
*** WARNING: renaming "math" since importing it failed: dynamic module 
does not define init function (initmath)
*** WARNING: renaming "strop" since importing it failed: dynamic module 
does not define init function (initstrop)
*** WARNING: renaming "_tkinter" since importing it failed: dynamic 
module does not define init function (init_tkinter)
running build_scripts

swlist
bzip2                         1.0.3          bzip2         
  db                            4.4.20         db            
  gcc                           4.1.0          gcc           
  gdbm                          1.8.3          gdbm          
  gettext                       0.14.5         gettext       
  guile                         1.6.0          guile         
  libgcc                        4.1.1          libgcc        
  libiconv                      1.10           libiconv      
  ncurses                       5.5            ncurses       
  nedit                         5.5            nedit         
  openssl                       0.9.8a         openssl       
   readline                      5.1            readline      
  tclhttpd                      3.5.1          tclhttpd      
  tcltk                         8.4.12         tcltk         
  zlib                          1.2.3          zlib   

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号