make install fails?
Sam Lauber
sam124@operamail.com
Sat Jan 15 05:26:00 GMT 2005
>> Should 'make install' build gcc automatically before installation?
>>
>> Currently, this procedure fails:
>> - create gcc-build directory.
>> - enter directory
>> - './configure'
>> - 'make install'
>> This will result in:
>> /bin/sh ../gcc/mkinstalldirs /usr/local /usr/local
>> /bin/sh: line 1: cd: fixincludes: No such file or directory
> Please file a new PR and make it blocked by 17383.
PR? This isn't a bug in the GCC build system, but rather a
pecularity in the way GNU Automake implements `srcdir' and
`objdir'. With the current implementation of it, the dirs
are created as each is cd'd to. Because of that, the dir
`fixincludes' is not created. If this is a PR, it's in
Automake. Post to the Automake mailing lists.
Samuel Lauber
P.S. Technically, every [proper] Makefile on earth has the
programs it makes as prerequisites. Two for Automake.
--
_____________________________________________________________
Web-based SMS services available at http://www.operamail.com.
From your mailbox to local or overseas cell phones.
Powered by Outblaze
More information about the Gcc
mailing list