From owner-bug-octave at bevo dot che dot wisc dot edu Sat Dec 7 20:22:54 1996 Subject: Re: Octave 1.94 available for ftp From: "John W. Eaton" To: Jeppe Sigbrandt cc: bug-octave at bevo dot che dot wisc dot edu Date: Sat, 7 Dec 1996 20:22:29 -0600 On 7-Dec-1996, Jeppe Sigbrandt wrote: : ./configure with octave-0.94 reports: : checking for c++... c++ : checking whether the C++ compiler (c++ ) works... no : configure: error: installation or configuration problem: C++ compiler cannot cre : ate executables. : and yet the equivalent output with octave-0.93 is: : checking for c++... c++ : checking whether we are using GNU C++... yes : checking whether c++ accepts -g... no : checking how to run the C++ preprocessor... c++ -E : defining NO_IMPLICIT_TEMPLATES to be -fno-implicit-templates : checking for gcc... gcc : and so on.... I can't reproduce this problem. The configure script worked fine for me on a Linux system and a DEC Alpha running OSF/1 3.2. Has anyone else had problems running the configure script distributed with 1.94? I switched to autoconf 2.12, which could have caused some problems (but none that I've noticed). Thanks, jwe