Can I build Python with lthread instead of pthread?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Akira Kitada

    Can I build Python with lthread instead of pthread?

    Hi,

    I'm running Python 2.5 on FreeBSD 4.
    pthread on FreeBSD 4 has some problems so I would like to build
    python with lthread (linuxthreads) instead of BSD's pthread.
    So I looked at configure options but couldn't find any options for it.
    Python support lthread? and how can I build python with it?

    Thanks in advance,

    Akira
  • Aahz

    #2
    Re: Can I build Python with lthread instead of pthread?

    In article <mailman.3365.1 225472233.3487. python-list@python.org >,
    Akira Kitada <akitada@gmail. comwrote:
    >
    >I'm running Python 2.5 on FreeBSD 4.
    >pthread on FreeBSD 4 has some problems so I would like to build
    >python with lthread (linuxthreads) instead of BSD's pthread.
    >So I looked at configure options but couldn't find any options for it.
    >Python support lthread? and how can I build python with it?
    You may want to try asking on capi-sig
    --
    Aahz (aahz@pythoncra ft.com) <* http://www.pythoncraft.com/

    import antigravity

    Comment

    Working...