问答详情
源自:3-1 Linux下第一个C程序

请问这个是什么错误。

/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 后分开编译gcc max.c hello.c -o 01.out   

就出现这种情况,请问是什么错误,谢谢


提问者:精慕门5507593 2016-01-28 22:33

个回答

  • 慕函数8515950
    2017-12-21 23:16:49

    我也是

  • supercoko
    2016-03-18 20:45:59

    我也是这种错误


  • flyandfly
    2016-01-29 11:13:17

    max 你是不是重复出现了