public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* undefined reference to `__i686.get_pc_thunk.dx'
@ 2006-06-25 10:57 Wenyan Dong
  0 siblings, 0 replies; only message in thread
From: Wenyan Dong @ 2006-06-25 10:57 UTC (permalink / raw)
  To: gcc-help

The c file contains a simple function 
     U isCompiledRoot()
     {
        return icompiledRoot >= 0;
     }

And when I compile the file with "/depot/gcc-3.3.6-shared/bin/gcc -m32
-fPIC -o a.o", the object will contain symbol
`__i686.get_pc_thunk.dx'. Doing a nm on this object show that this
symbol

    00000000 T __i686.get_pc_thunk.dx

But when I try to create a shared library from this object along with
some others, I get following error message:

   ... In function 'isCompiledRoot()': 
   : undefined reference to `__i686.get_pc_thunk.dx'

Help??

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-25 10:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-25 10:57 undefined reference to `__i686.get_pc_thunk.dx' Wenyan Dong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).