POV-Ray : Newsgroups : povray.unix : RC7 compilation issues on ubuntu 12.10 : Re: RC7 compilation issues on ubuntu 12.10 Server Time
1 May 2024 22:52:06 EDT (-0400)
  Re: RC7 compilation issues on ubuntu 12.10  
From: Le Forgeron
Date: 27 Feb 2013 04:09:18
Message: <512dcd3e$1@news.povray.org>
Le 26/02/2013 22:29, Bruno Cabasson a écrit :
> I recently installed ubuntu 12.10 alongside windows with wubi. After download of
> Pov-Ray sources, ./configure says:
> 
> configure: error: in `/home/bruno/Documents/povray-3.7.0.RC7':
> configure: error: C++ compiler cannot create executables
> 
> and config.log ends abruptly by:
> 
> #define HAVE_INTTYPES_H 1
> #define HAVE_STDINT_H 1
> #define HAVE_UNISTD_H 1
> #define HAVE_STDLIB_H 1
> 
> configure: exit 1
> 
> Before investigating further, did anybody encounter the same issue, and/or does
> have a quick answer ?
> 
> Thanks in advance.

You have of course installed g++, right ?
(C compiler is probably install by default, but IIRC not the C++ one)

In fact, you should have installed (with all dependencies):

    g++
    libboost-all-dev
    libpng12-dev
    libjpeg62-dev
    libtiff4-dev
    libopenexr-dev
    libsdl1.2-dev

(the "version" might vary, this was for 11.10, but I hope you get the idea)
-- 
Just because nobody complains does not mean all parachutes are perfect.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.