Hello! The changes related to:
* config/ltmain.m4sh: Add -pthread like flags when linking
executables too.
Reported by Andreas Schwab <[EMAIL PROTECTED]>
are incomplete.
I have attached a patch that fixes the remaining issues:
a) Linking an executable or library against a library
that needs -pthread fails.
b) During creating a library that needs -pthread, the -pthread
flag does not go into the 'inherited_linker_flags' variable
in the .la file. This leads to an linking failure as in a)
The patch fixes the issues.
ltmain_stable.m4sh.diff - patch against latest branch-2-0
ltmain_head.m4sh.diff - patch against cvs head
Greetings
Christoph
--
Lassen Sie Ihren Gedanken freien Lauf... z.B. per FreeSMS
GMX bietet bis zu 100 FreeSMS/Monat: http://www.gmx.net/de/go/mail
ltmain_stable.m4sh.diff
Description: Binary data
ltmain_head.m4sh.diff
Description: Binary data
