libtool
[Top][All Lists]
Advanced

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

Re: libtool automake android pthread


From: Bob Friesenhahn
Subject: Re: libtool automake android pthread
Date: Tue, 3 Apr 2012 14:20:12 -0500 (CDT)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

On Tue, 3 Apr 2012, Gerry Reno wrote:

Hi Bob.  I think it's more of an issue that Android does not need an external 
pthread library.

These projects all compiled and linked fine on Linux.  But when you try to link 
them using Android you get the error I
showed above.

The error is correct because there is no external pthread library for Android.  
 And that is why I was mentioning about
a libtool switch to ignore -lpthread or some kind of conditional that could be 
used to detect Android.

Libtool does not add the -lpthread request. The configure script for whatever project you are compiling added it. The appropriate solution is to port those projects to Android.

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/



reply via email to

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