Re: linking with __CTOR_LIST__

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Abby wrote:
i am writing an application (linux) where i am trying to reference
__CTOR_LIST__ ?
/tmp/cc2rTvyB.o(.data+0x0): undefined reference to `__CTOR_LIST__'

any idea?
abby.

__CTOR_LIST__ is a local symbol, it can't be referenced from outside crtbegin*.o startup object file.

- Grigory

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux