[kaffe] compiling for m68k with optimization works.
Ito Kazumitsu
ito.kazumitsu at hitachi-cable.co.jp
Thu Apr 24 22:32:01 PDT 2003
In message "Re: [kaffe] compiling for m68k with optimization works."
on 03/04/25, Kiyo Inaba <inaba at src.ricoh.co.jp> writes:
> As far as 'ifaddrs_linux.c' is concerned, I have several questions.
> Because, I just browse the source and some make messages, I have
> no idea what is best when we don't have netlink or netpacket on
> linux. Suggestions please.
I experience the problem about ifaddrs_linux.c when I make
kaffe on a system which says:
$ uname -s -v -r -m
Linux 2.0.38 #2 Sun Jan 2 11:44:53 JST 2000 i686
I myself do not need getifaddrs, so I always patch
replace/getifaddrs.c before making.
--- replace/getifaddrs.c.orig Fri Feb 21 18:50:49 2003
+++ replace/getifaddrs.c Fri Mar 7 08:31:45 2003
@@ -17,6 +17,7 @@
#if defined(HAVE_GETIFADDRS)
+/*
#elif defined(linux)
#if !defined(__set_errno)
@@ -28,6 +29,7 @@
#endif
#include "ifaddrs_linux.c"
+*/
#else
More information about the kaffe
mailing list