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]
Other format: [Raw text]

Re: gnat build fails


Nathan Sidwell <nathan@codesourcery.com> writes:

| why is that a make in the toplevel i686-pc-linux-gnu succeeds, but one
| in i686-pc-linux-gnu/gcc fails with
| 
| rm -f stamp-gnatlib2 stamp-tools
| gnatbind -C -I- -I. -Iada -I../../gcc/gcc/ada -o ada/b_gnatb.c ada/gnatbind.ali
| fatal error: file gnatbind.ali is incorrectly formatted
| make sure you are using consistent versions of gcc/gnatbind
| 10.  R nnvvnnnnnnnnnvvvnnvnvvvnnnnnnnnvnvnnnnnnnnnvnnnnvvnn


I was bitten by that some time ago -- maybe you might look for a
thread starting with "GNAT nightmarre".  It appeared that many factors
can cause that: either you have "." in your $PATH, or some patch that
should have been applied a while ago didn't make it in.  
After that negative experience, I refrain from playing with GNAT :-(

-- Gaby


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