This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

Re: fnmatch and Tru64


On Oct  5, 2002, David Morsberger <dmorsberger@sensysdl.com> wrote:

> We have been having a problem building binutils on Tru64 5.1 using the
> Compaq cc compiler. We have received the "ar: libeberty.a: File Truncation"
> error.

Hmm...  This sounds familiar.  Does it work if you add an
unconditional dummy definition to fnmatch.c (say `static int dummy;')?
Some toolchains dislike translation units that don't introduce any
symbols.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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