kaffe and CygnusWin32 environment
    francette lemoine 
    f.lemoine at lemel.fr
       
    Thu Aug  6 07:16:18 PDT 1998
    
    
  
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