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]
Other format: [Raw text]

[Bug c/15906] unable to link with static libgcc.a if gcc runtime helper functions used (hidden symbol `__ashldi3')


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-09 23:27 -------
Not a bug, you have to link in libgcc for the shared library also if you want to use the static libgcc.  You 
should do it anyways as even if you are using the shared one because the initialization can and will be 
done in the wrong order otherwise.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15906


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