bug-libtool
[Top][All Lists]
Advanced

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

Libtool doesn't invoke gcc properly [on Solaris 10]


From: Jeremy Teo
Subject: Libtool doesn't invoke gcc properly [on Solaris 10]
Date: Wed, 29 Jun 2005 19:06:34 +0800

Hello folks,

I came across this error with regards to the generated libtool for Mono 1.1.8.1

Version of libtool is as shown below:

ltmain.sh (GNU libtool) 1.5.14 (1.1220.2.195 2005/02/12 12:12:33)

The generated libtool invokes gcc with the flag "-shared" in order to
generate shared libraries.

On Solaris, the linker used is the system linker, "ld". The proper
flag to pass to gcc is "Wl,-G".

I've patched my libtool.m4 accordingly, and the patch is included
below. I appreciate any feedback if what I've done is correct and
portable.

Thanks again for all of your work.
-- 
Regards,
Jeremy

Attachment: libtool.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]