[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: config error message
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: config error message |
Date: |
Mon, 28 May 2012 14:22:14 -0400 |
On 28 May 2012 11:00, Doug Stewart <address@hidden> wrote:
> I am trying to set up a 3rd laptop for compiling octave.
> autogen.sh went ok but configure gave me
>
> | #ifdef __STDC__
> | # include <limits.h>
> | #else
> | # include <assert.h>
> | #endif
> | Syntax error
> configure:7633: /lib/cpp conftest.cpp
> cpp: error trying to exec 'cc1plus': execvp: No such file or directory
You're missing parts of gcc. Did you already install gcc? Can you
compile a hello world?
- Jordi G. H.