This is the mail archive of the libc-alpha@cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: avoid compiling in srcdir [was: [Failure]compiling glibc on


On Mon, 18 May 1998 20:08:04 +0900, Kaoru Fukui wrote:
>
>But when I compiled using build directory,I got the diiferent error.
>
>what shall I do.

[...]
>/wk-glibc/build-glibc/csu/crtn.o: In function `dummy':
>/wk-glibc/build-glibc/csu/crtn.o(.text+0x0): multiple definition of `dummy'
>/wk-glibc/build-glibc/csu/crti.o(.text+0x0): first defined here
>/wk-glibc/build-glibc/csu/crtn.o: In function `_init':
>/wk-glibc/build-glibc/csu/crtn.o(.text+0x2c): multiple definition of `_init'
>/wk-glibc/build-glibc/csu/crti.o(.text+0x58): first defined here
>/wk-glibc/build-glibc/csu/crtn.o: In function `_fini':
>/wk-glibc/build-glibc/csu/crtn.o(.init+0x20): multiple definition of `_fini'
>/wk-glibc/build-glibc/csu/crti.o(.init+0x10): first defined here

The crt* files are damaged.  Could you please mail us the files initfini.s,
crti.S, and crtn.S which will be found in /wk-glibc/build-glibc/csu.

Also please tell us the version of gcc you are using.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]