[hipl-commit] [trunk] Rev 3903: HIPL does not need a C++ compiler; do not claim otherwise.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 10 Mar 2010 13:20:00 +0200

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: Wed Mar 10 12:19:40 2010 +0100
Revision: 3903
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  HIPL does not need a C++ compiler; do not claim otherwise.

Modified:
  M  autogen.sh

=== modified file 'autogen.sh'
--- autogen.sh  2010-03-05 12:56:41 +0000
+++ autogen.sh  2010-03-10 11:19:40 +0000
@@ -6,18 +6,18 @@
     echo "The following packages are needed for building HIPL software bundle:"
     if test -e /etc/debian_version
         then
-        echo "apt-get install automake autoconf libtool gcc g++ libgtk2.0-dev 
libssl-dev libxml2-dev xmlto doxygen iproute netcat6 iptables-dev libcap-dev 
libsqlite3-dev libuuid1 libnet-ip-perl libnet-dns-perl libsocket6-perl 
libio-socket-inet6-perl"
+        echo "apt-get install automake autoconf libtool gcc libgtk2.0-dev 
libssl-dev libxml2-dev xmlto doxygen iproute netcat6 iptables-dev libcap-dev 
libsqlite3-dev libuuid1 libnet-ip-perl libnet-dns-perl libsocket6-perl 
libio-socket-inet6-perl"
         echo "Optional: apt-get install pax miredo bzr"
     elif test -e /etc/redhat-release
         then
-        echo "yum install gcc gcc-c++ openssl-devel libxml2-devel autoconf 
automake libtool iproute gtk2-devel xmlto doxygen iptables-devel libcap-devel 
sqlite-devel rpm-build perl-Net-IP perl-Net-DNS perl-Socket6 
perl-IO-Socket-INET6"
+        echo "yum install gcc openssl-devel libxml2-devel autoconf automake 
libtool iproute gtk2-devel xmlto doxygen iptables-devel libcap-devel 
sqlite-devel rpm-build perl-Net-IP perl-Net-DNS perl-Socket6 
perl-IO-Socket-INET6"
         echo "Optional: yum install uuid miredo bzr"
         echo "If yum does not find a package, try searching 'rpm.pbone.net' or 
'rpmfind.net' or install from sources"
     else
         echo -n "Unknown linux system:"
         cat /etc/lsb-release
         echo "You should install the following software:"
-        echo "autoreconf, automake, autoconf, libtool, gcc, g++, xmlto, 
doxygen, iproute, netcat6, Socket6, IO::Socket::INET6, Net::IP and Net::DNS 
modules for perl"
+        echo "autoreconf, automake, autoconf, libtool, gcc, xmlto, doxygen, 
iproute, netcat6, Socket6, IO::Socket::INET6, Net::IP and Net::DNS modules for 
perl"
         echo "And the following packages with their development headers:"
         echo "libgtk2.0, openssl, libxml2, iptables, libcap, libsqlite3"
         echo "Optionally you can install also uuid, miredo, bzr"

Other related posts:

  • » [hipl-commit] [trunk] Rev 3903: HIPL does not need a C++ compiler; do not claim otherwise. - Diego Biurrun