------- Comment #10 from rguenther at suse dot de 2008-05-13 13:36 ------- Subject: Re: gnatchop-gcc: installation problem, executable not found
On Tue, 13 May 2008, charlet at gcc dot gnu dot org wrote: > ------- Comment #9 from charlet at gcc dot gnu dot org 2008-05-13 13:24 > ------- > I'm sorry, but I have an experimental patch (still needs some refining) fixing > PR864 which does also fix this PR, so I do not understand your comment, could > you > please elaborate ? Most distributions have local patches that apply --program-suffix (and similar configure switches) also to Ada executables (this is PR864). If you do so and use for example '-4.3' as suffix you will hit this (PR29127) PR because the Ada driver now thinks that binaries with '-' contained are cross-compiling. See also PR33857 for a symptom of that. It would be really nice if the Ada driver would finally cope with being suffixed with the gcc version number. Richard. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29127