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

Top Page
Delete this message
Author: Craig Silverstein
Date:  
To: 686
CC: pcre-dev
Subject: 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