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++/45711] Building with "--enable-libstdcxx-debug" fails during install



------- Comment #3 from pinskia at gcc dot gnu dot org  2010-09-17 21:36 -------
<iant> manphiz: it's a bug
 the build_debug and install_debug targets in libstdc++-v3/src/Makefile.am are
broken if you run configure using a relative path

<iant> the Makefile.am is broken
 it does "cd debug && make install"
<iant> that fails because it is using the wrong relative path to install.sh


-- 


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


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