libtool-patches
[Top][All Lists]
Advanced

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

[PATCH] OpenBSD -pthread fix


From: Cezary Kaliszyk
Subject: [PATCH] OpenBSD -pthread fix
Date: Sat, 20 Sep 2003 15:20:32 +0200
User-agent: Mutt/1.4.1i

Hello,

In OpenBSD (3.3) in many .la files the string dependency_libs
includes -pthread. Current libtool fails (during link) with:

link: cannot find the library `'

(This comes from ltmain.in, line 1834, found is false, such
 file does not exist so it fails)

The included patch (against current cvs) fixes it.

The ChangeLog entry:

2003-09-20  Cezary Kaliszyk  <address@hidden>

         * ltmain.in: Fixed linking when dependency_libs include -pthread

--
Cezary Kaliszyk

Attachment: ltmain.in.diff
Description: Text document


reply via email to

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