Re: [PHP] Compiling the example hello world extension on OSX with PHP 5.1

2005-07-06 Thread Dan Rossi
On 07/07/2005, at 12:29 PM, Rasmus Lerdorf wrote: Well, where is it? Probably in a libs or .libs directory. -Rasmus You aint the Demigod for nothing you know :P iElectro:/usr/share/php-5.1.0b2/ext/hello root# gcc -dynamic -flat_namespace -bundle -undefined suppress -DPHP_ATOM_INC -I/us

Re: [PHP] Compiling the example hello world extension on OSX with PHP 5.1

2005-07-06 Thread Rasmus Lerdorf
Dan Rossi wrote: > > On 07/07/2005, at 11:43 AM, Rasmus Lerdorf wrote: > >>> >> >> Yeah, the OSX build is a bit messed up right now. You can fix it >> manually by doing a copy-paste of the final link line and replace >> hello.lo with hello.o >> >> -Rasmus >> >> > > thanks mate however I get fil

Re: [PHP] Compiling the example hello world extension on OSX with PHP 5.1

2005-07-06 Thread Dan Rossi
On 07/07/2005, at 11:43 AM, Rasmus Lerdorf wrote: Yeah, the OSX build is a bit messed up right now. You can fix it manually by doing a copy-paste of the final link line and replace hello.lo with hello.o -Rasmus thanks mate however I get file cannot be found, i even tried to symlink it

Re: [PHP] Compiling the example hello world extension on OSX with PHP 5.1

2005-07-06 Thread Rasmus Lerdorf
Dan Rossi wrote: > Hi there I am trying to compile the demo example hello world extension > on OSX with no luck I keep getting errors when trying to compile. > > iElectro:/usr/share/php-5.1.0b2/ext/hello electroteque$ make > gcc -dynamic -flat_namespace -bundle -undefined suppress -DPHP_ATOM_INC >