compilation options description LDFLAGS
I am compiling software on Solaris 10 and my configure scripts have LDFLAGS="-R/usr/sfw/lib". Does this option mean that if I update something in /usr/sfw/lib I do not have to recompile the program calling the file in that lib directory? What does it mean if that line is omitted in the config script with # preceding it with regards to recompilation of the program when that file updates?
If there was any great document on the difference between linking with LDFLAGS -R or -L, it would be great.
thanks so much.