Re: [solved] failing to compile a KDE package

2003-07-05 Thread Ben Burton
> >Uh, this is not a problem with autoconf. It is a problem with upstream > > calling AC_CHECK_COMPILERS (which checks for all compilers) and ignoring > > the results thereof. > > ok. i'll have it sent upstream. FYI, all upstream probably needs to do is update their admin/ directory with a f

Re: [solved] failing to compile a KDE package

2003-07-05 Thread martin f krafft
also sprach Sam Hocevar <[EMAIL PROTECTED]> [2003.07.05.1718 +0200]: >Uh, this is not a problem with autoconf. It is a problem with upstream > calling AC_CHECK_COMPILERS (which checks for all compilers) and ignoring > the results thereof. ok. i'll have it sent upstream. -- Please do not CC m

Re: [solved] failing to compile a KDE package

2003-07-05 Thread Sam Hocevar
On Sat, Jul 05, 2003, martin f krafft wrote: > ./configure: line 1: g++: command not found > configure:21244: $? = 127 > > This is, IMHO, a problem with autoconf, as it should really check > for g++ first. Uh, this is not a problem with autoconf. It is a problem with upstream calling AC_CHEC

[solved] failing to compile a KDE package

2003-07-05 Thread martin f krafft
also sprach Ben Burton <[EMAIL PROTECTED]> [2003.07.05.1629 +0200]: > Hmm.. is it possible to post the section of config.log where the > error occurs? I had read this file upside down, inside out, from left to right and right to left. I found nothing. This time I immediately spotted the problem: