On Oct-06, Leopold Toetsch wrote: > William Coleda <[EMAIL PROTECTED]> wrote: > > Any chance of getting: > > > 'cd dynclasses; make' > > > working on OS X by then? > > It's broken on Linux too. The problem seems to be that non-existing > shared libs are used for the final "perl build.pl copy" phase. These > libs seem to bundled into lib-*$(SO).
Whoops, I thought that was only after my local changes. > For OS X, it could be that $LD_SHARED_FLAGS = "-fPIC" is necessary. Nope, it's something more like "-bundle -undefined suppress". But the real problem is that we don't yet distinguish between building shared libraries and dynamically loadable modules. (Linux doesn't make this distinction.) I'm working on it. Will gave me an account on his Darwin box, and I have it building and installing. I'm still trying to track down a problem where it doesn't seem to call the init function. (Or something. I ran out of time when I got to that point.)