Hi Ziyang,
On Sat, Jul 22, 2023 at 10:46:21AM +, chenziyang (C) wrote:
> Thanks for reply. First you may get libtarget_1.so from
> https://github.com/JetXujing/xujing/blob/main/libtarget_1.so
Thanks. So using that trying to remove the .rustc section I do get:
eu-strip: Cannot remove symbol
Yes, it works! Thanks for your help!
On Mon, Jul 31, 2023, 18:43 Mark Wielaard wrote:
> Hi Anton,
>
> On Sun, 2023-07-30 at 22:05 +0300, anton baltser wrote:
> > Thanks for the quick response.
> > I did:
> > $ ./configure --prefix=/usr\
> > > --disable-debuginfod
Hi Anton,
On Sun, 2023-07-30 at 22:05 +0300, anton baltser wrote:
> Thanks for the quick response.
> I did:
> $ ./configure --prefix=/usr\
> > --disable-debuginfod \
> > --enable-libdebuginfod=dummy \
> > --libdir=/libm
> $ make ins
https://sourceware.org/bugzilla/show_bug.cgi?id=28204
--- Comment #16 from Ryan Goldberg ---
(In reply to Mark Wielaard from comment #12)
> In config/profile.csh.in and config/profile.sh.in the prefix variable is
> explicitly set and no longer unset. Is that deliberate?
Taking a look at both file