Displaying 8 results from an estimated 8 matches for "podolski".
2020 Oct 28
2
Targeting old glibc
On Wed, Oct 28, 2020 at 6:07 PM Fangrui Song <maskray at google.com> wrote:
>
> On 2020-10-28, Alexandre Bique via llvm-dev wrote:
> >Hi,
> >
> >I wonder what is the right way to target an old glibc?
> >
> >I have a machine which is up to date (glibc 2.32 and clang+lld 10.0.1).
> >
> >So far I've been able to target older glibc by having a
2020 Nov 09
0
Targeting old glibc
Hi,
So I managed to install llvm 11 on the server and got more information
thank to your help:
Projects/Podolski/CMakeFiles/Podolski.dir/__/__/AudioModulesFrame/AM_WavLoader.cpp.o:
reference to exp
Projects/Podolski/CMakeFiles/Podolski.dir/__/__/libs/tinyexpr/tinyexpr.c.o:
reference to exp
Projects/Podolski/CMakeFiles/Podolski.dir/__/__/AudioModulesFrame/AM_PitchTrack.cpp.o:
reference to exp
/usr/lib/libm.so....
2020 Nov 09
2
Targeting old glibc
On Mon, Nov 9, 2020 at 9:39 AM Alexandre Bique
<bique.alexandre at gmail.com> wrote:
>
> Hi,
>
> So I managed to install llvm 11 on the server and got more information
> thank to your help:
>
> Projects/Podolski/CMakeFiles/Podolski.dir/__/__/AudioModulesFrame/AM_WavLoader.cpp.o:
> reference to exp
> Projects/Podolski/CMakeFiles/Podolski.dir/__/__/libs/tinyexpr/tinyexpr.c.o:
> reference to exp
> Projects/Podolski/CMakeFiles/Podolski.dir/__/__/AudioModulesFrame/AM_PitchTrack.cpp.o:
> reference...
2020 Nov 11
2
Targeting old glibc
On Tue, Nov 10, 2020 at 7:01 PM Fāng-ruì Sòng <maskray at google.com> wrote:
> > How to find what is pulling libmvec?
>
> If you build a -DCMAKE_BUILD_TYPE=Debug lld, you can set a breakpoint
> on lld/ELF/MarkLive.cpp:114 (ss->getFile().isNeeded) and check which
> symbol makes
> libmvec.so needed.
I'm afraid this is going to far for me :)
> > On the other
2020 Nov 11
2
Targeting old glibc
...t is in the VERSION_NEED or something similar I think.
Could llvm-strip figure that it can get rid of it?
Regards,
Alexandre Bique
On Wed, Nov 11, 2020 at 2:25 PM Alexandre Bique
<bique.alexandre at gmail.com> wrote:
>
> This did the job:
>
> patchelf --clear-symbol-version log Podolski.64.so
>
> Alexandre Bique
>
> On Wed, Nov 11, 2020 at 2:19 PM Alexandre Bique
> <bique.alexandre at gmail.com> wrote:
> >
> > On Tue, Nov 10, 2020 at 7:01 PM Fāng-ruì Sòng <maskray at google.com> wrote:
> > > > How to find what is pulling libmvec?...
2000 Mar 02
1
Windows2000 and browsing
Hi,
I installed Windows2000 and now i'm wondering how to browse my samba server.
In the network environment i see the server, but when i double clickt on it
it says
"The remote procedure call failed and did not execute".
With net view \\server i get the same answere + System error 1727.
I can make connections and every thing else works ok. The Windows 98
workstations in the network
2020 Nov 11
0
Targeting old glibc
This did the job:
patchelf --clear-symbol-version log Podolski.64.so
Alexandre Bique
On Wed, Nov 11, 2020 at 2:19 PM Alexandre Bique
<bique.alexandre at gmail.com> wrote:
>
> On Tue, Nov 10, 2020 at 7:01 PM Fāng-ruì Sòng <maskray at google.com> wrote:
> > > How to find what is pulling libmvec?
> >
> > If you build a -DC...
2020 Nov 11
0
Targeting old glibc
...6f00000000 @ section..dynamic; w0 16 @ hit0_0' a.so; llvm-objcopy -R .gnu.version -R .gnu.version_r a.so
>On Wed, Nov 11, 2020 at 2:25 PM Alexandre Bique
><bique.alexandre at gmail.com> wrote:
>>
>> This did the job:
>>
>> patchelf --clear-symbol-version log Podolski.64.so
>>
>> Alexandre Bique
>>
>> On Wed, Nov 11, 2020 at 2:19 PM Alexandre Bique
>> <bique.alexandre at gmail.com> wrote:
>> >
>> > On Tue, Nov 10, 2020 at 7:01 PM Fāng-ruì Sòng <maskray at google.com> wrote:
>> > > > How t...