On Tue, Apr 29, 2003 at 08:50:22AM +1000, Bradley Marshall wrote: > That sounds good in theory, but I get the following error message when > building in a sid chroot on vore, and a local i386 build: > > gcc -c -o PHONES.o generic.o nokia.o nk7110.o nk6510.o nk6100.o atgen.o > ateric.o atnok.o atsie.o dc2711.o fake.o nk6160.o > gcc: cannot specify -o with -c or -S and multiple compilations
Changing the -c to a -r seems to get it further, its now dying with messages like: phones/PHONES.o(.data+0x4): In function `__data_start': : multiple definition of `__dso_handle' /usr/lib/gcc-lib/i386-linux/3.2.3/crtbeginS.o(.data.rel+0x0): first defined here phones/PHONES.o(.init+0x0): In function `_init': : multiple definition of `_init' /usr/lib/gcc-lib/i386-linux/3.2.3/../../../crti.o(.init+0x0): first defined here phones/PHONES.o(.fini+0x0): In function `_fini': : multiple definition of `_fini' /usr/lib/gcc-lib/i386-linux/3.2.3/../../../crti.o(.fini+0x0): first defined here links/LINKS.o(.rodata+0xcc20): multiple definition of `_nl_C_LC_CTYPE' phones/PHONES.o(.rodata+0x11a20): first defined here links/LINKS.o(.rodata+0xc7a0): multiple definition of `_nl_C_LC_CTYPE_class_print' phones/PHONES.o(.rodata+0x115a0): first defined here on both sparc and i386. This appears to be a problem with the upstream stuff, so I'll go look further. Thanks, Brad -- +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+ |Brad Marshall | Plugged In Software| |Senior Systems Administrator | http://www.pisoftware.com| |mailto:[EMAIL PROTECTED] | GPG Key Id: 47951BD0 / 1024b| +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+ Fingerprint: BAE3 4794 E627 2EAF 7EC0 4763 7884 4BE8 4795 1BD0

