Python论坛  - 讨论区

标题:[python-chinese] 菜鸟提问:用svn下了stackless python怎么编译法?

2007年12月11日 星期二 11:04

GoodGoodStudy&DayDayUp peixu.zhu在gmail.com
星期二 十二月 11 11:04:49 HKT 2007

我看了下 README.

To start building right away (on UNIX): type "./configure" in the
current directory and when it finishes, type "make".  This creates an
executable "./python"; to install in /usr/local, first do "su root"
and then "make install".

如果你没有 "su root"的话,make install 一般是不会成功的。因为 make install
的时候它要安装共享库,这个时候需要有 root 权限。
- 显示引用文字 -

> Message: 3
> Date: Tue, 11 Dec 2007 10:32:37 +0800
> From: " 阿杰 " <gujiajie at gmail.com>
> Subject: Re: [python-chinese] 菜鸟提问:用svn下了stackless
>         python怎么编译法?
> To: python-chinese at lists.python.cn
> Message-ID:
>         <2c5102a30712101832m2b642554jda57741f3ab57cd0 at mail.gmail.com>
> Content-Type: text/plain; charset="gb2312"
>
> 就是这句话呀:make *** [libinstall] error 1
>


--
THINK big, DO small.

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

2007年12月11日 星期二 11:20

阿杰 gujiajie在gmail.com
星期二 十二月 11 11:20:56 HKT 2007

ÎÒÓÃrootģʽ½øµÄϵͳ£¬Òò¸Ã²»´æÔÚȨÏÞÎÊÌ⣬¶øÇÒËüµÄÈ·ÔÚ±àÒ룬ֻÊÇÔÚ½Ó½üÍê³ÉµÄʱºò³öÀ´ÄǾ仰
error 1£¬²»ÖªµÀÊÇʲôº¬Òå¡«¡«¡«

ÔÚ07-12-11£¬GoodGoodStudy&DayDayUp; <peixu.zhu在gmail.com> дµÀ£º
>
> ÎÒ¿´ÁËÏÂ README.
>
> To start building right away (on UNIX): type "./configure" in the
> current directory and when it finishes, type "make".  This creates an
> executable "./python"; to install in /usr/local, first do "su root"
> and then "make install".
>
> Èç¹ûÄãûÓÐ "su root"µÄ»°£¬make install Ò»°ãÊDz»»á³É¹¦µÄ¡£ÒòΪ make install
> µÄʱºòËüÒª°²×°¹²Ïí¿â£¬Õâ¸öʱºòÐèÒªÓÐ root ȨÏÞ¡£
> - ÏÔʾÒýÓÃÎÄ×Ö -
>
> > Message: 3
> > Date: Tue, 11 Dec 2007 10:32:37 +0800
> > From: " °¢½Ü " <gujiajie在gmail.com>
> > Subject: Re: [python-chinese] ²ËÄñÌáÎÊ£ºÓÃsvnÏÂÁËstackless
> >         pythonÔõô±àÒë·¨£¿
> > To: python-chinese在lists.python.cn
> > Message-ID:
> >         <2c5102a30712101832m2b642554jda57741f3ab57cd0在mail.gmail.com>
> > Content-Type: text/plain; charset="gb2312"
> >
> > ¾ÍÊÇÕâ¾ä»°Ñ½£ºmake *** [libinstall] error 1
> >
>
>
> --
> THINK big, DO small.
> _______________________________________________
> 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/20071211/8bc88e6f/attachment.htm 

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

2007年12月11日 星期二 11:24

xxmplus xxmplus在gmail.com
星期二 十二月 11 11:24:51 HKT 2007

不要光看最后一句,往前面翻页,会告诉你哪里不对的

On Dec 11, 2007 2:20 PM, 阿杰 <gujiajie at gmail.com> wrote:
> 我用root模式进的系统,因该不存在权限问题,而且它的确在编译,只是在接近完成的时候出来那句话
> error 1,不知道是什么含义~~~
>
> 在07-12-11,GoodGoodStudy&DayDayUp; <peixu.zhu at gmail.com > 写道:
> > 我看了下 README.
> >
> > To start building right away (on UNIX): type "./configure" in the
> > current directory and when it finishes, type "make".  This creates an
> > executable "./python"; to install in /usr/local, first do "su root"
> > and then "make install".
> >
> > 如果你没有 "su root"的话,make install 一般是不会成功的。因为 make install
> > 的时候它要安装共享库,这个时候需要有 root 权限。
> > - 显示引用文字 -
> >
> > > Message: 3
> > > Date: Tue, 11 Dec 2007 10:32:37 +0800
> > > From: " 阿杰 " <gujiajie at gmail.com>
> > > Subject: Re: [python-chinese] 菜鸟提问:用svn下了stackless
> > >         python怎么编译法?
> > > To: python-chinese at lists.python.cn
> > > Message-ID:
> > >         < 2c5102a30712101832m2b642554jda57741f3ab57cd0 at mail.gmail.com>
> > > Content-Type: text/plain; charset="gb2312"
> > >
> > > 就是这句话呀:make *** [libinstall] error 1
> > >
> >
> >
> > --
> > THINK big, DO small.
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>



-- 
Any complex technology which doesn't come with documentation must be the best
available.

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号