POV-Ray : Newsgroups : povray.unix : RC7 compilation issues on ubuntu 12.10 Server Time
2 May 2024 00:04:07 EDT (-0400)
  RC7 compilation issues on ubuntu 12.10 (Message 11 to 12 of 12)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: clipka
Subject: Re: RC7 compilation issues on ubuntu 12.10
Date: 27 Feb 2013 19:43:01
Message: <512ea815$1@news.povray.org>
Am 28.02.2013 00:15, schrieb Bruno Cabasson:
> Le_Forgeron <lef### [at] freefr> wrote:

>> 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.
>
> .../configure finds gcc and does not complain until much further in the process.
> gcc is not enough?

gcc is the "Gnu Compiler Collection". It being a pretty extensive 
collection, I guess it would be rather uncommon to have all language 
modules installed on your system - and maybe your distro only installs 
the absolute minimum by default, which would be the C compiler.


Post a reply to this message

From: Cousin Ricky
Subject: Re: RC7 compilation issues on ubuntu 12.10
Date: 1 Mar 2013 19:30:00
Message: <web.513147c4cef7812878641e0c0@news.povray.org>
"Bruno Cabasson" <bru### [at] cabassoncom> wrote:
> Le_Forgeron <lef### [at] freefr> wrote:
> > In fact, you should have installed (with all dependencies):
> >
> >     g++
> >     libboost-all-dev
> >     libpng12-dev
> >     libjpeg62-dev
> >     libtiff4-dev
> >     libopenexr-dev
> >     libsdl1.2-dev
>
> ../configure finds gcc and does not complain until much further in the process.
> gcc is not enough?

On my system (openSUSE 12.2), gcc and g++ are separate packages.  This is not
unreasonable, as C and C++ are two different languages.  Gcc was installed by
default, but g++ was not


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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