RE: Silly question: compile NPTL only ... anyhow?
"Hu, Boris" <[email protected]>
| Newsgroups | gmane.comp.lib.phil |
|---|---|
| Message-ID | <37FBBA5F3A361C41AB7CE44558C3448E1A177B@pdsmsx403.ccr.corp.intel.com> |
In the glibc building dir, you could try the following line, $ make subdirs=nptl boris > -----Original Message----- > From: Perez-Gonzalez, Inaky > Sent: 2003?4?3? 6:35 > To: [email protected] > Subject: RE: Silly question: compile NPTL only ... anyhow? > > > > Perez-Gonzalez, Inaky wrote: > > > > > Is there a way to compile only src/nptl after glibc has > > > been built? > > > > This cannot possibly ever be possible. You cannot mix and > match libc.so > > and libpthread.so from different builds. > > I mean in the same build: > > $ get glibc > $ tar xzf nptl.tar.gz -C glibc > configure, make dahdah > fiddle with glibc/nptl/something.c > $ make -C build subdirs=nptl > fiddle again with glibc/nptl/something.c > $ make -C build subdirs=nptl > > This seems to cut it ... doing the whole make on the _whole_ > tree is kind > of long > > Iñaky Pérez-González -- Not speaking for Intel -- all > opinions are my own > (and my fault) > > > > -- > Phil-list mailing list > [email protected] > https://listman.redhat.com/mailman/listinfo/phil-list >