Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
If I
aptitude purge g++
./configure
I get
[...]
checking for js/jsapi.h... no
configure: error: Could not find the jsapi header.
Are the Mozilla SpiderMonkey headers installed?
The configure script should exit earlier, when it finds out no g++ can be called. This error message is very confusing and this shows that there's insufficient testing in configure for g++.
I'll attach full config.log if requested to.