[PATCH] dyld port

2000-11-22 Thread Wilfredo Sanchez
Below is an updated patch for Darwin (Mac OS X) and Rhapsody (Mac OS X Server). It is probably also correct or close to correct for OpenStep 4.2, which also uses dyld, but I don't run OpenStep and haven't tried it out there. I've tested this successfully with PHP4. -Fred Index: Ch

Re: [PATCH] dyld port

2000-08-23 Thread Alexandre Oliva
On Aug 22, 2000, Wilfredo Sánchez <[EMAIL PROTECTED]> wrote: > Below is a patch which adds preliminary support for dyld systems > (these include OpenStep 4.2 [not explicitly supported, since I didn't > test it], Rhapsody/Mac OS X Server, and Mac OS X). Please post patches against the libtool C

[PATCH] dyld port

2000-08-22 Thread Wilfredo Sánchez
Below is a patch which adds preliminary support for dyld systems (these include OpenStep 4.2 [not explicitly supported, since I didn't test it], Rhapsody/Mac OS X Server, and Mac OS X). I'm using php as a test case here, and I'm still running into a few problems at link time. I'm not sure wh