mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] Re: Absolute symlink breaks cross compilation
@ 2020-01-22 10:33 Андрей Аладьев
  0 siblings, 0 replies; only message in thread
From: Андрей Аладьев @ 2020-01-22 10:33 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 1074 bytes --]

Hello Khem Raj and Rich Felker.

> I don't understand what you mean by it "breaks cross compilation". The

> ldso link produced is not used for compiling anything; it's only used
> for executing programs, which you don't do when cross compiling musl
> or cross compiling applications against it. The link is setup to be
> installed on the $host, not to be used on the $build where it's not
> needed.

> Could you could explain what specifically you're trying to do that's
> not working as desired?

I am doing musl cross compilation using "x86_64-pc-linux-musl-emerge
-v1 sys-libs/musl". It cross compiles it and copies everything into
the folder "/usr/x86_64-pc-linux-musl".


For example "./usr/lib/libc.so" becomes
"/usr/x86_64-pc-linux-musl/usr/lib/libc.so".
"./lib/ld-musl-x86_64.so.1" becomes
"/usr/x86_64-pc-linux-musl/lib/ld-musl-x86_64.so.1". So this
installation breaks all absolute symlinks.


I think the easiest way to fix it will be to keep all symlinks in musl
relative. Now I have "ld-musl-x86_64.so.1 -> ../usr/lib/libc.so" and
it works perfect. Thank you.

[-- Attachment #2: Type: text/html, Size: 1667 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-22 10:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-22 10:33 [musl] Re: Absolute symlink breaks cross compilation Андрей Аладьев

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).