kaffe and CygnusWin32 environment

Pascal Bourguignon pjb at imaginet.fr
Thu Aug 6 12:35:18 PDT 1998


Voir le fichier README.

Il faut faire au moins :
	./configure
	make
	make install
	
__Pascal Bourguignon__



Begin forwarded message:

Date: Thu, 6 Aug 1998 16:16:18 +0200 (MET DST)
From: f.lemoine at lemel.fr (francette lemoine)
To: kaffe at rufus.w3.org
Subject: kaffe and CygnusWin32 environment

I am a beginner in this environment and I am trying to install kaffe by  the
 * make install * command.
I suppose that I missed  something because I have this error message :

BASH.EXE-2.01$ make install
make[1]: Nothing to be done for `install'.
test -d c:/kaffe/include/kaffe || mkdir -p c:/kaffe/include/kaffe
for i in jtypes.h ;\
        do \
                /CYGNUS/B19/H-I386~1/BIN/install -c -m 644 $i c:/kaffe/
include/kaffe/$i ;\
        done
for i in native.h jmalloc.h jsyscall.h Arrays.h java_lang_Object.h 
java_lang_Str
ing.h java_lang_Throwable.h java_lang_Thread.h java_lang_ThreadGroup.h  ;\
        do \
                /CYGNUS/B19/H-I386~1/BIN/install -c -m 644 ./$i c:/kaffe/
include/kaffe/$i ;\
        done
for i in native net zip math management awt; do (cd $i && make install) || 
exit 1 ; done

test -d c:/kaffe/lib || mkdir -p c:/kaffe/lib
/CYGNUS/B19/H-I386~1/BIN/install -c -m 644 libnative.a.1.00 c:/kaffe/lib/
libnative.a.1.00
/CYGNUS/B19/H-I386~1/BIN/install: libnative.a.1.00: No such file or 
directory
make[3]: *** [install] Error 1
make[2]: *** [install] Error 1
make[1]: *** [install] Error 2
make: *** [install] Error 1

BASH.EXE-2.01$

In fact, I don't find any libraries, only libnative.def.....

Can you help me ?

F.Lemoine





More information about the kaffe mailing list