On Monday 25 March 2002 1:43 pm, Jean-Marc Lasgouttes wrote: > >>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > >> > >> Your tweak for CPP is not needed if you configure with CC=deccxx. > > Angus> I do that too and can state that I found that it _was_ needed > Angus> to find those 4 cxx header files, ostream etc. > > Could you recall me what are the environment variables you have to > set? > > Can I see configure output when you onl set CC and CXX? > > JMarc
Jean-Marc, this is the what I need to get configure running correctly with automake 1.5 and autoconf 2.52. Note that I don't need the deccc and deccxx wrappers anymore, but I do need to define the compilers as "cc -std1" and "cxx -strict_ansi", rather than leaving these flags in CFLAGS and CXXFLAGS. I justified that to myself easily enough (they really _are_ different compilers). I find that without, the c++ preprocessor is unable to find ostream etc. Do you want the config.log output with/without these flags in the CC and CXX definitions or are you happy just to see that all is working fine? Regards, Angus
configure-setup
Description: application/shellscript