Hi,
I added this support for Sun C 5.9 in config.rpath, and updated srclist.txt.
2006-05-05 Bruno Haible <[EMAIL PROTECTED]>
* build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
*** config.rpath.bak 2005-12-28 14:59:19.000000000 +0100
--- config.rpath 2006-05-06 02:44:50.000000000 +0200
***************
*** 2,8 ****
# Output a system dependent set of variables, describing how to set the
# run time search path of shared libraries in an executable.
#
! # Copyright 1996-2005 Free Software Foundation, Inc.
# Taken from GNU libtool, 2001
# Originally by Gordon Matzigkeit <[EMAIL PROTECTED]>, 1996
#
--- 2,8 ----
# Output a system dependent set of variables, describing how to set the
# run time search path of shared libraries in an executable.
#
! # Copyright 1996-2006 Free Software Foundation, Inc.
# Taken from GNU libtool, 2001
# Originally by Gordon Matzigkeit <[EMAIL PROTECTED]>, 1996
#
***************
*** 88,93 ****
--- 88,96 ----
como)
wl='-lopt='
;;
+ c89* | c99*)
+ wl='-Wl,'
+ ;;
esac
;;
osf3* | osf4* | osf5*)