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: gcc-2.95: new bootstrap failure on OSF4 stage1 building libgcc2.a


> >    The file ________64ELEL_ already exists with no perms:
> > 
> > >  2 ----------   1 ghazi    system       1366 Jul 15 10:27 ________64ELEL_
> Where did that weird file come from to begin with?

It was created by OSF/1 4.0 `ar x' and is useless. The workaround is
to systematically remove that file:

         cd tmpcopy; ar x ../libgcc2.a

becomes

         cd tmpcopy; ar x ../libgcc2.a && rm -f ________64ELEL_

Bruno


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