Re: [PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-07 Thread Steven Cayford
Hmm. I wish I knew more about the whole configure/make process. One thing: it doesn't look like it can't find /usr/bin/ld, but rather /usr/bin/ld can't find one of its arguments. My only other guess would be to copy /usr/libexec/config.guess and /usr/libexec/config.sub into your build director

Re: [PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-06 Thread Ryan Walker
Thank you for the suggestion. Unfortunately, it didn't help. I get the same error. Any more ideas out there? Ryan At 9:45 PM -0600 2/6/02, Steven Cayford wrote: >I don't know if the configure script for 4.1.1 deals with the two >level namespace on OSX, but for 4.0.6 I had to manually edit the

Re: [PHP-INST] php 4.1.1 on Mac OS X 10.1

2002-02-06 Thread Steven Cayford
I don't know if the configure script for 4.1.1 deals with the two level namespace on OSX, but for 4.0.6 I had to manually edit the libtool after running configure. Find the line beginning with "archive_cmds='$CC ...'", and add ' -flat_namespace ' after the 'CC'. Then run make. -Steve On 2002