X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=E8A+m5lWCIKX0ePDmlxzfUe9L1RBxV+cWLGxqebWBzs=; b=h7boKardw2d5AZqiB44bSdV3CNyYjw+920C1Xl8aupmyqMTWpDfNwPmASxYIqlNcDv PCCaoRWRGgkbZixBR3IdcHbLsFj2AxwVslGqNc5gU6fQuysGKi9hJxq4WLq4j5GeFRY/ 3EkuwADrryvNiXIIzYZRp29jxfh1b2KC8P6NQvo6D3rj6IOhZy91KWNXGZKNuAyODjjg uvJuVVL7iVpEG2kb2J6CuRmRMjOiRd/Ixhsb3z4R+H/SfCu1VsYkO1g+70lF/UKdw43f TQD1aPGjfExIF+UboVx5vUBN1KJuaZIjuOQyXY8c33PXp8AeyVCdsT3AxIvsrajFI9DK TOEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=E8A+m5lWCIKX0ePDmlxzfUe9L1RBxV+cWLGxqebWBzs=; b=jeOzh88dcXZVHbArlpRvXzYYttma/Ka6VhXjaEciZfa9Ms6SV36fjZWT7wmsXTVHFZ oO5Qg1b3+D6Tv7HfvfQHhgBdEszqSoQYDms5/DSfRiRL1Ojoss9NPgAfbuXni+Ey3XIL 18Dh7e6zUXok3NJVTEc+URatNE/BSvcchRc51qScyFjkLaKndvNbgSl2dElpulTOgplt UNCqa+nL42PCmiTKpQej0KCF08E+lAM2Gon9t1tjvQG0C+9q3J0TuaNVOvo3FCQ1HsMb OtZc8WhuFXwkrNvWOVQPJGQrcTWxWeVQqUK+GE13tDNS/fRojLLnC63pai3CaHW7FSmS ofHg== X-Gm-Message-State: AMke39lPiQKE+EThdlXXB6rPXgo7iKUQWbQTiqUkZDRqVYD8zVxxVs1S2vq17nkpksptxqTHqwG9orFBkK/HkA== X-Received: by 10.233.222.197 with SMTP id s188mr9560318qkf.311.1487381947611; Fri, 17 Feb 2017 17:39:07 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <58A4AFF5 DOT 3040008 AT xs4all DOT nl> <4f1b98c3-fbd4-b3d3-793b-e03d54f88ab0 AT neurotica DOT com> From: "Peter Clifton (petercjclifton AT googlemail DOT com) [via geda-user AT delorie DOT com]" Date: Sat, 18 Feb 2017 01:39:07 +0000 Message-ID: Subject: Re: [geda-user] RFC feedback on release pcb-4.0.0 requested To: gEDA User Mailing List Content-Type: multipart/alternative; boundary=94eb2c04553aa1ff370548c4187b Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk --94eb2c04553aa1ff370548c4187b Content-Type: text/plain; charset=UTF-8 Looking at your previous config.log, I notice -flto is set. Is that something you added explicitly, or did it come from the environment. Just wondering if this is relevant. Probably need to see the full build output from a non-multi-threaded make, with no silencing (ie.. "make"). after first having run "make clean". On 18 February 2017 at 01:27, Peter Clifton wrote: > > > On 18 February 2017 at 01:10, Dave McGuire (mcguire AT neurotica DOT com) [via > geda-user AT delorie DOT com] wrote: > >> >> Thanks Peter. That got me a bit farther, but the build still bombs >> with these undefined references: >> >> :(.text+0x4071): undefined reference to `hid_gtk_init' >> :(.text+0x4076): undefined reference to `hid_lpr_init' >> :(.text+0x407b): undefined reference to `hid_bom_init' >> :(.text+0x4080): undefined reference to `hid_gcode_init' >> :(.text+0x4085): undefined reference to `hid_gerber_init' >> :(.text+0x408a): undefined reference to `hid_ipcd356_init' >> :(.text+0x408f): undefined reference to `hid_nelma_init' >> :(.text+0x4094): undefined reference to `hid_png_init' >> :(.text+0x4099): undefined reference to `hid_ps_init' >> collect2: error: ld returned 1 exit status >> >> > What OS / distro is this? > > Very odd. Sounds almost like the static linking isn't working correctly. > (These are all in .la files I think). Might also explain gts if so. > > The other thought I had - was that perhaps it is mixing C / C++ compilers > and getting the mangling wrong. (Or using the wrong linker). > > > Can you try "autoreconf" or ./autogen or simiar - see if it is libtool > that is broken? > > Did you have any difficulty in building from the git repository, or don't > you do that? > > Perhaps you could send me a transcript of a complete build. (pastebin.ca > or email me a file). Can't promise to figure it out, but will try to take a > look. > > Kind regards. > > Peter > > --94eb2c04553aa1ff370548c4187b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Looking at your previous config.log, I notice -flto is set= .=C2=A0

Is that something you added explicitly, or did it come from= the environment. Just wondering if this is relevant.

<= div>Probably need to see the full build output from a non-multi-threaded ma= ke, with no silencing (ie.. "make"). after first having run "= ;make clean".



On 18 February 2017 at 01:27, Pe= ter Clifton <petercjclifton AT googlemail DOT com> wrot= e:


On 18 February 20= 17 at 01:10, Dave McGuire (mcguire AT neurotica DOT com) [via geda-user AT delorie DOT com] &l= t;geda-user AT delo= rie.com> wrote:

<= /span> =C2=A0 Thanks Peter.=C2=A0 That got me a bit farther, but the build still b= ombs with these undefined references:

<artificial>:(.text+0x4071): undefined reference to `hid_gtk_init'= ;
<artificial>:(.text+0x4076): undefined reference to `hid_lpr_init'= ;
<artificial>:(.text+0x407b): undefined reference to `hid_bom_init'= ;
<artificial>:(.text+0x4080): undefined reference to `hid_gcode_init&#= 39;
<artificial>:(.text+0x4085): undefined reference to `hid_gerber_init&= #39;
<artificial>:(.text+0x408a): undefined reference to `hid_ipcd356_init= '
<artificial>:(.text+0x408f): undefined reference to `hid_nelma_init&#= 39;
<artificial>:(.text+0x4094): undefined reference to `hid_png_init'= ;
<artificial>:(.text+0x4099): undefined reference to `hid_ps_init'=
collect2: error: ld returned 1 exit status


What OS / distro is this?

Ver= y odd. Sounds almost like the static linking isn't working correctly. (= These are all in .la files I think). Might also explain gts if so.

The other thought I had - was that perhaps it is mixing C = / C++ compilers and getting the mangling wrong. (Or using the wrong linker)= .


Can you try "autoreconf"= ; or ./autogen or simiar - see if it is libtool that is broken?
<= br>
Did you have any difficulty in building from the git reposito= ry, or don't you do that?

Perhaps you could se= nd me a transcript of a complete build. (pastebin.ca or email me a file). Can't promise to fi= gure it out, but will try to take a look.

Kind regards.
=

Peter


--94eb2c04553aa1ff370548c4187b--