Closed
Bug 184854
Opened 22 years ago
Closed 22 years ago
Add good__C3ios to legacy wrapping to support Cult3d
Categories
(Core Graveyard :: Plug-ins, enhancement)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: timeless, Assigned: dmosedale)
Details
From bug 130183 comment 10
Cult3d won't load in gcc-3.2 builds:
LoadPlugin: failed to initialize shared library
/home/dark/.netscape/plugins/cult3d/libcult3dplugin.so
[/home/dark/.netscape/plugins/cult3d/libcult3dplugin.so: undefined symbol:
good__C3ios]
Comment 1•22 years ago
|
||
Thats trying to use iostreams. The c++ ABI changed; the plugin needs recompiling.
Is the plugin linked to libstdc++.so? Specifically, to a compat version which
you have installed? It may crash when trying to do io, but it should at least
load...
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
It loads and runs fine if using an official Mozilla build.
"nm libcult3dplugin.so |grep lib" only turns up this undefined symbol:
__libc_init_first
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•