Dear Group
I have recently been trying to build Radiance with my ANSI C compiler. The compiler has run into problems in locating the file librt.a. In the past this file has been located in the path /ray/src/lib but in the latest HEAD file that I downloaded last week this file was not present. Is this file still apart of the Radiance or has it been removed? If it has been removed, should the makefiles for the program be updated to reflect this change?
Thanks
Marcus
Hi Marcus,
This may be my fault -- I made a recent change to clean up the build procedure in src/common, and it might not be working on your machine for some reason. Please send me the output of "rmake install" in your src/common directory, so I can figure out what's going on. It works for me under OS X.
-Greg
ยทยทยท
From: "Marcus Jacobs" <[email protected]>
Date: February 15, 2006 7:09:27 AM PST
Dear Group
I have recently been trying to build Radiance with my ANSI C compiler. The compiler has run into problems in locating the file librt.a. In the past this file has been located in the path /ray/src/lib but in the latest HEAD file that I downloaded last week this file was not present. Is this file still apart of the Radiance or has it been removed? If it has been removed, should the makefiles for the program be updated to reflect this change?
Thanks
Marcus
Greg,
allow me to muscle in on this thread. I think I might have the same
problem as Marcus, but on Gentoo amd64.
Please send me the output of "rmake install" in
your src/common directory, so I can figure out what's going on. It
works for me under OS X.
I can compile enough binaries to run Mark's benchmark, but only find 100
files under bin.
Using gcc-3.4.4
the "rmake install" under src/common runs fine (see tar ball), and
librt.so is created, but not picked up.
adele ray # find . -name librt.a -exec ls -l {} \;
-rw-r--r-- 1 root root 615784 Feb 16 13:31 ./src/lib/librt.a
Here is some output:
http://luminance.londonmet.ac.uk/pickup/log_axel.tgz
Axel