I am running a lenny distribution on my TS-7370, which includes gcc, make, etc.
Thus I would like to build jamvm on the target. Downloaded and unpacked jamvm
1.5.4, ran "./configure" with no arguments per the jamvm INSTALL document,
which built the make files. Next I run 'make', but compilation hangs forever
while compiling src/interp/engine/interp.c, i.e.:
Making all in interp
make[3]: Entering directory `/home/eclipse/jamvm-1.5.4/src/interp'
Making all in engine
make[4]: Entering directory `/home/eclipse/jamvm-1.5.4/src/interp/engine'
/bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../../../src -I../../../src -I../../../src/interp -I../../../src
-fno-reorder-blocks -g -O2 -MT interp.lo -MD -MP -MF .deps/interp.Tpo -c -o
interp.lo interp.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../src/interp
-I../../../src -fno-reorder-blocks -g -O2 -MT interp.lo -MD -MP -MF
.deps/interp.Tpo -c interp.c -fPIC -DPIC -o .libs/interp.o
Does anyone know why "make" just hangs at this point?
Thanks,
Tom
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|