A bit more detail - the compiler does not "hang" indefinitely; after several
minutes it aborts as follows:
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
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
make[2]: *** wait: No child processes. Stop.
make[2]: *** Waiting for unfinished jobs....
make[2]: *** wait: No child processes. Stop.
make[1]: *** wait: No child processes. Stop.
make[1]: *** Waiting for unfinished jobs....
make[1]: *** wait: No child processes. Stop.
make: *** [all-recursive] Hangup
--- In "thomascoreilly" <> wrote:
>
> 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/
|