libtool
[Top][All Lists]
Advanced

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

Re: Intel icc and shared libs


From: Bill Wendling
Subject: Re: Intel icc and shared libs
Date: Fri, 20 Sep 2002 16:40:10 -0500
User-agent: Mutt/1.4i

Also sprach Philip Willoughby:
} I'm having difficulty persuading libtool (version 1.4.2) to build shared
} libraries using icc.  Is this possible (I'm guessing not with 1.4.2)?
} Assuming no, is it fixed in a newer version of libtool, or in current CVS,
} or do I need an extra patch?
} 
I find that I have to modify the libtool file when building with icc. On
or around line 104, change it from:

    # How to pass a linker flag through the compiler.
    wl=""

to:

    # How to pass a linker flag through the compiler.
    wl="-Wl,"

That might help things...

-- 
|| Bill Wendling            "Real Programmers have a Snoopy Calendar
|| address@hidden    of '69 hanging on their wall"
|| Coding Simian                       -- Toon Moene




reply via email to

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