On Thu, May 17, 2012 at 5:38 AM, Tim Caswell <t...@creationix.com> wrote:
> I just tried it on an ubuntu box (apt-get install clang).  It seems to build
> fine, but the final link fails with a ton of missing symbols.
>
> export CC=clang CXX=clang
> ./configure
> make
>
> I probably misconfigured clang for C++ somehow.

Try CXX=clang++ :-)

Reply via email to