bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add libraries to Makefiles.


From: Samuel Thibault
Subject: Re: [PATCH] Add libraries to Makefiles.
Date: Wed, 18 Jan 2023 11:10:21 +0100
User-agent: NeoMutt/20170609 (1.8.3)

Svante Signell, le mer. 18 janv. 2023 11:05:17 +0100, a ecrit:
> On Wed, 2023-01-18 at 01:54 +0100, Samuel Thibault wrote:
> > But none of these directories are actually using libz, so it doesn't
> > make sense to make them use -lz.
> > 
> > Are you sure that your cross-toolchain supports linking shared
> > libraries?
> 
> Here are the configure flags:

That's not enough information: I'm asking about your cross-toolchain.

Do you actually get e.g. libstore/libstore.so for instance?
If so, run objdump -x on it and check that libz is indeed in NEEDED.
That's what is supposed to save having to add -lz everywhere.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]