Anyone seen this failure mode before?

Target: Powerpc-604
Toolchain built from meta/toolchain/powerpc-gcc3.4-glibc.conf

I'm attempting to build glib.  During the configure stage, the script
freezes after printing "checking for thread implementation... posix"

ps -ax reports the following:
17584 pts/0    S+     0:03 /scratchbox/tools/bin/sh ./configure --build=powerpc
24062 pts/0    S+     0:00 /scratchbox/tools/bin/sh ./configure --build=powerpc
24063 pts/0    S+     0:00 /scratchbox/tools/bin/misc_runner ./conftest
24064 pts/0    S+     0:00 /scratchbox/devkits/cputransp/bin/qemu-ppc ./conftest
24065 pts/0    Z+     0:00 [qemu-ppc] <defunct>
24066 pts/4    R+     0:00 ps ax

Note: I had to add --build=powerpc when running configure, otherwise
it complained about not being able to detect the build system type.

Here's the relevant part of config.log:

configure:33035: checking if building for some Win32 platform
configure:33045: result: no
configure:33145: gcc -c -g -O2 -Wall  -D_POSIX4_DRAFT_SOURCE
-D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE conftest.
c >&5
conftest.c: In function `main':
conftest.c:129: warning: unused variable `m'
configure:33151: $? = 0
configure:33155: test -z
                        || test ! -s conftest.err
configure:33158: $? = 0
configure:33161: test -s conftest.o
configure:33164: $? = 0
configure:33282: checking for thread implementation
configure:33291: result: posix
configure:33385: gcc -o conftest -g -O2 -Wall -pthread   conftest.c   >&5
conftest.c: In function `main':
conftest.c:134: warning: implicit declaration of function `exit'
configure:33388: $? = 0
configure:33390: ./conftest

Thanks,
g.

--
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
[EMAIL PROTECTED]
(403) 399-0195
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to