On Tue, 26 Feb 2013 19:07:12 +0000 Alec Ross wrote:
AR> I've just attempted to build wxWidgets w/ clang on Linux, using, from
AR> the build directory
AR>
AR> sudo CC=clang ../configure; sudo make
You should set CXX to change C++ compiler, not [only] CC which is the C
compiler.
Also, you really shouldn't run neither configure nor make under sudo, who
knows what kind of horrible "rm -rf /"-like bugs there could be in our
build process.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/