Re: Build problem with binutils 2.3.2 / gcc 8.3.1: "DSO missing from command line"

2019-06-03 Thread James
Hello On 03/06/2019 12:29, Knut Petersen wrote: Hi Werner! OK.  Do you have time to prepare a patch? No time ... but attached is quick shot. Min version 2.44 seems reasonable as we use it in gub. Knut Thanks https://sourceforge.net/p/testlilyissues/issues/5525/ James ___

Re: Build problem with binutils 2.3.2 / gcc 8.3.1: "DSO missing from command line"

2019-06-03 Thread Knut Petersen
Hi Werner! OK. Do you have time to prepare a patch? No time ... but attached is quick shot. Min version 2.44 seems reasonable as we use it in gub. Knut >From 619de1764cd472ec7587f98c34ba7b7e613be93c Mon Sep 17 00:00:00 2001 From: Knut Petersen Date: Mon, 3 Jun 2019 12:30:08 +0200 Subject:

Re: Build problem with binutils 2.3.2 / gcc 8.3.1: "DSO missing from command line"

2019-06-03 Thread Werner LEMBERG
> I think it is clear that we really need to test for and link against > the glib-2.0 and gobject-2.0 libraries. OK. Do you have time to prepare a patch? Werner ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailma

Re: Build problem with binutils 2.3.2 / gcc 8.3.1: "DSO missing from command line"

2019-06-03 Thread Knut Petersen
Hi Werner! I always thought that `pkg-config' resolves dependencies recursively. Even with your `pangoft2.pc' file it should check the dependencies in `pango.fc', right? And there I see Requires: glib-2.0 gobject-2.0 Tumbleweed also moved those dependencies to 'Require.private' ;-) But I g

Re: Build problem with binutils 2.3.2 / gcc 8.3.1: "DSO missing from command line"

2019-06-02 Thread Werner LEMBERG
> pkg-config --libs "pangoft2 >= 1.38.0" gives > >-lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype Not for me. I get -L/usr/local/lib64 -lpangoft2-1.0 -lpango-1.0 \ -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype > Weird. Look at /usr/lib64/pkgconfig/pangoft2.pc: > >prefix=/us

Re: Build problem with binutils 2.3.2 / gcc 8.3.1: "DSO missing from command line"

2019-06-02 Thread Knut Petersen
Hi Werner! I added libgobject-2.0 to LIBS: "export LIBS='-lglib-2.0 -lgobject-2.0'", and after that building the lilypond executable succeeded again. Hmm. LilyPond doesn't explicitly test for glib; it relies on PANGO_FT2_LIBS, which should always add those two libraries for building the `lilypo

Re: Build problem with binutils 2.3.2 / gcc 8.3.1: "DSO missing from command line"

2019-06-01 Thread Werner LEMBERG
> After some time without building lilypond I realized that my > openSuSE Tumbleweed system had changed enough to be unable to build > lilypond with my old and proven script. The problem is that some > required libraries are missing from the g++ command line that should > produce the lilypond ex

Build problem with binutils 2.3.2 / gcc 8.3.1: "DSO missing from command line"

2019-05-30 Thread Knut Petersen
Hi everybody! After some time without building lilypond I realized that my openSuSE Tumbleweed system had changed enough to be unable to build lilypond with my old and proven script. The problem is that some required libraries are missing from the g++ command line that should produce the lilyp