Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 2004 21:54:09 +0900
From:      Hye-Shik Chang <perky@i18n.org>
To:        python@FreeBSD.org
Cc:        Dima Dorfman <dd@FreeBSD.org>
Subject:   Re: Python patch to install a shared library
Message-ID:  <20040308125409.GA89868@i18n.org>
In-Reply-To: <20040305101837.GA78274@i18n.org>
References:  <20040305101837.GA78274@i18n.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 05, 2004 at 07:18:37PM +0900, Hye-Shik Chang wrote:
> Hello,
> 
> Per requested by many people, I made a patch to make python port
> to install not only static library but also shared library and its
> interpreter frontend.  This obsoletes BUILD_SHARED option and the
> port doesn't build PIC binary or library even for amd64 and ia64
> anymore.  This means that you need to change linking with not static
> but shared library if you need to embed python into your shared
> library.
> 
> Please test this patch on your platform:
>  http://people.freebsd.org/~perky/pyshared.diff
> 
> 

Just committed.

Thanks to John and Dima for helpful suggestions and thanks to Charles
and Tim for testing. :)


Hye-Shik



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040308125409.GA89868>