This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

--enable-__cxa_atexit


Since gcc 3.1, I've built the compiler with the --enable-__cxa_atexit option
on Linux/Intel systems, as suggested by the ABI recommendations at:

http://gcc.gnu.org/gcc-3.2/c++-abi.html

I recently installed a Debian "sid" system, which installed a Debian package
for gcc 3.2.2. Checking the option, I discovered that the package was
compiled with --disable-__cxa_atexit.

Can anyone explain why Debian's maintainers made the above choice?

--
Scott Robert Ladd
Coyote Gulch Productions (http://www.coyotegulch.com)
Professional programming for science and engineering;
Interesting and unusual bits of very free code.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]