Re: gcc again, only on i686 and f29+ hidden symbol cpu_model referenced by dso

2019-03-14 Thread Sérgio Basto
On Thu, 2019-03-14 at 10:55 +0100, Florian Weimer wrote: > * Sérgio Basto: > > > On Wed, 2019-03-13 at 10:29 +0100, Florian Weimer wrote: > > > * Sérgio Basto: > > > > > > > [3] > > > > export LDFLAGS="%{?__global_ldflags} -shared" > > > > > > Not sure why you think this would work. It prevents

Re: gcc again, only on i686 and f29+ hidden symbol cpu_model referenced by dso

2019-03-14 Thread Florian Weimer
* Florian Weimer: > * Sérgio Basto: > >> On Wed, 2019-03-13 at 10:29 +0100, Florian Weimer wrote: >>> * Sérgio Basto: >>> >>> > [3] >>> > export LDFLAGS="%{?__global_ldflags} -shared" >>> >>> Not sure why you think this would work. It prevents the compiler >>> from >>> creating any executables

Re: gcc again, only on i686 and f29+ hidden symbol cpu_model referenced by dso

2019-03-14 Thread Florian Weimer
* Sérgio Basto: > On Wed, 2019-03-13 at 10:29 +0100, Florian Weimer wrote: >> * Sérgio Basto: >> >> > [3] >> > export LDFLAGS="%{?__global_ldflags} -shared" >> >> Not sure why you think this would work. It prevents the compiler >> from >> creating any executables at all. > > > With -shared fixe

Re: gcc again, only on i686 and f29+ hidden symbol cpu_model referenced by dso

2019-03-13 Thread Sérgio Basto
On Wed, 2019-03-13 at 10:29 +0100, Florian Weimer wrote: > * Sérgio Basto: > > > [3] > > export LDFLAGS="%{?__global_ldflags} -shared" > > Not sure why you think this would work. It prevents the compiler > from > creating any executables at all. With -shared fixed this generation of binaries [

Re: gcc again only on i686 and f29+ hidden symbol cpu_model referenced by dso

2019-03-13 Thread Florian Weimer
* Sérgio Basto: > [3] > export LDFLAGS="%{?__global_ldflags} -shared" Not sure why you think this would work. It prevents the compiler from creating any executables at all. The problem is earlier, here: libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i686-redhat-linux/9/../../.

gcc again only on i686 and f29+ hidden symbol cpu_model referenced by dso

2019-03-13 Thread Sérgio Basto
Hi, Today [1] , I have updated libprojectM package with new autotools builds (developer changed etc). It builds fine in F28 on i686 but not in F29 or newer. After read [2] it exactly the same problem, only added -shared fix the build, not -lgcc etc ... I tried build on i686 with [3] but confi