On Tue, Aug 13, 2002 at 08:23:12PM +0200, Lars Gullik Bjønnes wrote:

> | checking xforms header version... 1.0.0
> | ./configure: CPLUSPLUS: command not found
> 
> Do I have a missing '_' somewhere? One that is ' ' instead?

nope. something weird is happening in stead. My configure has :

CXXFLAGS="$CXXFLAGS -I$qt2_incdir"
LDFLAGS="-L$qt2_libdir $X_LDFLAGS"
LIBS="$LIBS -lqt2 -lXext -lX11 $LIBSOCKET"
 
 
CPLUSPLUS
cat > conftest.$ac_ext <<EOF
#include "confdefs.h"
#include <qmovie.h>
#include <qapplication.h>
int main() {
  QMovie m;
  m.setSpeed(20);
  return 0;
}
EOF

and in other places

so something is going wrong with AC_LANG(C++) still present

regards
john
-- 
"It is unbecoming for young men to utter maxims."
        - Aristotle

Reply via email to