libstdc++/5174: mkinstalldirs missing
rodrigc@gcc.gnu.org
rodrigc@gcc.gnu.org
Sun Jan 6 17:56:00 GMT 2002
Synopsis: mkinstalldirs missing
State-Changed-From-To: feedback->analyzed
State-Changed-By: rodrigc
State-Changed-When: Sun Jan 6 17:56:47 2002
State-Changed-Why:
I just reproduced this problem with latest
CVS, trying to compile on IA64 linux.
Thw work around is:
(1) cd /maxtor/root/gcc/i686-pc-linux-gnu/libstdc++-v3/po
(2) Edit the Makefile
(3) Change the mkinstalldirs line to:
mkinstalldirs = $(SHELL) $(top_srcdir)/../../../gcc/mkinstalldirs
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5174
More information about the Gcc-prs
mailing list