bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AC_PROG_OBJCXX succeeds without Objective C++ compiler present


From: Reuben Thomas
Subject: AC_PROG_OBJCXX succeeds without Objective C++ compiler present
Date: Wed, 8 Mar 2017 06:47:45 +0000

AC_PROG_OBJCXX is satisfied by finding g++, but this does not mean that
cc1objplus is installed. This means that AC_PROG_OBJCXX passes, but
compilation fails with an obscure error about "execvp: not found".

This problem presumably also affects C (if it's possible to install cc1obj
without cc1), Objective C and C++.

-- 
http://rrt.sc3d.org


reply via email to

[Prev in Thread] Current Thread [Next in Thread]