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: /usr/lib/dld.sl: Unresolved symbol: <FF>libstdc++.sl.3 (plabel)


On Sat, Mar 10, 2001 at 04:38:43PM -0500, John David Anglin wrote:
> > You can test this hypothesis by configuring with --enable-debug.  Among other
> > things, this will disable the -f*-sections flags in libstdc++.
> 
> I tried `--enable-debug=no' but this didn't seem to do it.

Of course not; you have to turn debugging *on* for the other flags to
be disabled.  Try one of

    --enable-debug
    --enable-debug=yes

Using --enable-debug=no / disable-debug is the default setting.

>For the moment,
> I have manually removed the -f*-sections flags from the various Makefiles
> in libstdc++.

If that's the only change you made, and the problems went away, then that's
probably confirmation of your idea.


Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.


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