Follow-up Comment #1, bug #41419 (project simulavr):

Verbose output of configure can be found in config.log:

configure:15524: checking for /usr/bin/g++-4.7
configure:15552: result: no
configure:15562: error: C++ compiler /usr/bin/g++-4.7 not found

configure:15524 contains:
---
...
for as_dir in $PATH
...
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
    ac_cv_prog_CXX_PROG="yes"
---

$ac_word is $CXX, $ac_exec_ext is ''

So to change the compiler, you have to prepend /opt/linux-gnu_4.8.2/bin/ to
$PATH


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?41419>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.nongnu.org/


_______________________________________________
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to