2012-09-26 2 views
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을 대체합니다!

+0

@leigh는 귀하가 원하는 답변에 투표해야하며 정답을 "수락"해야한다고 지적했습니다. –

답변

0

문제가 해결되었습니다.
나는 AM_CFLAGSFILE_NAME_CFLAGS으로 바꿨습니다.

+0

실제로 FILE_NAME_CPPFLAGS를 사용해야합니다 (정의는 컴파일러가 아닌 전 처리기의 플래그이므로) –