bug-hurd
[Top][All Lists]
Advanced

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

Hurd build system Makeconf


From: Barry deFreese
Subject: Hurd build system Makeconf
Date: Tue, 24 Jul 2012 21:16:12 -0400
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20120713 Thunderbird/14.0

Hi folks,

I applied Thomas Thomas's pthreads stuff to the debian package source and am 
trying to build.  I am
trying to use glibc's libpthread.  So I get the following error(s):

make: *** No rule to make target `libpthread', needed by `libiohelp'.  Stop.

I am thinking that this line in Makeconf is the issue:

# More useful version of HURDLIBS
library_deps=$(foreach lib,$(HURDLIBS),$(..)lib$(lib)/lib$(lib).so)

I can't see anyway there that it would use libpthread from /usr/lib/...  Now of 
course we don't
usually want to use /usr/lib/... because it would pick up the currently 
installed libs instead of
the built ones but we need to make exceptions.  Do you think we should have a 
section like OTHERLIBS
or something?  Or should pthreads be removed from HURDLIBS and use -lpthread?

Thanks!

Barry



reply via email to

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