Package: pocketpc-gcc
Version: 3.4.2-1
Severity: normal
File: /usr/bin/arm-wince-pe-gcc
[EMAIL PROTECTED]:~$ arm-wince-pe-gcc -o remove-test remove-test.c
/usr/lib/gcc/arm-wince-pe/3.4.2/../../../../arm-wince-pe/lib/libc.a(unistd.o)(.text+0xf0):
In function `remove':
/home/sjackman/work/debian/pocketpc/gcc-3.4.2/build/arm-wince-pe/newlib/libc/sys/wince/../../../../../../newlib/libc/sys/wince/unistd.c:93:
multiple definition of `_remove'
/usr/lib/gcc/arm-wince-pe/3.4.2/../../../../arm-wince-pe/lib/libc.a(remove.o)(.text+0x14):/home/sjackman/work/debian/pocketpc/gcc-3.4.2/build/arm-wince-pe/newlib/libc/stdio/../../../../../newlib/libc/stdio/remove.c:67:
first defined here
collect2: ld returned 1 exit status
[EMAIL PROTECTED]:~$ cat remove-test.c
#include <stdio.h>
int main()
{
return remove("foo-erks-bar-test-blah");
}
[EMAIL PROTECTED]:~$
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (990, 'testing'), (800, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-rc2-vs1.9.4-rc3-ndim-1
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages pocketpc-gcc depends on:
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii pocketpc-binutils 2.15-2 The GNU binutils for Pocket PC
ii pocketpc-gas 2.13.2.1-1 The GNU assembler for Pocket PC
ii pocketpc-sdk 1.0.0-1 Pocket PC software development kit
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]