http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46695
Dave Korn <davek at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2010.12.01 12:17:35
CC| |davek at gcc dot gnu.org
AssignedTo|unassigned at gcc dot |davek at gcc dot gnu.org
|gnu.org |
Ever Confirmed|0 |1
--- Comment #3 from Dave Korn <davek at gcc dot gnu.org> 2010-12-01 12:17:35
UTC ---
(In reply to comment #2)
> not I,
> the addition of -no-undefined was from the Dave K. who needs it to get a .dll
> to build
> - without that change, everything is hunky-dory with libtool defaults.
Based on our off-list discussion, I thought that it actually required an
explicit "-undefined dynamic_lookup"?
> (Dave also has a patch that makes the addition conditional on the *win*
> target).
Yep, that will resolve this problem. Just need to agree the fine details
with Ralf.