[kaffe] port problem

Jens Syckor js712688 at mail.inf.tu-dresden.de
Sat Feb 22 12:17:01 PST 2003


Hi,

I tried to port the newest kaffe version to m68k-atari-mint on my
atari falcon, but I got the following error during configure:

configure:1312: checking for Cygwin environment
configure:1328: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
configure:1319: warning: function declaration isn't a prototype
configure: In function `main':
configure:1324: `__CYGWIN32__' undeclared (first use in this function)
configure:1324: (Each undeclared identifier is reported only once
configure:1324: for each function it appears in.)
configure: failed program was:
#line 1317 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:1345: checking for mingw32 environment
configure:1357: gcc -c -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include conftest.c 1>&5
configure:1352: warning: function declaration isn't a prototype
configure: In function `main':
configure:1353: `__MINGW32__' undeclared (first use in this function)
configure:1353: (Each undeclared identifier is reported only once
configure:1353: for each function it appears in.)
configure: failed program was:
#line 1350 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:1376: checking for executable suffix
configure:1386: gcc -o conftest -g -O2 -Wall -Wstrict-prototypes
-I/usr/local/include  conftest.c  -L/usr/local/lib  1>&5
conftest.c:1: warning: function declaration isn't a prototype

-----------

What does it mean? Who can help me??

Thanx, Jens from Dresden/Germany





More information about the kaffe mailing list