Re: How to set environement path variable

"Arun Prasad Mohan" <[email protected]>
Newsgroups gmane.comp.java.vm.kaffe.general
Message-ID <[email protected]>
Hi,

         From the install file i found for setting environment variable
*
Or on systems that have the `env' program, you can do it like this:

"env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure"

*When i run the above command i got the following error:

*make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/net'
make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/net'
Making install in zip
make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/zip'
make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/zip'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/kaffe/jre/lib/i386" || mkdir -p --
"/usr/local/kaffe/jre/lib/i386"
 /bin/bash ../../../libtool --mode=install /usr/bin/install -c  'libzip.la'
'/usr/local/kaffe/jre/lib/i386/libzip.la'
libtool: install: warning: relinking `libzip.la'
(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 libzip.la -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 )
generating symbol list for `libzip.la'
/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
grep -E -e "^([Jj]ava|kaffe)_" ".libs/libzip.exp" > ".libs/libzip.expT"
mv -f ".libs/libzip.expT" ".libs/libzip.exp"
echo "{ global:" > .libs/libzip.ver
 cat .libs/libzip.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libzip.ver
 echo "local: *; };" >> .libs/libzip.ver
 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,libzip-1.1.7.so -Wl,-version-script
-Wl,.libs/libzip.ver -o .libs/libzip-1.1.7.so
/usr/bin/install -c .libs/libzip-1.1.7.soT/usr/local/kaffe/jre/lib/i386/libzip-
1.1.7.so
(cd /usr/local/kaffe/jre/lib/i386 && { ln -s -f libzip-1.1.7.so libzip.so ||
{ rm -f libzip.so && ln -s libzip-1.1.7.so libzip.so; }; })
/usr/bin/install -c .libs/libzip.lai /usr/local/kaffe/jre/lib/i386/libzip.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/kaffe/jre/lib/i386
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/kaffe/jre/lib/i386

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/zip'
make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/zip'
Making install in math
make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/math'
make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/math'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/kaffe/jre/lib/i386" || mkdir -p --
"/usr/local/kaffe/jre/lib/i386"
 /bin/bash ../../../libtool --mode=install /usr/bin/install -c  'libmath.la'
'/usr/local/kaffe/jre/lib/i386/libmath.la'
libtool: install: warning: relinking `libmath.la'
(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 libmath.la -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 )
generating symbol list for `libmath.la'
/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
grep -E -e "^([Jj]ava|kaffe)_" ".libs/libmath.exp" > ".libs/libmath.expT"
mv -f ".libs/libmath.expT" ".libs/libmath.exp"
echo "{ global:" > .libs/libmath.ver
 cat .libs/libmath.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libmath.ver
 echo "local: *; };" >> .libs/libmath.ver
 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,libmath-1.1.7.so -Wl,-version-script
-Wl,.libs/libmath.ver -o .libs/libmath-1.1.7.so
/usr/bin/install -c
.libs/libmath-1.1.7.soT/usr/local/kaffe/jre/lib/i386/libmath-
1.1.7.so
(cd /usr/local/kaffe/jre/lib/i386 && { ln -s -f libmath-1.1.7.so
libmath.so|| { rm -f
libmath.so && ln -s libmath-1.1.7.so libmath.so; }; })
/usr/bin/install -c .libs/libmath.lai
/usr/local/kaffe/jre/lib/i386/libmath.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/kaffe/jre/lib/i386
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/kaffe/jre/lib/i386

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/math'
make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/math'
Making install in security
make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/security'
make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/security'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/kaffe/jre/lib/i386" || mkdir -p --
"/usr/local/kaffe/jre/lib/i386"
 /bin/bash ../../../libtool --mode=install /usr/bin/install -c  '
libsecurity.la' '/usr/local/kaffe/jre/lib/i386/libsecurity.la'
libtool: install: warning: relinking `libsecurity.la'
(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 libsecurity.la -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 )
generating symbol list for `libsecurity.la'
/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
grep -E -e "^([Jj]ava|kaffe)_" ".libs/libsecurity.exp" >
".libs/libsecurity.expT"
mv -f ".libs/libsecurity.expT" ".libs/libsecurity.exp"
echo "{ global:" > .libs/libsecurity.ver
 cat .libs/libsecurity.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libsecurity.ver
 echo "local: *; };" >> .libs/libsecurity.ver
 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,libsecurity-1.1.7.so -Wl,-version-script -Wl,.libs/libsecurity.ver -o
.libs/libsecurity-1.1.7.so
/usr/bin/install -c
.libs/libsecurity-1.1.7.soT/usr/local/kaffe/jre/lib/i386/libsecurity-
1.1.7.so
(cd /usr/local/kaffe/jre/lib/i386 && { ln -s -f libsecurity-1.1.7.so
libsecurity.so || { rm -f libsecurity.so && ln -s libsecurity-1.1.7.so
libsecurity.so; }; })
/usr/bin/install -c .libs/libsecurity.lai
/usr/local/kaffe/jre/lib/i386/libsecurity.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/kaffe/jre/lib/i386
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/kaffe/jre/lib/i386

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/kaffe/jre/lib/security" || mkdir -p --
"/usr/local/kaffe/jre/lib/security"
 /usr/bin/install -c -m 644 'Kaffe.security'
'/usr/local/kaffe/jre/lib/security/Kaffe.security'
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/security'
make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/security'
Making install in management
make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/management'
make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/management'
make[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/kaffe/jre/lib/i386" || mkdir -p --
"/usr/local/kaffe/jre/lib/i386"
 /bin/bash ../../../libtool --mode=install /usr/bin/install -c  '
libmanagement.la' '/usr/local/kaffe/jre/lib/i386/libmanagement.la'
libtool: install: warning: relinking `libmanagement.la'
(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 libmanagement.la -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.lolibmanagement_la-
Debug.lo libmanagement_la-XProfiler.lo ../../../kaffe/kaffevm/libkaffevm.la
-lpthread )
generating symbol list for `libmanagement.la'
/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
grep -E -e "^([Jj]ava|kaffe)_" ".libs/libmanagement.exp" >
".libs/libmanagement.expT"
mv -f ".libs/libmanagement.expT" ".libs/libmanagement.exp"
echo "{ global:" > .libs/libmanagement.ver
 cat .libs/libmanagement.exp | sed -e "s/\(.*\)/\1;/" >>
.libs/libmanagement.ver
 echo "local: *; };" >> .libs/libmanagement.ver
 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,libmanagement-1.1.7.so -Wl,-version-script -Wl,.libs/libmanagement.ver
-o .libs/libmanagement-1.1.7.so
/usr/bin/install -c
.libs/libmanagement-1.1.7.soT/usr/local/kaffe/jre/lib/i386/libmanagement-
1.1.7.so
(cd /usr/local/kaffe/jre/lib/i386 && { ln -s -f libmanagement-1.1.7.so
libmanagement.so || { rm -f libmanagement.so && ln -s libmanagement-1.1.7.so
libmanagement.so; }; })
/usr/bin/install -c .libs/libmanagement.lai
/usr/local/kaffe/jre/lib/i386/libmanagement.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/kaffe/jre/lib/i386
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/kaffe/jre/lib/i386

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/management'
make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/management'
Making install in awt
make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/awt'
make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/awt'
make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/awt'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/awt'
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/awt'
make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/awt'
Making install in sound
make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/sound'
Making install in common
make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/sound/common'
make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/sound/common'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/sound/common'
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/sound/common'
make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/sound'
make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/sound'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/sound'
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/sound'
make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib/sound'
make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib'
make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib'
make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib'
make[1]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/libraries/clib'
Making install in kaffe
make[1]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe'
Making install in kaffeh
make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffeh'
make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffeh'
test -z "/usr/local/kaffe/bin" || mkdir -p -- "/usr/local/kaffe/bin"
  /bin/bash ../../libtool --mode=install /usr/bin/install -c 'kaffeh'
'/usr/local/kaffe/bin/kaffeh'
/usr/bin/install -c kaffeh /usr/local/kaffe/bin/kaffeh
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffeh'
make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffeh'
Making install in kaffevm
make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm'
Making install in jit3
make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/jit3'
make  install-am
make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/jit3'
make[5]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/jit3'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/jit3'
make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/jit3'
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/jit3'
Making install in systems
make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/systems'
Making install in unix-pthreads
make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/systems/unix-pthreads'
make[5]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/systems/unix-pthreads'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/systems/unix-pthreads'
make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/systems/unix-pthreads'
make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/systems'
make[5]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/systems'
make[5]: Nothing to be done for `install-exec-am'.
make[5]: Nothing to be done for `install-data-am'.
make[5]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/systems'
make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/systems'
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/systems'
Making install in kaffe-gc
make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/kaffe-gc'
make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/kaffe-gc'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/kaffe-gc'
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/kaffe-gc'
Making install in gcj
make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/gcj'
make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/gcj'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/gcj'
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/gcj'
Making install in verifier
make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/verifier'
make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/verifier'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/verifier'
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/verifier'
Making install in jni
make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/jni'
make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/jni'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/jni'
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm/jni'
make[3]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm'
make[4]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/kaffe/jre/lib/i386" || mkdir -p --
"/usr/local/kaffe/jre/lib/i386"
 /bin/bash ../../libtool --mode=install /usr/bin/install -c  'libkaffevm.la'
'/usr/local/kaffe/jre/lib/i386/libkaffevm.la'
/usr/bin/install -c
.libs/libkaffevm-1.1.7.so/usr/local/kaffe/jre/lib/i386/libkaffevm-
1.1.7.so
(cd /usr/local/kaffe/jre/lib/i386 && { ln -s -f libkaffevm-1.1.7.so
libkaffevm.so || { rm -f libkaffevm.so && ln -s libkaffevm-1.1.7.so
libkaffevm.so; }; })
/usr/bin/install -c .libs/libkaffevm.lai
/usr/local/kaffe/jre/lib/i386/libkaffevm.la
PATH="$PATH:/sbin" ldconfig -n /usr/local/kaffe/jre/lib/i386
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/kaffe/jre/lib/i386

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm'
make[3]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm'
make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffevm'
Making install in kaffe
make[2]: Entering directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffe'
/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

rm -f .libs/kaffe-bin.nm .libs/kaffe-bin.nmS .libs/kaffe-bin.nmT
creating .libs/kaffe-binS.c
(cd .libs && gcc  -g -O2 -Wall -W -Wextra -c -fno-builtin "kaffe-binS.c")
rm -f .libs/kaffe-binS.c .libs/kaffe-bin.nm .libs/kaffe-bin.nmS .libs/kaffe-
bin.nmT
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
../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_frem'
../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_lmul'
../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_ldiv'
../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_freml'
../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_ashrl'
../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_lrem'
../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_lshrl'
../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_lshll'
../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_fdivl'
../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_fdiv'
../../kaffe/kaffevm/.libs/libkaffevm.so: undefined reference to `soft_lcmp'
collect2: ld returned 1 exit status
make[2]: *** [kaffe-bin] Error 1
make[2]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7
/kaffe/kaffe'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/arunprasadmohan/Desktop/kaffe-1.1.7/kaffe'
make: *** [install-recursive] Error 1

*How to proceed further. Need your help....

Cheers,
Arun

_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.