POV-Ray : Newsgroups : povray.general : HELP. povray 3,7 coredump after install Server Time
29 Jul 2024 00:28:30 EDT (-0400)
  HELP. povray 3,7 coredump after install (Message 1 to 2 of 2)  
From: zhao
Subject: HELP. povray 3,7 coredump after install
Date: 15 Jan 2014 07:10:01
Message: <web.52d679dad42dc7e986992fb80@news.povray.org>
yum install -y gcc gcc-c++ autoconf automake make boost boost-devel libpng-devel
libjpeg-devel libtiff-devel
wget https://codeload.github.com/POV-Ray/povray/zip/3.7-stable -O POVRay.zip
unzip POVRay.zip
cd povray-3.7-stable/unix
../prebuild.sh
cd ..
../configure COMPILED_BY="me" --with-boost-thread=boost_thread-mt
--disable-strip --enable-debug
make
make install


Post a reply to this message

From: zhao
Subject: Re: HELP. povray 3,7 coredump after install
Date: 15 Jan 2014 07:20:01
Message: <web.52d67cba94edf54886992fb80@news.povray.org>
"zhao" <nomail@nomail> wrote:
> yum install -y gcc gcc-c++ autoconf automake make boost boost-devel libpng-devel
> libjpeg-devel libtiff-devel
> wget https://codeload.github.com/POV-Ray/povray/zip/3.7-stable -O POVRay.zip
> unzip POVRay.zip
> cd povray-3.7-stable/unix
> ../prebuild.sh
> cd ..
> ../configure COMPILED_BY="me" --with-boost-thread=boost_thread-mt
> --disable-strip --enable-debug
> make
> make install


Sorry
Please ingore this post, I have started a new thread.


Post a reply to this message

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