POV-Ray : Newsgroups : povray.unix : Problems compiling 3.7.0.beta.38 on Fedora13 x86_64 : Re: Problems compiling 3.7.0.beta.38 on Fedora13 x86_64 Server Time
7 May 2024 16:49:53 EDT (-0400)
  Re: Problems compiling 3.7.0.beta.38 on Fedora13 x86_64  
From: Alec Istomin
Date: 27 Aug 2010 17:15:00
Message: <web.4c782aada6e978d6e9b811610@news.povray.org>
Thanks for this thread, as it helped me to figure out how to build povray with
standard boost library in fedora13 x86_64!

I ended up taking the spec from fedora12:
http://packages.atrpms.net/dist/f12/povray/


And changing LDFLAGS during the build process to work around hardcoded /usr/lib
entries:

%build
aclocal
automake -a -c
CXXFLAGS="-Wno-multichar"
%configure COMPILED_BY="Alec Istomin"  --with-boost-lib=/usr/lib64
--with-boost-thread=boost_thread-mt

export LDFLAGS="${LDFLAGS} -L/usr/lib64"
make


Post a reply to this message

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