At 8:44 PM +0200 10/13/01, pascal.pignard wrote:
Sorry for the misspelling of the URL. Right one is : http://perso.wanadoo.fr/blady.
Do you think that some problems may come from the source differences between Apple GCC and GNU GCC or the use of "DYLD" by Darwin ?
With respect to GNU Pascal, I have no idea.
Why "Non-Darwin" developers don't want to merge the differences from Apple, as they do for many other systems ?
Because the changes only effect the Darwin platform, not ELF-based platforms.
Have you some detailed explanations for the following terms : DYLD, ELF, AFAIK.
DYLD is the dynamic link editor
ELF stands for Executable and Linking Format and is the executable layout used by SVR4
AFAIK means as far as I know