From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3354 invoked by alias); 13 Feb 2014 14:26:31 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 3341 invoked by uid 89); 13 Feb 2014 14:26:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 13 Feb 2014 14:26:30 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1DEQOOY017437 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 13 Feb 2014 09:26:25 -0500 Received: from barimba (ovpn-113-148.phx2.redhat.com [10.3.113.148]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s1DEQNg9007380 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 13 Feb 2014 09:26:24 -0500 From: Tom Tromey To: Jan Kratochvil Cc: Joel Brobecker , Eli Zaretskii , Paul Fertser , gdb-patches@sourceware.org, ktietz@redhat.com Subject: Re: getaddrinfo available on all GDB hosts? [Re: [PATCH v2] Add IPv6 support for remote TCP connections] References: <20140209172855.GA27131@host2.jankratochvil.net> <1392033768-16793-1-git-send-email-fercerpav@gmail.com> <831tzavrhw.fsf@gnu.org> <20140210170244.GO2320@home.lan> <83vbwmuaj8.fsf@gnu.org> <20140210195758.GA16956@host2.jankratochvil.net> <20140211034157.GG5485@adacore.com> <20140211200456.GA22728@host2.jankratochvil.net> <20140212030012.GO5485@adacore.com> <20140212120945.GA2109@host2.jankratochvil.net> Date: Thu, 13 Feb 2014 14:26:00 -0000 In-Reply-To: <20140212120945.GA2109@host2.jankratochvil.net> (Jan Kratochvil's message of "Wed, 12 Feb 2014 13:09:45 +0100") Message-ID: <87y51fqeb4.fsf@fleche.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2014-02/txt/msg00467.txt.bz2 Jan> I failed to build (make failed to find how to build file "-lz") GDB Jan> even on AIX - on gcc111.fsffrance.org - which should be a supported Jan> OS (by you coincidentally) so I have doubts GDB is buildable on Jan> OSes no one even tests. A while ago, I built there after setting PATH: PATH=/opt/cfarm/bison-latest/bin:/opt/cfarm/make-latest/bin:/opt/cfarm/m4-latest/bin:/home/tromey/install/bin/:$PATH Though I don't recall whether I used any special configure options. Tom