아... 해결해씀니다... 다큐먼트에 보니까 아래의 내용이 있더군여..
성급하게 질문하다보니... 흐...
Changing compilers, libraries or compiler and loader options:
You can specify a compiler and/or compile and load time flags by using environment variables during configuration. For example, if you want to use a specific compiler, specify the CC environment variable before running configure:
env CC=gcc ../dist/configure
Using anything other than the native compiler will almost certainly mean that you'll want to check the compile and load line flags, too.
그럼 모두 즐디
-- 배두현 님이 쓰신 글:
>> ./configure 를 실행시키면 C compiler 를 체크하는 과정에서
>> 다음과 같은 에러가 발생합니다.
>>
>> checking whether the C compiler (cc -O ) works... no
>> configure: error: installation or configuration problem: C compiler cannot create executables.
>>
>> 라는 에러가 납니다.
>>
>> 아시는분은 답변 부탁드립니다... 그럼 수고하세여
|