[Zope] How to build a c extension on a linux system
Oleg Broytmann
Oleg Broytmann <phd@mail2.phd.pp.ru>
Mon, 4 Dec 2000 18:01:36 +0300 (MSK)
On Mon, 4 Dec 2000 r.seiffert@herrenausstatter.de wrote:
> i would like to install a zope product that includes a c extension
> (DynPersist.c) with a Setup file like this:
>
> *shared*
> DynPersist DynPersist.c -I../../ZODB
> -I../../../Components/ExtensionClass
>
> has anybody an idea, how to start the compilation ?
make -f $SOMEWHERE/Makefile.pre.in boot && make
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.