From: Maurice L. <mj...@ga...> - 2001-01-02 22:22:21
|
Alan W. Irwin writes: > Maurice, something is wrong with your new logic in sysconf.in. > > configure no longer finds c++ on my Linux system. > > I am slowly working through the new sysconf.in logic compared to the last > version (which worked fine for me). > The old version had the lines > > if test "$with_gcc" = "yes"; then > if test ! "$enable_cxx" = "no"; then > enable_cxx=yes > > but I cannot find the equivalent of the last line in the new logic. If this > the source of the problem? Could be. I couldn't see the point of it so I took it out. Note that enable_cxx is set to "yes" by default near the top of configure.in so it shouldn't be needed. Are you turning it off somewhere else? Try inserting a 'echo "enable_cxx is: $enable_cxx"' before the c++ detection block and see what it's set to. -- Maurice LeBrun mj...@ga... |