Re: configure is dying...

2002-03-21 Thread Angus Leeming

On Wednesday 20 March 2002 8:58 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | configure:9582: checking for forms.h
> | configure:9592:   -I$(top_srcdir)/src/cheaders  -I/usr/include conftest.C
> | >/dev/null 2>conftest.out ./configure[9591]:
> | -I$(top_srcdir)/src/cheaders:  not found
> | configure: failed program was:
> | #line 9587 "configure"
> | #include "confdefs.h"
> | #include 
>
> It looks as if your compiler is set to ''.
> How come?

I don't know Lars!

All is well at this test:

configure:3424: checking for conforming std::count
configure:3446: deccxx -c -ptr 
/usr/users/aleem/OTHERS_CODE/lyx/devel/lyx_cxx_repository -O2 
-I/usr/local/include conftest.C 1>&5
cxx -std strict_ansi -nocleanup -msg_display_number -msg_disable 
11,193,236,261,401,610,611 -w0 -c -ptr 
/usr/users/aleem/OTHERS_CODE/lyx/devel/lyx_cxx_repository -O2 
-I/usr/local/include conftest.C
cxx: Info: configure, line 3435: #1136-D conversion to integral type of
  smaller size could lose data
return count(b, e, c);
---^
cxx: Info: configure, line 3441: #177-D variable "i" was declared but never
  referenced
int i = countChar(a, a + 5, 'l');
^


And all fails at the next one:

configure:3470: checking for ostream
configure:3480:  -I/usr/local/include conftest.C >/dev/null 2>conftest.out
./configure[3479]: -I/usr/local/include:  not found
configure: failed program was:
#line 3475 "configure"
#include "confdefs.h"
#include 
configure:3470: checking for istream
configure:3480:  -I/usr/local/include conftest.C >/dev/null 2>conftest.out
./configure[3479]: -I/usr/local/include:  not found
configure: failed program was:
#line 3475 "configure"
#include "confdefs.h"
#include 


My configure script is attached.

I'm using automake 1.4-p2 and autoconf 2.13

Angus





configure-setup
Description: application/shellscript


Re: configure is dying...

2002-03-20 Thread Lars Gullik Bjønnes

Angus Leeming <[EMAIL PROTECTED]> writes:

| configure:9582: checking for forms.h
| configure:9592:   -I$(top_srcdir)/src/cheaders  -I/usr/include conftest.C >/dev/null 
|2>conftest.out
| ./configure[9591]: -I$(top_srcdir)/src/cheaders:  not found
| configure: failed program was:
| #line 9587 "configure"
| #include "confdefs.h"
| #include 

It looks as if your compiler is set to ''.
How come?

-- 
Lgb



configure is dying...

2002-03-20 Thread Angus Leeming


configure:9582: checking for forms.h
configure:9592:   -I$(top_srcdir)/src/cheaders  -I/usr/include conftest.C >/dev/null 
2>conftest.out
./configure[9591]: -I$(top_srcdir)/src/cheaders:  not found
configure: failed program was:
#line 9587 "configure"
#include "confdefs.h"
#include 

Angus