I don't think this is too important, but I was surprised building this
and previous version:

{{{
...
checking for g++... no
configure: WARNING:

  By default, distutils will build C++ extension modules with "g++".
  If this is not intended, then set CXX on the configure command line.
...
}}}

that was fixed using

CXX=g++ ./configure ...

I believe it has some relation with my recent clang install.

Is it necessary any modification in python's page(s)? Should it be
*default* or *optional*? Have not tested yet with python 3.

-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to