ExtUtils-Embed - Re: undefined reference to boot_DynaLoader

Posted on Tue Jul 25 16:37:33 2006 by skanchi in response to 1693 (See the whole thread of 4)
Re: undefined reference to boot_DynaLoader
the DynaLoader.a is in 'ar' format. so you can extract the object file in it by issuing the command: ar xv DynaLoader.a

You then, copy the extracted DynaLader.o in your build directory. and specfiy it to the ld.
Write a response