0
내가 가진 configure.ac + Makefile.in 파일을 만들려고합니다. 모든 메이크업에까지 괜찮 : 여기Makefile.in a -DVARIABLE linux
내가 가진 :
usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 9 has invalid symbol index 2
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 10 has invalid symbol index 11
/usr/bin/ld: /usr/lib/debug/usr/lib/x86_64-linux-gnu/crt1.o(.debug_info): relocation 11 has invalid symbol index 12
4-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: ld returned 1 exit status
왜? AM_CFLAGS = -DMAIN=1
내가 잘못 뭐하는 거지 : 내 Makefile.am I에서
포함나요?
문제가 해결 들으 내가 VE는 FILE_NAME_CFLAGS 함께 AM_CFLAGS을 대체합니다!
@leigh는 귀하가 원하는 답변에 투표해야하며 정답을 "수락"해야한다고 지적했습니다. –