Eric Lemings wrote: > Okay, this patch seems to work just as well. Cool! Checked in thus: http://svn.apache.org/viewvc?view=rev&rev=517964 Thank you! Martin > > Index: etc/config/gcc.config > =================================================================== > --- etc/config/gcc.config (revision 517771) > +++ etc/config/gcc.config (working copy) > @@ -74,6 +74,9 @@ > ifneq ($(OSNAME),Darwin) > # no -shared option for GCC on Mac OS X (Darwin) > LDSOFLAGS = -shared > +else > + # -dynamiclib is needed when linking the library > + LDSOFLAGS = -dynamiclib > endif > >