<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#f0f5f5>
<DIV><FONT face=Arial size=2>Here is a list of the problems I met; for some of
them I found a solution by myself.</FONT></DIV>
<DIV><FONT face=Arial size=2>Comments and help is welcome about all this...
:-)</FONT></DIV>
<DIV><FONT face=Arial size=2>Olivier Lombart</FONT></DIV>
<DIV><FONT face=Arial size=2><BR>1-
config\config-std.h:<BR> replace<BR> #include
<winnt.h><BR> by<BR> #include <windows.h></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>2- cygwin\usr\include\winnt.h:<BR> #pragma
pack(push,n)<BR> make compilation fail. non resolved (commented every
#pragma pack in this file!)</FONT></DIV>
<DIV><FONT face=Arial size=2>I would like help about this... Is it a bug of the
Gnu compiler ?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>3- kaffe\kaffe\kaffe, make,
libtool<BR> problem= make must be made from sh (not windows command.com)
AND path must have /usr/bin first; if not so, sort.exe of windows is used
instead of sort.exe of cygwin. First error shown= +2The system cannot find the
file specified.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>4- kaffe\kaffe\kaffe\main.c: 69 undefined reference
to `profFlag` (and other messages)<BR> patch found on the net at <A
href="http://www.rpmfind.net/tools/Kaffe/messages/att-5271/01-kaffe-intrp.diff">http://www.rpmfind.net/tools/Kaffe/messages/att-5271/01-kaffe-intrp.diff</A><BR> add
#if defined(TRANSLATOR) in config\i386\common.h, line 65<BR> and #endif in
line 82<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>5- _lrotl and h_errno undefined (link
error)</FONT></DIV>
<DIV><FONT face=Arial size=2>I am still searching for that one... (it's the
subject of my previous message)</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>
<DIV align=left
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px"><FONT
face=Arial size=2>My config: I am trying to compile Kaffe under Windows
2000.</FONT></DIV>
<DIV align=left
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px"><FONT
face=Arial size=2>- Kaffe version is 1.0.5.</FONT></DIV>
<DIV align=left
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px"><FONT
face=Arial size=2>- gcc version is
2.95.2</FONT></DIV></FONT></DIV></BODY></HTML>