We appear to be using the -R option on Solaris (and its equivalent
on other operating systems) even in archive builds. The option is
only relevant in shared library builds and while it might be
harmless otherwise I think we should remove it. Andrew, since this
was your project, could you look into it when you have a chance?
Thanks
Martin
PS Here's the Sun C++ command line for one of our examples:
CC -c -D_RWSTDDEBUG -D_RWSTD_USE_CONFIG -I$(TOPDIR)/include
-I$(BUILDDIR)/include -I$(TOPDIR)/examples/include -library=%none -g
+w $(TOPDIR)/examples/manual/accumulate.cpp
CC accumulate.o -o accumulate -library=%none -L$(BUILDDIR)/lib -lstd
-R$(BUILDDIR)/lib -lm