In the GNU Serveez configure.ac, i see:
dnl
dnl Check if libtool copes with SunOS/Solaris. GNU libtool 1.4.2 and less
dnl fail to create self-contained shared libraries. This is due to the gcc
dnl - native linker combination. The below macro adds the -liberty path
dnl and -lgcc to the
On Thu, 17 Feb 2011, Thien-Thi Nguyen wrote:
In the GNU Serveez configure.ac, i see:
dnl
dnl Check if libtool copes with SunOS/Solaris. GNU libtool 1.4.2 and less
dnl fail to create self-contained shared libraries. This is due to the gcc
dnl - native linker combination. The below macro a
() Bob Friesenhahn
() Thu, 17 Feb 2011 09:02:38 -0600 (CST)
I recommend eliminating use of this macro. Whatever purpose it
was intending to solve surely no longer exists.
I use Solaris for development and have never needed anything
similar to what this macro is doing. It seems like