#5782 closed bug (fixed)
multiple undefined references when building gcc2
Reported by: | mmadia | Owned by: | zooey |
---|---|---|---|
Priority: | blocker | Milestone: | R1/alpha2 |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | planche2k@… | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
Disreali noticed this on IRC. hrev36423-gcc2hybrid r1a2-rc Here's some undef ref's when building Haiku gcc2 within Haiku.
(.gnu.linkonce.t.__tf10PrecacheIO+0x29): undefined reference to `__rtti_si' (.text+0xf934): undefined reference to `__dynamic_cast' (.gnu.linkonce.t.__tft24SinglyLinkedListLinkImpl1Z17DeferredDeletable+0x1f): undefined reference to `__rtti_user' (.text+0x6f34): undefined reference to `__builtin_delete' ...
Attachments (1)
Change History (5)
by , 15 years ago
comment:1 by , 15 years ago
Cc: | added |
---|
comment:2 by , 15 years ago
Status: | new → in-progress |
---|
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Strangely enough, libgcc.a in that gcc2-build did not contain the files required for C++ support. Rebuilding gcc2 fixed the problem (why on earth ...).
Fixed in hrev36434.
Note:
See TracTickets
for help on using tickets.
Confirmed that it's a problem with the libgcc.a of the new gcc2 version.
Trying to find the cause of the problem.