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=w3UZpWKfgqyxmFkO89TbLVe/dZsUe0B8zh5bWrhchLI=; b=X3YIs3df5HyxZuF7fDTPw36uklSjflRgr08x+VCfaDyIchoYvhxMas1Ow2lZjaLWQT X1XlmwRKiZd/avxkTM4Lmv/0wTtKgUV5hK7bbhL3zNXZgiwI0Gcw709T3bdcOqU1fJF9 Ncv/VJMKgDwPNECGQu/A4V8DO+ZZAcZlyHr1PePRM39RveJh7/c2UEBb1UzsI954Eih4 fCIRNoDiFGzkt5zb91dgv3eDvBqPuvGyqS7n8TyJ1fhGoMa+eX5nIZypvexZuPPxuu5+ W3L2DMP+tk1oaaMN4GVJ5k0BUUqlp4BbmUuWkP0PkWYQYNfscWJR3KKPoyGD3HyDUpLc 0jbg== 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=w3UZpWKfgqyxmFkO89TbLVe/dZsUe0B8zh5bWrhchLI=; b=bYzyKoUD7PMxvmXT4EQ+PuOz2ET9aziHaVpnCI/ihvuXIkGovPWjMLASQLo/mVGkMd XrR9UBL86YvjwBv762qi8ducL4uTEmXpw6KbiLlG78HGgKqgRBGVyh5lOiIlM8OoH6N3 l83EghnYSAOvSvwJlDqXITyRYP3jkKUjTgKuJVHSKJRDhV9GWQBKeABP5f6VqzR3YlV3 IG3O7Z2hAGdODSALt5F3sr6FzpY5w5CK12HmnaL3Pfff8CcH4i6jBNgqR1AQ84+hdvXu AUmdvDfOWTErjA6wlK7u/3SQkTGknYuyLg2UHFXuCVm+v81ly9gQ+4rTiEpH7OI1YVDO DmYw== X-Gm-Message-State: AMke39mKYRmXtNRxr6p9pNIL5jRLXfq8f1gHqqOHkJPTeyiESEZf0sF+ZhUTR4QgLUtUDNZTTw84knNn/REIpA== X-Received: by 10.200.56.76 with SMTP id r12mr9931993qtb.2.1487381228197; Fri, 17 Feb 2017 17:27:08 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <4f1b98c3-fbd4-b3d3-793b-e03d54f88ab0@neurotica.com> 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:27: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=001a1137d9ecc0a4740548c3ed7e 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 --001a1137d9ecc0a4740548c3ed7e Content-Type: text/plain; charset=UTF-8 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 --001a1137d9ecc0a4740548c3ed7e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On 18 February 2017 at 01:10, Dave McGuire (mcguire AT neurotica DOT com) [via geda-user AT delorie DOT com] <geda-user AT delorie DOT com><= /span> wrote:

=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 i= s this?

Very odd. Sounds almost like the static linking isn&#= 39;t working correctly. (These are all in .la files I think). Might also ex= plain gts if so.

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


Can you = try "autoreconf" or ./autogen or simiar - see if it is libtool th= at is broken?

Did you have any difficulty in build= ing 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 prom= ise to figure it out, but will try to take a look.

Kind regar= ds.

Peter

--001a1137d9ecc0a4740548c3ed7e--