Re: config.log / Re: newbie: checking for C compiler default output...

2002-09-13 Thread Guido Draheim
Es schrieb Akim Demaille: > > > "Guido" == Guido Draheim <[EMAIL PROTECTED]> writes: > > Guido> Actually, I've been thinking more of AC_MSG_ERROR itself. > > I wondered too for a second, but rejected it at the point of the release. aye. :-) > > That is a very good suggestion... Patches

Re: config.log / Re: newbie: checking for C compiler default output...

2002-09-13 Thread Akim Demaille
> "Guido" == Guido Draheim <[EMAIL PROTECTED]> writes: Guido> Actually, I've been thinking more of AC_MSG_ERROR itself. I wondered too for a second, but rejected it at the point of the release. Guido> It would also hint developers of ac-macros (think of Guido> ac-archive) to remember to p

Re: config.log / Re: newbie: checking for C compiler default output...

2002-09-13 Thread Guido Draheim
; checking for gcc... gcc > checking for C compiler default output... configure: error: C compiler cannot create >executables > check config.log for details > > Thanks, I'm installing this: >[...] >[echo "$as_me: failed program was:" >&AS_MESSAG

Re: config.log / Re: newbie: checking for C compiler default output...

2002-09-12 Thread Akim Demaille
checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output... configure: error: C compiler cannot create executables check config.log for details

config.log / Re: newbie: checking for C compiler default output...

2002-09-12 Thread Guido Draheim
above grumble-message says), so it might be more reasonable to modify the fail-routine to something the look of: checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compile

Re: newbie: checking for C compiler default output...

2002-09-12 Thread Peter Eisentraut
Guido Draheim writes: > tail config.log Which reminds me, it would be nice if this actually worked. Currently, tail config.log gives you confdefs.h, before that are the cache variables. Would it be reasonable to put the tests at the very end? -- Peter Eisentraut [EMAIL PROTECTED]

Re: newbie: checking for C compiler default output...

2002-09-12 Thread Guido Draheim
for C compiler version > configure:1412: gcc --version &5 > 2.96 > configure:1415: $? = 0 > configure:1417: gcc -v &5 > Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/specs > gcc version 2.96 20000731 (Mandrake Linux 8.2 2.96-0.76mdk) > configure:1420:

Re: checking for C compiler default output...

2002-09-12 Thread vincent blondel
am using Mandrake 8.2 on a AMD Athlon Xp1600+ and I got following > > messages. > > > > checking build system type... i686-pc-linux-gnu > > checking host system type... i686-pc-linux-gnu > > checking target system type... i686-pc-linux-gnu > > checking for gcc

Re: checking for C compiler default output...

2002-09-12 Thread Lars Hecking
ype... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > checking for gcc... gcc > checking for C compiler default output... configure: error: C compiler > cannot create executables > > Has somebody an idea

Re: newbie: checking for C compiler default output...

2002-09-12 Thread Guido Draheim
uild system type... i686-pc-linux-gnu > checking host system type... i686-pc-linux-gnu > checking target system type... i686-pc-linux-gnu > checking for gcc... gcc > checking for C compiler default output... configure: error: C compiler > cannot create executables > > Has somebo

checking for C compiler default output...

2002-09-12 Thread vincent blondel
-linux-gnu checking target system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output... configure: error: C compiler cannot create executables Has somebody an idea to solve this problem ??? Thanks in advance.