Re: Linker errors building component with dynamic glue on Mac

2006-05-02 Thread L. David Baron
On Tuesday 2006-05-02 02:21 -0700, L. David Baron wrote: > If I add "-Wl,-executable_path -Wl,../../../dist/bin" to the link > command, those errors go away, but I get a different set of errors, > starting with: So it all works if I add it to the right place in the middle of the command line, i.e.

Re: Linker errors building component with dynamic glue on Mac

2006-05-02 Thread L. David Baron
On Monday 2006-05-01 22:34 -0700, L. David Baron wrote: > I'm having trouble building a XPCOM component using the "dynamic glue" > strategy described in > http://developer.mozilla.org/en/docs/XPCOM_Glue#Using_Frozen_linkage_.28dependent_on_xpcom.dll.29 > on the Mac. It built on Linux and Windows.

Linker errors building component with dynamic glue on Mac

2006-05-01 Thread L. David Baron
I'm having trouble building a XPCOM component using the "dynamic glue" strategy described in http://developer.mozilla.org/en/docs/XPCOM_Glue#Using_Frozen_linkage_.28dependent_on_xpcom.dll.29 on the Mac. It built on Linux and Windows. The linker dies with unresolved symbol errors since it can't se