Re: [PHP-DEV] building external libraries for binary distributtion

2003-05-28 Thread Piotr Klaban
On Wed, May 28, 2003 at 09:56:08AM +0200, Michael Bretterklieber wrote: > - after you have written your config.m4 do this: > - phpize > - ./configure And one do not need to run ./configure with arguments ? ./configure --with-extension --enable-shared=extension Best regards, -- Piotr Klaban --

Re: [PHP-DEV] building external libraries for binary distributtion

2003-05-28 Thread Derick Rethans
On Wed, 28 May 2003, joerg mauz wrote: > hi all, > i work on building my own external library that should be usable > within php using the //dl(.) command. so i read it the docs about how > to write extension but i felt somehow low left alone, cause the docs > only just describes how to create ex

Re: [PHP-DEV] building external libraries for binary distributtion

2003-05-28 Thread Michael Bretterklieber
Hi, On Wed, 28 May 2003, joerg mauz wrote: > hi all, > > i work on building my own external library that should be usable within > php > using the //dl(.) command. so i read it the docs about how to write > extension > but i felt somehow low left alone, cause the docs only just describes > how to

[PHP-DEV] building external libraries for binary distributtion

2003-05-28 Thread joerg mauz
hi all, i work on building my own external library that should be usable within php using the //dl(.) command. so i read it the docs about how to write extension but i felt somehow low left alone, cause the docs only just describes how to create extensions that are shipped with the source for be