2010-07-12 4 views
0

시작 : C : /Qt/2010.02.1/mingw/bin/mingw32-make.exe -w mingw32-make : 디렉터리 입력 C:/Qt/2010.02.1/qt/qwt/qwt-5.2.1/textengines/data_plot' C:/Qt/2010.02.1/mingw/bin/mingw32-make -f Makefile.Release all mingw32-make[1]: Entering directory C :/Qt/2010.02.1/qt/qwt/qwt-5.2.1/textengines/data_plot ' 링크 .... \ examples \ bin \ data_plot.exe c : /qt/2010.02.1/mingw/bin/ .. /lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe : -lqwt5를 찾을 수 없습니다. collect2 : ld가 1 종료 상태를 반환했습니다. mingw32-make [1] : 디렉토리 남기기 C:/Qt/2010.02.1/qt/qwt/qwt-5.2.1/textengines/data_plot' mingw32-make: Leaving directory C : /Qt/2010.02.1/qt/qwt/qwt-5.2.1/textengines/data_plot ' mingw32-make [1] : * [.... \ examples \ bin \ data_plot.exe ] 오류 1 mingw32-make : * [릴리스 알 이러한 오류의 이유가 될 수 무엇qt 크리에이터에서 qwt를 사용하면 Collect2가 오류를 반환합니다. ld가 1 종료 상태를 반환했습니다.

을 '확인'단계를 구축 실행할 때 data_plot 프로젝트를 구축하는 동안 L] 오류 2 코드 2 오류로 종료? 어떤 제안에 대한

감사합니다 :)

답변

1

오류 메시지가 qwt5 라이브러리가 발견되지 않았 음을 시사한다.

QWT 라이브러리가 실제로 qwt5.dll인지, 링커가 해당 라이브러리를 찾을 수있는 경로가 있는지 확인하십시오 (LIBS + = -L/path/to/qwt -lqwt5라는 행이 있는지 확인하십시오. .pro 파일).

관련 문제