POV-Ray : Newsgroups : povray.unix : compiling problems pov-3.5-c linux gcc : Re: compiling problems pov-3.5-c linux gcc Server Time
5 Jul 2024 13:22:07 EDT (-0400)
  Re: compiling problems pov-3.5-c linux gcc  
From: Christoph Hormann
Date: 19 Apr 2004 11:40:02
Message: <c60rqi$79t$1@chho.imagico.de>
marabou wrote:
> [...]
> 
> and this was my error (Fehler) message:
> Making all in src
> make[1]: Entering directory `/home/agun/prog/povray-3.50c/src'
> c++ -DPREFIX=\"/opt/povray-3.5-c\" -DPOV_LIB_DIR=\"/opt/povray-3.5-c
> share/povray-3.5\" -DCOMPILER_VER=\".Linux.gcc\" -DSYSCONFDIR=\"/opt
> povray-3.5-c/etc\" -DUSE_IO_RESTRICTIONS=\"\"     `if [ "Xgcc" =
> "Xgcc" ]; then echo "-Wno-multichar"; fi ` -O3 -finline-functions
> -ffast-math -fomit-frame-pointer -funroll-loops
> -fexpensive-optimizations -malign-double -foptimize-sibling-calls
> -minline-all-stringops -Wno-multichar -c atmosph.cpp
> cc1plus: Invalid option `inline-all-stringops'
> cc1plus: Invalid option `-foptimize-sibling-calls'

Apparently your gcc does not know those two options.  You can remove 
them manually or use a newer version of gcc or wait until POV-Ray 3.6 
gets available as source (although this might also require a newer gcc 
but for different reasons).

Christoph

-- 
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 21 Mar. 2004 _____./\/^>_*_<^\/\.______


Post a reply to this message

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