Hello,
It might be useful to add CXX=g++ to the configure script of cups:
before:
CC=gcc \
./configure --libdir=/usr/lib \
--with-rcdir=/tmp/cupsinit \
--with-system-groups=lpadmin \
--with-docdir=/usr/share/cups/doc-2.2.8 &&
make
after:
CC=gcc CXX=g++ \
./configure --libdir=/usr/lib \
--with-rcdir=/tmp/cupsinit \
--with-system-groups=lpadmin \
--with-docdir=/usr/share/cups/doc-2.2.8 &&
make
Some of the files are in C++ and clang++ have issues when having CFLAGS
and CXXFLAGS turning on flags that work for gcc/g++ and not in
clang/clang++
Alain
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page