[Zope] How to build a c extension on a linux system

2000-12-04 Thread r . seiffert
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 ? thx Ruediger ~

Re: [Zope] How to build a c extension on a linux system

2000-12-04 Thread Oleg Broytmann
On Mon, 4 Dec 2000 [EMAIL PROTECTED] 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

Re: [Zope] How to build a c extension on a linux system

2000-12-04 Thread Steve Spicklemire
I keep my own CVS'ed versions of ZPatterns and PlugIns so I can patch/change with a little control. For my own convenience I put a build.py file in the ZPatterns directory and my usual sequence is: cvs co ZPatterns cvs co PlugIns cd ZPatterns python build.py this way I don't have to think