From: Bryan Zarnett Date: 2001-05-21T23:50:09+09:00 Subject: [ruby-talk:15485] Anyone use dyld? Has anyone on the list had to do any work with dyld at all? I have a bunch of extensions I'm working with that all use the Expat library and its giving me the error: dyld: ruby multiple definitions of symbol _XML_DefaultCurrent I know this is caused by multiple classes using the same symbol name while running within the same instance. It seems to be a common problem although there is never any mention of a solution? The code works fine on my Linux box but I am trying to get this stuff to work under OS/X. Nothings ever easy. ;-) Thanks heartily, Bryan