Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I get this warning when compilling a module: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/../../../../i686-pc-linux- gnu/bin/ld: warning: creating a DT_TEXTREL in object. What is it and how can I get rid of it (except for linker option)? Thanks, Lukasz
Post Follow-up to this messageLukasz Wojtow <lw@ftw.zamosc.pl> writes: > Hi, > I get this warning when compilling a module: > > /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/../../../../i686-pc-linu x-gnu/bin/ld: > warning: creating a DT_TEXTREL in object. > > What is it and how can I get rid of it (except for linker option)? Are you sure you need to get rid of it? Try compiling your code with the -fPIC compiler flag. -- Måns Rullgård mru@inprovide.com
Post Follow-up to this messageMåns Rullgård wrote: > > > Are you sure you need to get rid of it? Try compiling your code with > the -fPIC compiler flag. So simple and I forgot about it, thanks. Lukasz
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.