Hello Rasmus:
Thanks for the reply. I am working with 4.0.4pl1 PHP
I was hoping it would just work, but I cannot get it to work.
Where do I go to get information about config.m4 type files? I have no
idea
how to manage Makefile.in and config.m4 files? What tools read these
files? (libtool?)
W
It should just work. --enable-modname=shared
and then do a 'make' and you should find your .so in the modules/
directory.
-Rasmus
On Thu, 19 Apr 2001, md wrote:
> I am getting very close on making a GNU compiled C extension for PHP4
> using ext_skel.
>
>
> Where does one look to understand wha