POV-Ray : Newsgroups : povray.unix : compiling problems pov-3.5-c linux gcc : Re: compiling problems pov-3.5-c linux gcc Server Time
8 Jul 2024 16:24:20 EDT (-0400)
  Re: compiling problems pov-3.5-c linux gcc  
From: marabou
Date: 19 Apr 2004 17:12:59
Message: <408440db@news.povray.org>
Christoph Hormann wrote:

> marabou wrote:
>> 
>> but doesn't it kill my old gcc-libraries?
>> [...]
> 
> Why should it.  The distribution won't put anything in /usr/local so
> installing there should not interfere with it.
> 

i am not sure that there is no interference, because there happened
same error as i posted first. old gcc-versions were left on system.

installation was done in /usr/local and softlink was created:
agun@xxx:~$ ll /usr/bin/gcc*
lrwxrwxrwx    1 root     root           24 19. Apr 22:52 /usr/bin/gcc
-> /usr/local/bin/gcc-3.3.2
[..]
agun@xxx:~$ gcc -v
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.2
specs
Konfiguriert mit: ./configure  : (reconfigured) ./configure
--program-suffix=-3.3.2 --enable-threads : (reconfigured) ./configure
--program-suffix=-3.3.2 --enable-threads --enable-languages=c,c++

normal configure had this failure, following configure, too:
agun@xxx:~/prog/povray-3.50c$ ./configure --prefix=/opt/povray-3.5c
--includedir=/usr/local/include/c++/3.3.2/ --libdir=/usr/local/lib
gcc-lib/i686-pc-linux-gnu/3.3.2/

error (Fehler) was:
[..]
Making all in src
make[1]: Entering directory `/home/agun/prog/povray-3.50c/src'
c++ -DPREFIX=\"/opt/povray-3.5c\" -DPOV_LIB_DIR=\"/opt/povray-3.5c
share/povray-3.5\" -DCOMPILER_VER=\".Linux.gcc\" -DSYSCONFDIR=\"/opt
povray-3.5c/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'
make[1]: *** [atmosph.o] Fehler 1
make[1]: Leaving directory `/home/agun/prog/povray-3.50c/src'
make: *** [all-recursive] Fehler 1

real    0m5.488s
[..]


Post a reply to this message

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