Posted on 2006-07-25 13:37:33-07 by skanchi in response to 1693
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.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.