From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43054 invoked by alias); 30 Mar 2015 19:37:28 -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 43038 invoked by uid 89); 30 Mar 2015 19:37:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg21.ericsson.net Received: from usevmg21.ericsson.net (HELO usevmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 30 Mar 2015 19:37:26 +0000 Received: from EUSAAHC006.ericsson.se (Unknown_Domain [147.117.188.90]) by usevmg21.ericsson.net (Symantec Mail Security) with SMTP id F9.20.17241.EB349155; Mon, 30 Mar 2015 14:38:22 +0200 (CEST) Received: from [142.133.110.95] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.92) with Microsoft SMTP Server id 14.3.210.2; Mon, 30 Mar 2015 15:37:24 -0400 Message-ID: <5519A5F3.3060505@ericsson.com> Date: Mon, 30 Mar 2015 19:37:00 -0000 From: Antoine Tremblay User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: , Subject: Re: [PATCH 1/8] Add --with-system-zlib in bfd References: <1427730751.30498.4.camel@ubuntu-sellcey> <55197D8E.7070208@codesourcery.com> <1427735607.30498.7.camel@ubuntu-sellcey> <1427736975.30498.8.camel@ubuntu-sellcey> <5519A502.8040001@ericsson.com> In-Reply-To: <5519A502.8040001@ericsson.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg01012.txt.bz2 On 03/30/2015 03:33 PM, Antoine Tremblay wrote: > > On 03/30/2015 01:36 PM, Steve Ellcey wrote: >> On Mon, 2015-03-30 at 10:21 -0700, H.J. Lu wrote: >> >>> master branch is fixed now. >> >> Yes, my build is working now. Thanks. > > Could there still be something missing ? > > Doing a ./configure && make on binutils-gdb I get : > > gcc -g -O2 -static-libstdc++ -static-libgcc \ > -o gdb gdb.o ... > > ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a > ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lmcheck -ldl > -lncurses -lm -ldl -lexpat ../libiberty/libiberty.a > build-gnulib/import/libgnu.a -ldl > -Wl,--dynamic-list=../../gdb/proc-service.list > ../bfd/libbfd.a(compress.o): In function `decompress_contents': > /home/x/src/binutils-gdb/build/bfd/../../bfd/compress.c:46: undefined > reference to `inflateInit_' > /home/x/src/binutils-gdb/build/bfd/../../bfd/compress.c:53: undefined > reference to `inflate' > /home/x/src/binutils-gdb/build/bfd/../../bfd/compress.c:56: undefined > reference to `inflateReset' > /home/x/src/binutils-gdb/build/bfd/../../bfd/compress.c:58: undefined > reference to `inflateEnd' > ../bfd/libbfd.a(compress.o): In function `bfd_compress_section_contents': > /home/x/src/binutils-gdb/build/bfd/../../bfd/compress.c:79: undefined > reference to `compressBound' > /home/x/src/binutils-gdb/build/bfd/../../bfd/compress.c:85: undefined > reference to `compress' > > Note this is with d2d67aea8e776d63a987f8dcdb96bc524df96e81 > > On ubuntu 14.04 > > I do see zlib being built it just seems like the .a is missing from the > linking... ? > Also doing ./configure in binutils/zlib I get : config.status: creating Makefile config.status: executing default-1 commands ./config.status: line 1190: ./../../config-ml.in: No such file or directory So configure does not exit cleanly...ideas?