Re: [xml] Build failure on Sparc solaris using gcc and binutils



Matthias Jung wrote:
[SNIP]
My suggestion as long -M ld option is not clear ;-)

VERSION_SCRIPT_FLAGS=
$($LD --help 2>&1 | grep -- --version-script >/dev/null) && \
   VERSION_SCRIPT_FLAGS=-Wl,--version-script=


May be is time project to upgrade libtool to 2.+ version where exist flag with_gnu_ld.


if test -n "$VERSION_SCRIPT_FLAGS"; then
 USE_VERSION_SCRIPT_TRUE=
 USE_VERSION_SCRIPT_FALSE='#'
else
 USE_VERSION_SCRIPT_TRUE='#'
 USE_VERSION_SCRIPT_FALSE=
fi

Why ? Did you found problem with AM_CONDITIONAL macro ?
[SNIP]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]