public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Is it any way to build pthreads without building libc?
@ 2011-10-26 12:55 Alexey Umnov
  2011-10-26 13:21 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: Alexey Umnov @ 2011-10-26 12:55 UTC (permalink / raw)
  To: gcc-help

Hello!

I hope this is the right topic for such a question. If no, I beg a pardon.

Is it possible to build pthread library without building the whole
libc? Of course I assume that libc exists on a target system
(binaries, headers, kernel headers, etc), but it has not been build
from the given sources.

Thank you!
-- 
______________________
Alexey Umnov
umnoff@gmail.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Is it any way to build pthreads without building libc?
  2011-10-26 12:55 Is it any way to build pthreads without building libc? Alexey Umnov
@ 2011-10-26 13:21 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2011-10-26 13:21 UTC (permalink / raw)
  To: Alexey Umnov; +Cc: gcc-help

Alexey Umnov <umnoff@gmail.com> writes:

> I hope this is the right topic for such a question. If no, I beg a pardon.
>
> Is it possible to build pthread library without building the whole
> libc? Of course I assume that libc exists on a target system
> (binaries, headers, kernel headers, etc), but it has not been build
> from the given sources.

This is the gcc mailing list.  gcc does not include a libc.  You would
have to ask the libc maintainers.  You didn't mention which libc you are
thinking of, but if it is glibc, see http://www.gnu.org/software/libc/ .

As far as I know there is no way to build the pthread library
separately, but it's quite possible that there is some way to do it that
I don't know about.

Ian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-26 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-26 12:55 Is it any way to build pthreads without building libc? Alexey Umnov
2011-10-26 13:21 ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).