--- ray/platform/posix_64.cfg 2008/04/21 07:31:28 1.5 +++ ray/platform/posix_64.cfg 2016/03/10 18:56:34 1.8 @@ -1,4 +1,4 @@ -# platform specific settings for unknown unix (posix) systems +# platform specific settings for unknown unix (posix) systems, 64 bit # If you need to adapt this file for your OS, please make a # copy under the name detected by SCons after checking the @@ -7,22 +7,22 @@ # where you want everything [install] -RAD_BASEDIR: /opt/radiance3.6a +RAD_BASEDIR: /opt/radiance RAD_BINDIR: bin RAD_RLIBDIR: share/lib RAD_MANDIR: share/man # shouldn't need any changes [build] -CCFLAGS: -O +CCFLAGS: -O -m64 [debug] -CCFLAGS: -g +CCFLAGS: -g -m64 # never touch below this [code] RAD_COMPAT: strcmp.c -RAD_MATHCOMPAT: erf.c +#RAD_MATHCOMPAT: erf.c RAD_NETCOMPAT: netproc.c RAD_PROCESS: unix_process.c RAD_PCALLS: raypcalls.c