Hi Alona, Alona Rossen <[email protected]> writes:
> In the past I posted similar report for Solaris8. In Solaris8 case, > specifying C compiler rectified the problem. In Linux case, removing > additional parameters including compiler specifications "fixed" > configure. Perhaps this 'configure' inconsistency on different platforms > requires consideration. If the default C/C++ compiler on your machine does not work or the compiler options that you pass to configure are invalid, there is nothing that configure can do. It just calls the C/C++ compiler that you specified and passes the options that you provided. That's why I suggested that you look into config.log. This file contains more detailed information that in most cases quickly reveals what's wrong. Boris -- Boris Kolpackov, Code Synthesis http://codesynthesis.com/~boris/blog Open-source XML data binding for C++ http://codesynthesis.com/products/xsd XML data binding for embedded systems http://codesynthesis.com/products/xsde Command line interface to C++ compiler http://codesynthesis.com/projects/cli
