RE: [PHP-WIN] How to compile and link Extenion module in Unix

2003-08-18 Thread Svensson, B.A.T. (HKG)
Check the man page with your compilers with typical 'man gcc', or 'man cc', e.g. 'man '. By the way this is the win32 php list. -Original Message- From: Ashish Borkar To: [EMAIL PROTECTED] Sent: 18-8-03 7:41 Subject: [PHP-WIN] How to compile and link Exte

[PHP-WIN] How to compile and link Extenion module in Unix

2003-08-17 Thread Ashish Borkar
Hello All, I have written my own Extension module. can compile it to create a OBJ i.e a myextension.o file. But I have problems creating a myextension.so file. I referred the php manual for compilation but that does not work. Can anybody tell the step by step procedure to create the .so