search for: zebra2

Displaying 4 results from an estimated 4 matches for "zebra2".

Did you mean: zebra
2020 Oct 28
4
Targeting old glibc
...xp,exp at GLIBC_2.2.5"); __asm__(".symver exp2,exp2 at GLIBC_2.2.5"); __asm__(".symver pow,pow at GLIBC_2.2.5"); But after updating clang and re-creating the cmake build directory it does not work anymore and I have dependencies toward glibc 2.29: nm -D /home/abique/.u-he/Zebra2/Zebra2.64.so | grep GLIBC.*29 U exp@@GLIBC_2.29 U exp2@@GLIBC_2.29 U log@@GLIBC_2.29 U pow@@GLIBC_2.29 At first I thought that it was due to LTO, but even after disabling LTO the problem still occurs. How to solve it? Is there a...
2020 Oct 28
2
Targeting old glibc
...ach is used by https://github.com/wheybags/glibc_version_header Thank you, that is something useful! > >But after updating clang and re-creating the cmake build directory it > >does not work anymore and I have dependencies toward glibc 2.29: > > > >nm -D /home/abique/.u-he/Zebra2/Zebra2.64.so | grep GLIBC.*29 > > U exp@@GLIBC_2.29 > > U exp2@@GLIBC_2.29 > > U log@@GLIBC_2.29 > > U pow@@GLIBC_2.29 > > I reported a display problem. top-of-trunk binutils will display > undefined v...
2020 Nov 09
0
Targeting old glibc
.../wheybags/glibc_version_header > > Thank you, that is something useful! > > > >But after updating clang and re-creating the cmake build directory it > > >does not work anymore and I have dependencies toward glibc 2.29: > > > > > >nm -D /home/abique/.u-he/Zebra2/Zebra2.64.so | grep GLIBC.*29 > > > U exp@@GLIBC_2.29 > > > U exp2@@GLIBC_2.29 > > > U log@@GLIBC_2.29 > > > U pow@@GLIBC_2.29 > > > > I reported a display problem. top-of-trunk binutils...
2020 Nov 09
2
Targeting old glibc
...> > > Thank you, that is something useful! > > > > > >But after updating clang and re-creating the cmake build directory it > > > >does not work anymore and I have dependencies toward glibc 2.29: > > > > > > > >nm -D /home/abique/.u-he/Zebra2/Zebra2.64.so | grep GLIBC.*29 > > > > U exp@@GLIBC_2.29 > > > > U exp2@@GLIBC_2.29 > > > > U log@@GLIBC_2.29 > > > > U pow@@GLIBC_2.29 > > > > > > I reported a display...