gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnutls-dev] gnutls 1.5.1 C++ library not built if CXX=g++ is set


From: Andreas Metzler
Subject: [gnutls-dev] gnutls 1.5.1 C++ library not built if CXX=g++ is set
Date: Sun, 24 Sep 2006 13:16:45 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Hello,
setting CXX=g++ breaks the building of the C++ library.

(SID)address@hidden:/tmp/gnutls-1.5.1$ ./configure 2>&1 |\
        grep 'checking whether to build C++ library'
checking whether to build C++ library... yes

(SID)address@hidden:/tmp/gnutls-1.5.1$ CXX=g++ ./configure 2>&1 |\
        grep 'checking whether to build C++ library'
checking whether to build C++ library... no

Afaict this change to configure.in should fix it

-if test -z "$ac_cv_prog_ac_ct_CXX"; then
+if test -z "$CXX"; then

BTW, shouldn't the C++ library use symbol versioning, too?
thanks, cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.                                (c) Jasper Ffforde



reply via email to

[Prev in Thread] Current Thread [Next in Thread]