update on building radlib and wview on macosx I was basically flummoxed by the dependence on /usr/local since I have reserved that to root users (my admin hat) and not using macports. in homebrew environment, setting --prefex=/opt/local in both radlib and wview (and setting LDFLAGS to get libssl from a private homebrew directory) made the build work. Sorry for bugging before all things understood. -- Mike
I'd like to appeal to Mark to comment on this 'librad' problem since he may have fingers both in the radlib and wview packages. Attempting to configure wvew-5.21.7 to use radlib-2.12.0 gives this "librad is missing or old version!" message. in file "config.log" the failed gcc invocation is followed by Undefined symbols for architecture x86_64: "_KEY_BUFFERS_SHMEM", referenced from: _radBuffersInit in librad.a(radbuffers.o) "_KEY_SEMAPHORES", referenced from: _radSemProcessInit in librad.a(radsemaphores.o)...
I know that it is not necessarily your problem, but..... Trying to build wview --...