This is the mail archive of the archer@sourceware.org mailing list for the Archer 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: Problem compiling after merge


Tom Tromey wrote:
"Rick" == Rick Moseley <rmoseley@redhat.com> writes:

Rick> If you get a moment could you check out the Rick> "archer-rmoseley-fedora-merge" branch and have a look?

Building it now.

Rick> Hmmm, I do see that in the resulting Makefile that in the statement
Rick> that defines LIBTOOL I see:
Rick> LIBTOOL = @LIBTOOL@

This usually means you rebuilt configure incorrect.  In
bfd/Makefile.am, I see:

ACLOCAL_AMFLAGS = -I . -I .. -I ../config

This means you have to run

    cd bfd
    aclocal -I . -I .. -I ../config
    autoconf
    autoheader
    automake

Try that & see if it works.

Tom
That seems to have worked.

At first I thought it had failed again at the same place, but I remembered that I had changes to the files in the "opcodes" directory and so I reran the above and all seems well.

Thanks Tom.



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