Hi,<br><br> From the install file i found for setting environment variable<br><b><br>Or on systems that have the `env' program, you can do it like this:<br> <br>"env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure"
<br><br></b>When i run the above command i got the following error:<br><br><b>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/net'<br>make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/libraries/clib/net'<br>Making install in zip<br>make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/zip'<br>make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/libraries/clib/zip'<br>make[3]: Nothing to be done for `install-exec-am'.<br>test -z "/usr/local/kaffe/jre/lib/i386" || mkdir -p -- "/usr/local/kaffe/jre/lib/i386"<br> /bin/bash ../../../libtool --mode=install /usr/bin/install -c '
<a href="http://libzip.la">libzip.la</a>' '/usr/local/kaffe/jre/lib/i386/libzip.la'<br>libtool: install: warning: relinking `libzip.la'<br>(cd /home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/zip; /bin/bash ../../../libtool --tag=CC --mode=relink gcc -g -O2 -Wall -W -Wextra -pthread -s -o
<a href="http://libzip.la">libzip.la</a> -rpath /usr/local/kaffe/jre/lib/i386 -no-undefined -module -release 1.1.7 -export-symbols-regex "^([Jj]ava|kaffe)_" libzip_la-Adler32.lo libzip_la-CRC32.lo libzip_la-Deflater.lo
libzip_la-Inflater.lo ../../../kaffe/kaffevm/libkaffevm.la ../../../external/gcc/zlib/libz.la -lpthread )<br>generating symbol list for `libzip.la'<br>/usr/bin/nm -B .libs/libzip_la-Adler32.o .libs/libzip_la-CRC32.o
.libs/libzip_la-Deflater.o .libs/libzip_la-Inflater.o ../../../external/gcc/zlib/.libs/libz.a | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libzip.exp
<br>grep -E -e "^([Jj]ava|kaffe)_" ".libs/libzip.exp" > ".libs/libzip.expT"<br>mv -f ".libs/libzip.expT" ".libs/libzip.exp"<br>echo "{ global:" > .libs/libzip.ver
<br> cat .libs/libzip.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libzip.ver<br> echo "local: *; };" >> .libs/libzip.ver<br> gcc -shared .libs/libzip_la-Adler32.o .libs/libzip_la-CRC32.o .libs/libzip_la-
Deflater.o .libs/libzip_la-Inflater.o -Wl,--whole-archive ../../../external/gcc/zlib/.libs/libz.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/usr/local/kaffe/jre/lib/i386 -L/usr/local/kaffe/jre/lib/i386 -lkaffevm -lpthread -pthread -Wl,-soname -Wl,
<a href="http://libzip-1.1.7.so">libzip-1.1.7.so</a> -Wl,-version-script -Wl,.libs/libzip.ver -o .libs/libzip-<a href="http://1.1.7.so">1.1.7.so</a><br>/usr/bin/install -c .libs/libzip-1.1.7.soT /usr/local/kaffe/jre/lib/i386/libzip-
<a href="http://1.1.7.so">1.1.7.so</a><br>(cd /usr/local/kaffe/jre/lib/i386 && { ln -s -f <a href="http://libzip-1.1.7.so">libzip-1.1.7.so</a> libzip.so || { rm -f libzip.so && ln -s <a href="http://libzip-1.1.7.so">
libzip-1.1.7.so</a> libzip.so; }; })<br>/usr/bin/install -c .libs/libzip.lai /usr/local/kaffe/jre/lib/i386/libzip.la<br>PATH="$PATH:/sbin" ldconfig -n /usr/local/kaffe/jre/lib/i386<br>----------------------------------------------------------------------
<br>Libraries have been installed in:<br> /usr/local/kaffe/jre/lib/i386<br><br>If you ever happen to want to link against installed libraries<br>in a given directory, LIBDIR, you must either use libtool, and<br>specify the full pathname of the library, or use the `-LLIBDIR'
<br>flag during linking and do at least one of the following:<br> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable<br> during execution<br> - add LIBDIR to the `LD_RUN_PATH' environment variable<br>
during linking<br> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag<br> - have your system administrator add LIBDIR to `/etc/ld.so.conf'<br><br>See any operating system documentation about shared libraries for
<br>more information, such as the ld(1) and ld.so(8) manual pages.<br>----------------------------------------------------------------------<br>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/zip'
<br>make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/zip'<br>Making install in math<br>make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/math'
<br>make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/math'<br>make[3]: Nothing to be done for `install-exec-am'.<br>test -z "/usr/local/kaffe/jre/lib/i386" || mkdir -p -- "/usr/local/kaffe/jre/lib/i386"
<br> /bin/bash ../../../libtool --mode=install /usr/bin/install -c '<a href="http://libmath.la">libmath.la</a>' '/usr/local/kaffe/jre/lib/i386/libmath.la'<br>libtool: install: warning: relinking `libmath.la'
<br>(cd /home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/math; /bin/bash ../../../libtool --tag=CC --mode=relink gcc -g -O2 -Wall -W -Wextra -pthread -s -o <a href="http://libmath.la">libmath.la</a> -rpath /usr/local/kaffe/jre/lib/i386 -no-undefined -module -release
1.1.7 -export-symbols-regex "^([Jj]ava|kaffe)_" BigInteger.lo ../../../kaffe/kaffevm/libkaffevm.la -lm -lpthread )<br>generating symbol list for `libmath.la'<br>/usr/bin/nm -B .libs/BigInteger.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libmath.exp
<br>grep -E -e "^([Jj]ava|kaffe)_" ".libs/libmath.exp" > ".libs/libmath.expT"<br>mv -f ".libs/libmath.expT" ".libs/libmath.exp"<br>echo "{ global:" > .libs/libmath.ver
<br> cat .libs/libmath.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libmath.ver<br> echo "local: *; };" >> .libs/libmath.ver<br> gcc -shared .libs/BigInteger.o -Wl,--rpath -Wl,/usr/local/kaffe/jre/lib/i386 -L/usr/local/kaffe/jre/lib/i386 -lkaffevm -lm -lpthread -pthread -Wl,-soname -Wl,
<a href="http://libmath-1.1.7.so">libmath-1.1.7.so</a> -Wl,-version-script -Wl,.libs/libmath.ver -o .libs/libmath-<a href="http://1.1.7.so">1.1.7.so</a><br>/usr/bin/install -c .libs/libmath-1.1.7.soT /usr/local/kaffe/jre/lib/i386/libmath-
<a href="http://1.1.7.so">1.1.7.so</a><br>(cd /usr/local/kaffe/jre/lib/i386 && { ln -s -f <a href="http://libmath-1.1.7.so">libmath-1.1.7.so</a> libmath.so || { rm -f libmath.so && ln -s <a href="http://libmath-1.1.7.so">
libmath-1.1.7.so</a> libmath.so; }; })<br>/usr/bin/install -c .libs/libmath.lai /usr/local/kaffe/jre/lib/i386/libmath.la<br>PATH="$PATH:/sbin" ldconfig -n /usr/local/kaffe/jre/lib/i386<br>----------------------------------------------------------------------
<br>Libraries have been installed in:<br> /usr/local/kaffe/jre/lib/i386<br><br>If you ever happen to want to link against installed libraries<br>in a given directory, LIBDIR, you must either use libtool, and<br>specify the full pathname of the library, or use the `-LLIBDIR'
<br>flag during linking and do at least one of the following:<br> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable<br> during execution<br> - add LIBDIR to the `LD_RUN_PATH' environment variable<br>
during linking<br> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag<br> - have your system administrator add LIBDIR to `/etc/ld.so.conf'<br><br>See any operating system documentation about shared libraries for
<br>more information, such as the ld(1) and ld.so(8) manual pages.<br>----------------------------------------------------------------------<br>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/math'
<br>make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/math'<br>Making install in security<br>make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/security'
<br>make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/security'<br>make[3]: Nothing to be done for `install-exec-am'.<br>test -z "/usr/local/kaffe/jre/lib/i386" || mkdir -p -- "/usr/local/kaffe/jre/lib/i386"
<br> /bin/bash ../../../libtool --mode=install /usr/bin/install -c '<a href="http://libsecurity.la">libsecurity.la</a>' '/usr/local/kaffe/jre/lib/i386/libsecurity.la'<br>libtool: install: warning: relinking `libsecurity.la'
<br>(cd /home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/security; /bin/bash ../../../libtool --tag=CC --mode=relink gcc -g -O2 -Wall -W -Wextra -pthread -s -o <a href="http://libsecurity.la">libsecurity.la</a> -rpath /usr/local/kaffe/jre/lib/i386 -no-undefined -module -release
1.1.7 -export-symbols-regex "^([Jj]ava|kaffe)_" libsecurity_la-digest.lo libsecurity_la-kaffe_md5.lo libsecurity_la-sha-1.lo ../../../kaffe/kaffevm/libkaffevm.la -lpthread )<br>generating symbol list for `libsecurity.la'
<br>/usr/bin/nm -B .libs/libsecurity_la-digest.o .libs/libsecurity_la-kaffe_md5.o .libs/libsecurity_la-sha-1.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libsecurity.exp
<br>grep -E -e "^([Jj]ava|kaffe)_" ".libs/libsecurity.exp" > ".libs/libsecurity.expT"<br>mv -f ".libs/libsecurity.expT" ".libs/libsecurity.exp"<br>echo "{ global:" > .libs/libsecurity.ver
<br> cat .libs/libsecurity.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libsecurity.ver<br> echo "local: *; };" >> .libs/libsecurity.ver<br> gcc -shared .libs/libsecurity_la-digest.o .libs/libsecurity_la-kaffe_md5.o .libs/libsecurity_la-
sha-1.o -Wl,--rpath -Wl,/usr/local/kaffe/jre/lib/i386 -L/usr/local/kaffe/jre/lib/i386 -lkaffevm -lpthread -pthread -Wl,-soname -Wl,<a href="http://libsecurity-1.1.7.so">libsecurity-1.1.7.so</a> -Wl,-version-script -Wl,.libs/libsecurity.ver -o .libs/libsecurity-
<a href="http://1.1.7.so">1.1.7.so</a><br>/usr/bin/install -c .libs/libsecurity-1.1.7.soT /usr/local/kaffe/jre/lib/i386/libsecurity-<a href="http://1.1.7.so">1.1.7.so</a><br>(cd /usr/local/kaffe/jre/lib/i386 && { ln -s -f
<a href="http://libsecurity-1.1.7.so">libsecurity-1.1.7.so</a> libsecurity.so || { rm -f libsecurity.so && ln -s <a href="http://libsecurity-1.1.7.so">libsecurity-1.1.7.so</a> libsecurity.so; }; })<br>/usr/bin/install -c .libs/libsecurity.lai /usr/local/kaffe/jre/lib/i386/libsecurity.la
<br>PATH="$PATH:/sbin" ldconfig -n /usr/local/kaffe/jre/lib/i386<br>----------------------------------------------------------------------<br>Libraries have been installed in:<br> /usr/local/kaffe/jre/lib/i386
<br><br>If you ever happen to want to link against installed libraries<br>in a given directory, LIBDIR, you must either use libtool, and<br>specify the full pathname of the library, or use the `-LLIBDIR'<br>flag during linking and do at least one of the following:
<br> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable<br> during execution<br> - add LIBDIR to the `LD_RUN_PATH' environment variable<br> during linking<br> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
<br> - have your system administrator add LIBDIR to `/etc/ld.so.conf'<br><br>See any operating system documentation about shared libraries for<br>more information, such as the ld(1) and ld.so(8) manual pages.<br>----------------------------------------------------------------------
<br>test -z "/usr/local/kaffe/jre/lib/security" || mkdir -p -- "/usr/local/kaffe/jre/lib/security"<br> /usr/bin/install -c -m 644 'Kaffe.security' '/usr/local/kaffe/jre/lib/security/Kaffe.security'
<br>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/security'<br>make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/security'<br>Making install in management
<br>make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/management'<br>make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/management'<br>make[3]: Nothing to be done for `install-exec-am'.
<br>test -z "/usr/local/kaffe/jre/lib/i386" || mkdir -p -- "/usr/local/kaffe/jre/lib/i386"<br> /bin/bash ../../../libtool --mode=install /usr/bin/install -c '<a href="http://libmanagement.la">libmanagement.la
</a>' '/usr/local/kaffe/jre/lib/i386/libmanagement.la'<br>libtool: install: warning: relinking `libmanagement.la'<br>(cd /home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/management; /bin/bash ../../../libtool --tag=CC --mode=relink gcc -g -O2 -Wall -W -Wextra -pthread -s -o
<a href="http://libmanagement.la">libmanagement.la</a> -rpath /usr/local/kaffe/jre/lib/i386 -no-undefined -module -release 1.1.7 -export-symbols-regex "^([Jj]ava|kaffe)_" libmanagement_la-Classpath.lo libmanagement_la-
JIT.lo libmanagement_la-Debug.lo libmanagement_la-XProfiler.lo ../../../kaffe/kaffevm/libkaffevm.la -lpthread )<br>generating symbol list for `libmanagement.la'<br>/usr/bin/nm -B .libs/libmanagement_la-Classpath.o .libs/libmanagement_la-
JIT.o .libs/libmanagement_la-Debug.o .libs/libmanagement_la-XProfiler.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > .libs/libmanagement.exp
<br>grep -E -e "^([Jj]ava|kaffe)_" ".libs/libmanagement.exp" > ".libs/libmanagement.expT"<br>mv -f ".libs/libmanagement.expT" ".libs/libmanagement.exp"<br>echo "{ global:" > .libs/libmanagement.ver
<br> cat .libs/libmanagement.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libmanagement.ver<br> echo "local: *; };" >> .libs/libmanagement.ver<br> gcc -shared .libs/libmanagement_la-Classpath.o .libs/libmanagement_la-
JIT.o .libs/libmanagement_la-Debug.o .libs/libmanagement_la-XProfiler.o -Wl,--rpath -Wl,/usr/local/kaffe/jre/lib/i386 -L/usr/local/kaffe/jre/lib/i386 -lkaffevm -lpthread -pthread -Wl,-soname -Wl,<a href="http://libmanagement-1.1.7.so">
libmanagement-1.1.7.so</a> -Wl,-version-script -Wl,.libs/libmanagement.ver -o .libs/libmanagement-<a href="http://1.1.7.so">1.1.7.so</a><br>/usr/bin/install -c .libs/libmanagement-1.1.7.soT /usr/local/kaffe/jre/lib/i386/libmanagement-
<a href="http://1.1.7.so">1.1.7.so</a><br>(cd /usr/local/kaffe/jre/lib/i386 && { ln -s -f <a href="http://libmanagement-1.1.7.so">libmanagement-1.1.7.so</a> libmanagement.so || { rm -f libmanagement.so && ln -s
<a href="http://libmanagement-1.1.7.so">libmanagement-1.1.7.so</a> libmanagement.so; }; })<br>/usr/bin/install -c .libs/libmanagement.lai /usr/local/kaffe/jre/lib/i386/libmanagement.la<br>PATH="$PATH:/sbin" ldconfig -n /usr/local/kaffe/jre/lib/i386
<br>----------------------------------------------------------------------<br>Libraries have been installed in:<br> /usr/local/kaffe/jre/lib/i386<br><br>If you ever happen to want to link against installed libraries<br>
in a given directory, LIBDIR, you must either use libtool, and<br>specify the full pathname of the library, or use the `-LLIBDIR'<br>flag during linking and do at least one of the following:<br> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
<br> during execution<br> - add LIBDIR to the `LD_RUN_PATH' environment variable<br> during linking<br> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag<br> - have your system administrator add LIBDIR to `/etc/ld.so.conf'
<br><br>See any operating system documentation about shared libraries for<br>more information, such as the ld(1) and ld.so(8) manual pages.<br>----------------------------------------------------------------------<br>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/libraries/clib/management'<br>make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/management'<br>Making install in awt<br>make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/libraries/clib/awt'<br>make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/awt'<br>make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/awt'
<br>make[4]: Nothing to be done for `install-exec-am'.<br>make[4]: Nothing to be done for `install-data-am'.<br>make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/awt'<br>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/libraries/clib/awt'<br>make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/awt'<br>Making install in sound<br>make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/libraries/clib/sound'<br>Making install in common<br>make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/sound/common'<br>make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/libraries/clib/sound/common'<br>make[4]: Nothing to be done for `install-exec-am'.<br>make[4]: Nothing to be done for `install-data-am'.<br>make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/libraries/clib/sound/common'<br>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/sound/common'<br>make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/sound'
<br>make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/sound'<br>make[4]: Nothing to be done for `install-exec-am'.<br>make[4]: Nothing to be done for `install-data-am'.<br>make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/libraries/clib/sound'<br>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/sound'<br>make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib/sound'
<br>make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib'<br>make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib'<br>make[3]: Nothing to be done for `install-exec-am'.
<br>make[3]: Nothing to be done for `install-data-am'.<br>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib'<br>make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib'<br>make[1]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/libraries/clib'<br>Making install in kaffe<br>make[1]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe'
<br>Making install in kaffeh<br>make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffeh'<br>make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffeh'<br>test -z "/usr/local/kaffe/bin" || mkdir -p -- "/usr/local/kaffe/bin"
<br> /bin/bash ../../libtool --mode=install /usr/bin/install -c 'kaffeh' '/usr/local/kaffe/bin/kaffeh'<br>/usr/bin/install -c kaffeh /usr/local/kaffe/bin/kaffeh<br>make[3]: Nothing to be done for `install-data-am'.
<br>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffeh'<br>make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffeh'<br>Making install in kaffevm<br>make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/kaffe/kaffevm'<br>Making install in jit3<br>make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/jit3'<br>make install-am<br>make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/kaffe/kaffevm/jit3'<br>make[5]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/jit3'<br>make[5]: Nothing to be done for `install-exec-am'.<br>make[5]: Nothing to be done for `install-data-am'.
<br>make[5]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/jit3'<br>make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/jit3'<br>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/kaffe/kaffevm/jit3'<br>Making install in systems<br>make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/systems'<br>Making install in unix-pthreads<br>make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/kaffe/kaffevm/systems/unix-pthreads'<br>make[5]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/systems/unix-pthreads'<br>make[5]: Nothing to be done for `install-exec-am'.<br>
make[5]: Nothing to be done for `install-data-am'.<br>make[5]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/systems/unix-pthreads'<br>make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/kaffe/kaffevm/systems/unix-pthreads'<br>make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/systems'<br>make[5]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/systems'<br>make[5]: Nothing to be done for `install-exec-am'.<br>make[5]: Nothing to be done for `install-data-am'.<br>make[5]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/systems'
<br>make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/systems'<br>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/systems'<br>Making install in kaffe-gc
<br>make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/kaffe-gc'<br>make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/kaffe-gc'<br>make[4]: Nothing to be done for `install-exec-am'.
<br>make[4]: Nothing to be done for `install-data-am'.<br>make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/kaffe-gc'<br>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/kaffe/kaffevm/kaffe-gc'<br>Making install in gcj<br>make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/gcj'<br>make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/kaffe/kaffevm/gcj'<br>make[4]: Nothing to be done for `install-exec-am'.<br>make[4]: Nothing to be done for `install-data-am'.<br>make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/gcj'
<br>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/gcj'<br>Making install in verifier<br>make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/verifier'
<br>make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/verifier'<br>make[4]: Nothing to be done for `install-exec-am'.<br>make[4]: Nothing to be done for `install-data-am'.<br>
make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/verifier'<br>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/verifier'<br>Making install in jni
<br>make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/jni'<br>make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/jni'<br>make[4]: Nothing to be done for `install-exec-am'.
<br>make[4]: Nothing to be done for `install-data-am'.<br>make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm/jni'<br>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/kaffe/kaffevm/jni'<br>make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm'<br>make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm'<br>make[4]: Nothing to be done for `install-exec-am'.
<br>test -z "/usr/local/kaffe/jre/lib/i386" || mkdir -p -- "/usr/local/kaffe/jre/lib/i386"<br> /bin/bash ../../libtool --mode=install /usr/bin/install -c '<a href="http://libkaffevm.la">libkaffevm.la
</a>' '/usr/local/kaffe/jre/lib/i386/libkaffevm.la'<br>/usr/bin/install -c .libs/libkaffevm-<a href="http://1.1.7.so">1.1.7.so</a> /usr/local/kaffe/jre/lib/i386/libkaffevm-<a href="http://1.1.7.so">1.1.7.so</a>
<br>(cd /usr/local/kaffe/jre/lib/i386 && { ln -s -f <a href="http://libkaffevm-1.1.7.so">libkaffevm-1.1.7.so</a> libkaffevm.so || { rm -f libkaffevm.so && ln -s <a href="http://libkaffevm-1.1.7.so">libkaffevm-1.1.7.so
</a> libkaffevm.so; }; })<br>/usr/bin/install -c .libs/libkaffevm.lai /usr/local/kaffe/jre/lib/i386/libkaffevm.la<br>PATH="$PATH:/sbin" ldconfig -n /usr/local/kaffe/jre/lib/i386<br>----------------------------------------------------------------------
<br>Libraries have been installed in:<br> /usr/local/kaffe/jre/lib/i386<br><br>If you ever happen to want to link against installed libraries<br>in a given directory, LIBDIR, you must either use libtool, and<br>specify the full pathname of the library, or use the `-LLIBDIR'
<br>flag during linking and do at least one of the following:<br> - add LIBDIR to the `LD_LIBRARY_PATH' environment variable<br> during execution<br> - add LIBDIR to the `LD_RUN_PATH' environment variable<br>
during linking<br> - use the `-Wl,--rpath -Wl,LIBDIR' linker flag<br> - have your system administrator add LIBDIR to `/etc/ld.so.conf'<br><br>See any operating system documentation about shared libraries for
<br>more information, such as the ld(1) and ld.so(8) manual pages.<br>----------------------------------------------------------------------<br>make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm'
<br>make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm'<br>make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffevm'<br>Making install in kaffe<br>make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-
1.1.7/kaffe/kaffe'<br>/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -W -Wextra -pthread -s -o kaffe-bin -export-dynamic main.o version.o -dlopen ../../libraries/clib/native/libjavalang.la -dlopen ../../libraries/clib/net/libjavanet.la -dlopen ../../libraries/clib/io/libjavaio.la -dlopen ../../libraries/clib/nio/libjavanio.la -dlopen ../../libraries/clib/zip/libzip.la -dlopen ../../libraries/clib/management/libmanagement.la -dlopen ../../libraries/clib/security/libsecurity.la ../../kaffe/kaffevm/libkaffevm.la ../../replace/libreplace.la -lpthread
<br>rm -f .libs/kaffe-bin.nm .libs/kaffe-bin.nmS .libs/kaffe-bin.nmT<br>creating .libs/kaffe-binS.c<br>(cd .libs && gcc -g -O2 -Wall -W -Wextra -c -fno-builtin "kaffe-binS.c")<br>rm -f .libs/kaffe-binS.c
.libs/kaffe-bin.nm .libs/kaffe-bin.nmS .libs/kaffe-bin.nmT<br>gcc -g -O2 -Wall -W -Wextra -pthread -s -o .libs/kaffe-bin main.o version.o .libs/kaffe-binS.o -Wl,--export-dynamic ../../kaffe/kaffevm/.libs/libkaffevm.so -ldl -lm ../../replace/.libs/libreplace.a -lpthread -Wl,--rpath -Wl,/usr/local/kaffe/jre/lib/i386
<br>../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_frem'<br>../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_lmul'<br>../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_ldiv'
<br>../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_freml'<br>../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_ashrl'<br>../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_lrem'
<br>../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_lshrl'<br>../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_lshll'<br>../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_fdivl'
<br>../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_fdiv'<br>../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_lcmp'<br>collect2: ld returned 1 exit status<br>make[2]: *** [kaffe-bin] Error 1
<br>make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe/kaffe'<br>make[1]: *** [install-recursive] Error 1<br>make[1]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe'<br>
make: *** [install-recursive] Error 1<br><br></b>How to proceed further. Need your help....<br><br>Cheers,<br>Arun