Mike Stump <mikest...@comcast.net> writes: > On Mar 21, 2011, at 5:59 AM, Rainer Orth wrote: >> I've applied those changes, and also managed to fix the problems I had >> in Tru64 UNIX testing. Here's the patch I'd like to commit to 4.7. > >> +# Build shared library from LIB. >> +proc boehm-gc-build-shlib { lib flags extra-flags } { > >> + # FIXME: Explain options. >> + set shopt "-version-info 1:2:0 -no-undefined -rpath /nowhere" > > So, this still seems unportable to me?
Maybe, but this is exactly what the current Makefile.am has: libstaticrootslib_la_LDFLAGS = -version-info 1:2:0 -no-undefined \ -rpath /nowhere -shared-libgcc And where exactly do you see the unportability? All of them are common libtool options, and -shared-libgcc is handled slightly differently. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University