Re: [pcre-dev] [Bug 686] Error in compiling

トップ ページ
このメッセージを削除
著者: Craig Silverstein
日付:  
To: 686
CC: pcre-dev
題目: Re: [pcre-dev] [Bug 686] Error in compiling
} I tried ./configure --disable-cpp and it still came up with:
} C++ compiler .................... : g++

Yes, that's fine. It will still identify a (putative) c++ compiler,
it just shouldn't use it. When you look at the "Build C++ library"
status line, it should say "no". What happens when you do
'./configure --disable-cpp' and then run make?

craig