ライブラリパスを./configureコマンドに追加する方法は?
./configureライブラリといくつかのインクルードファイルにリンクしたいと思います。ライブラリはに保存され/home/foo/sw/lib/、ファイルはに保存され/home/foo/sw/includeます。 ./configure --help 以下をスローします: 影響力のある環境変数: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a nonstandard directory <lib dir> LIBS libraries to pass to the linker, e.g. -l<library> CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if you have headers …