Subject: Linux-Emulation on i386
To: None <current-users@netbsd.org>
From: Andreas Lohrum <Andreas.Lohrum@tngtech.com>
List: current-users
Date: 02/23/2002 06:38:30
Hi,

when compiling a new kernel, I get the following

linux_sysctl.o(.data+0x0): multiple definition of `linux_sysname'
linux_misc.o(.data+0x0): first defined here
ld: Warning: size of symbol `linux_sysname' changed from 6 to 128 in linux_sysctl.o
linux_sysctl.o(.data+0x80): multiple definition of `linux_release'
linux_misc.o(.data+0x6): first defined here
ld: Warning: size of symbol `linux_release' changed from 7 to 128 in linux_sysctl.o
linux_sysctl.o(.data+0x100): multiple definition of `linux_version'
linux_misc.o(.data+0x20): first defined here
ld: Warning: size of symbol `linux_version' changed from 37 to 128 in linux_sysctl.o
*** Error code 1

Versions are:

/*      $NetBSD: linux_sysctl.c,v 1.2 2002/02/20 17:02:48 christos Exp $        
*/

/*      $NetBSD: linux_misc.c,v 1.101 2002/02/20 17:03:03 christos Exp $        
*/

Sources are from today, if my CVS worked....
Any hints?

Andreas