X-Authentication-Warning: ieva01.lanet.lv: pavenis owned process doing -bs Date: Sat, 10 Apr 1999 11:51:00 +0300 (WET) From: Andris Pavenis To: Laurynas Biveinis cc: djgpp AT delorie DOT com Subject: Re: Help - failed building egcs libraries In-Reply-To: <000501be82ad$5a549bc0$9d023bd4@default> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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