This is the mail archive of the gcc-bugs@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]

Re: RTTI problem in egcs 1.1


> From: figueroa@apple.com
> To: egcs-bugs@egcs.cygnus.com
> Date: Tue, 2 Mar 1999 00:17:35 PST

> The reason is that egcs tries to put RTTI stuff into the common
> section.  Because of the way shared libraries work on Mac OS X
> Server, these must not have any symbols in the common section.

You can rig things up to use linkonce, and/or -frepo them, Jason might
have a better idea.


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