POV-Ray : Newsgroups : povray.general : compiling under Cygwin errors : Re: compiling under Cygwin errors Server Time
29 Jul 2024 12:27:22 EDT (-0400)
  Re: compiling under Cygwin errors  
From: kursad
Date: 3 Jul 2011 11:40:00
Message: <web.4e108cf282813b21c1e3d720@news.povray.org>
Le_Forgeron,

Thanks for your insight. It seems like I managed to stop that error with your
help. But now I am hitting another one :(


Here is the tail part


g++ -DHAVE_CONFIG_H -DPOVLIBDIR=\"/usr/local/share/povray-3.7\"
-DPOVCONFDIR=\"/usr/local/etc/povray/3.7\"
-DPOVCONFDIR_BACKWARD=\"/usr/local/etc\" -I. -I..  -I../vfe/unix -I../unix
-I../source -I../source/base -I../source/backend -Dlseek64=lseek -pthread
-I/usr/include  -I/usr/include  -pipe -Wno-multichar -Wno-write-strings
-fno-enforce-eh-specs -s -O3 -ffast-math -malign-double -march=native -MT
vfeplatform.o -MD -MP -MF .deps/vfeplatform.Tpo -c -o vfeplatform.o `test -f
'unix/vfeplatform.cpp' || echo './'`unix/vfeplatform.cpp
g++: unrecognized option '-pthread'
mv -f .deps/vfeplatform.Tpo .deps/vfeplatform.Po
g++ -DHAVE_CONFIG_H -DPOVLIBDIR=\"/usr/local/share/povray-3.7\"
-DPOVCONFDIR=\"/usr/local/etc/povray/3.7\"
-DPOVCONFDIR_BACKWARD=\"/usr/local/etc\" -I. -I..  -I../vfe/unix -I../unix
-I../source -I../source/base -I../source/backend -Dlseek64=lseek -pthread
-I/usr/include  -I/usr/include  -pipe -Wno-multichar -Wno-write-strings
-fno-enforce-eh-specs -s -O3 -ffast-math -malign-double -march=native -MT
unixoptions.o -MD -MP -MF .deps/unixoptions.Tpo -c -o unixoptions.o `test -f
'unix/unixoptions.cpp' || echo './'`unix/unixoptions.cpp
g++: unrecognized option '-pthread'
mv -f .deps/unixoptions.Tpo .deps/unixoptions.Po
g++ -DHAVE_CONFIG_H -DPOVLIBDIR=\"/usr/local/share/povray-3.7\"
-DPOVCONFDIR=\"/usr/local/etc/povray/3.7\"
-DPOVCONFDIR_BACKWARD=\"/usr/local/etc\" -I. -I..  -I../vfe/unix -I../unix
-I../source -I../source/base -I../source/backend -Dlseek64=lseek -pthread
-I/usr/include  -I/usr/include  -pipe -Wno-multichar -Wno-write-strings
-fno-enforce-eh-specs -s -O3 -ffast-math -malign-double -march=native -MT
platformbase.o -MD -MP -MF .deps/platformbase.Tpo -c -o platformbase.o `test -f
'unix/platformbase.cpp' || echo './'`unix/platformbase.cpp
g++: unrecognized option '-pthread'



this scope

this scope



this scope
make[2]: *** [platformbase.o] Error 1
make[2]: Leaving directory `/temp/povray-3.7.0.RC3/vfe'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/temp/povray-3.7.0.RC3'
make: *** [all] Error 2


Post a reply to this message

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