I’m seeing a bash error in the configure script from current svn. There is an explicit test for CXX in configure.ac but at that point in autoconf CXX is not yet defined.
sumo-0.22.0 has a different set of tests in that same area of configure.ac but does not specifically mention CXX. I’m doing this test on Mac OS X but it does not seem to be platform-specific (though the goals of the test may be). Let me know if there is something I can help with here… - Tom Here is an excerpt from the configure output, with an extra line ‘echo “CXX is $CXX”' added just before the failing test: … checking how to create a ustar tar archive... gnutar CXX is ./configure: line 3446: test: =: unary operator expected checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for g++... g++ ... ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ sumo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-devel
