請(qǐng)問(wèn)這個(gè)是什么錯(cuò)誤。
/tmp/ccpkiWVM.o: In function `max':
hello.c:(.text+0x0): multiple definition of `max'
/tmp/ccc32ei5.o:max.c:(.text+0x0): first defined here
collect2: error: ld returned 1 exit status
sp max.c 后分開(kāi)編譯gcc max.c hello.c -o 01.out ??
就出現(xiàn)這種情況,請(qǐng)問(wèn)是什么錯(cuò)誤,謝謝
2017-12-21
我也是
2016-03-18
我也是這種錯(cuò)誤
2016-01-29
max 你是不是重復(fù)出現(xiàn)了