Re: [gentoo-user] glib doesn't compile

2006-12-03 Thread Bo Ørsted Andresen
On Saturday 02 December 2006 20:32, Jorge Almeida wrote:
 I'm failing to emerge glib (_not glibc_!) when emerging -NDu world. My
 system is up-to-date (emerging almost everyday).

[SNIP]
 i686-pc-linux-gnu-gcc -O2 -march=pentium4 -pipe -fomit-frame-pointer
 -Wall -o .libs/errorcheck-mutex-test errorcheck-mutex-test.o 
 ../glib/.libs/libglib-2.0.so ../gthread/.libs/libgthread-2.0.so
 /var/tmp/portage/glib-2.12.4-r1/work/glib-2.12.4/glib/.libs/libglib-2.0.so
 -lrt
[SNIP]

This is the same line on my system:
 i686-pc-linux-gnu-gcc -march=pentium-m -Os -pipe
 -Wall -o .libs/errorcheck-mutex-test errorcheck-mutex-test.o 
 -pthread  ../glib/.libs/libglib-2.0.so ../gthread/.libs/libgthread-2.0.so 
 -lpthread
 /var/tmp/portage/dev-libs/glib-2.12.4-r1/work/glib-2.12.4/glib/.libs/libglib-2.0.so
  
 -lrt 

 Couldn't find any similar error message by googling. I have another box
 where glib-2.12.4 compiled successfuly.
[SNIP]

No clue why there's no -pthread and -lpthread on your system but maybe it's 
the problem. Either way I suggest that you file a bug..

-- 
Bo Andresen


pgpEngXbmq1ca.pgp
Description: PGP signature


Re: [gentoo-user] glib doesn't compile

2006-12-03 Thread Jorge Almeida

On Sun, 3 Dec 2006, Bo Ørsted Andresen wrote:


On Saturday 02 December 2006 20:32, Jorge Almeida wrote:

I'm failing to emerge glib (_not glibc_!) when emerging -NDu world. My
system is up-to-date (emerging almost everyday).


No clue why there's no -pthread and -lpthread on your system but maybe it's
the problem. Either way I suggest that you file a bug..


I'm recompiling glibc, just in case there's some problem with my system
and not really a bug.
--
Jorge Almeida