Mail Archives: djgpp/1999/04/10/04:57:45
On Fri, 9 Apr 1999, Laurynas Biveinis wrote:
> Hello,
> I successfully configured and built EGCS 1.1.2
> Then I tried to build libraries. When I issued
> 'sh djconfig.h' after some work I received :
>
> checking whether the C compiler
> (/djgpp/gnu/egcs-1.12/gcc/build.djg/xgcc.exe -B
> /djgpp/gnu/egcs-1.12/gcc/build.djg/ -O2 ) works... no
> configure: error: installation or configuration problem: C compiler cannot
> create
> executables.
> Configure in /Programming/djgpp/gnu/egcs-1.12/libs/build.djg/libiberty
> failed,
> exiting.
>
> What is wrong (I am using all latest versions - djdev 2.02, gcc 2.8.1 etc) ?
gcc-2.8.1 is no more used to build egcs-1.1.2 libraries (direcory
gnu/egcs-1.12/libs). You should build compiler at first (./djmake.sh in
gnu/egcs-1.12/gcc/build.djg) and NOT remove it as the result of this build
is used to build libraries. The fragment You sent includes path to
compiler that should be used to build libraries. If the problem is
different browse file config.log to see more details (simply I cannot
guess all possible problems)
Andris
- Raw text -