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]

[Bug ada/48621] Can't install gcc because Ada doctool installation process uses wrong gcc, thus producing incompatible ALI file


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48621

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-04-15 13:34:09 UTC ---
Probably something on your side, I've never seen this.

> When running
> # make install
> after running
> $ make check (successfully),

Run "make" before "make install".

> After installation as per the workaround above,
> 
> $  /usr/local/bin/gcc -v
> Using built-in specs.
> COLLECT_GCC=gcc
> COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/i686-pc-linux-gnu/4.7.0/lto-wrapper
> Target: i686-pc-linux-gnu
> Configured with: ../src/configure --enable-languages=c,ada --disable-nls
> Thread model: posix
> gcc version 4.7.0 20110411 (experimental) (GCC)

We recommend using an absolute path to configure.


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