libtool-patches
[Top][All Lists]
Advanced

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

Re: linking a shared library with -pthread omits -pthread on the link li


From: Bob Friesenhahn
Subject: Re: linking a shared library with -pthread omits -pthread on the link line.
Date: Fri, 13 Dec 2002 23:08:29 -0600 (CST)

On Fri, 13 Dec 2002, Albert Chin wrote:
> >
> > Attached is a patch for libtool, which solves this issue for the options
> > -pthread, -pthreads, -threads, -mt, -mthreads and -Kthread.
>
> Too much duplicate code. Just use one case statement for it all.
>
> BTW, should libtool just pass through options it doesn't recognize?

Libtool does pass through options it doesn't recognize.
Unfortunately, while unrecognized options are always passed to the
compiler in the compile step, options do not reliably get passed in
the link step when the compiler is also used to perform the link.

CVS libtool already passes through any GCC -mfoo options to the
link step when the compiler is invoked to do the linking.

Bob
======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

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