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 libstdc++/13707] libstdc++.a goes to the wrong directory


------- Additional Comments From kunert at physik dot tu-dresden dot de  2004-01-17 10:37 -------
Subject: Re:  libstdc++.a goes to the wrong directory

Everything else goes in version specific directories, libstdc++ was the only reason that prevented
me from installing different versions of GCC parallel.
--enable-version-specific-runtime-libs does exactly the right thing.
I just wonder why its off by default. I see no reason to want libstdc++.a in a different
directory than libgcc.a . Its no big deal either and its probably not justified to call
this behavior a bug. It was just an annoying surprise for me.

Thanks,
Thomas Kunert

pinskia at gcc dot gnu dot org wrote:
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-16 16:43 -------
> None of you configure options will change where libraries get installed.  Why do you think 
> libstdc++.a should not be overwritten?  program-suffix is only for programs, not libraries.
> 



-- 


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


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