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

Kezdőlap
Üzenet törlése
Szerző: Craig Silverstein
Dátum:  
Címzett: 686
CC: pcre-dev
Tárgy: 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