On 5/10/06, Filip Bartmann <[EMAIL PROTECTED]> wrote:
Dan Nicholson píše v St 10. 05. 2006 v 12:17 -0700: > export CFLAGS="$CFLAGS -DLDAP_DEPRECATED" > export CXXFLAGS="$CXXFLAGS -DLDAP_DEPRECATED" Yes, that's right. I was used only CFLAGS, when I compile Gnome Meeting. When I use CXXFLAGS too, then package is builded successfully.
This is because ils.cpp is a C++ program. In that case g++ is run instead of gcc, and CXXFLAGS are used instead of CFLAGS. Thanks for the report. I'll try to get this in the book soon. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
