Emil Hammarström
Emil Hammarström
Tried compiling one of my own apps with mustang and failed to link `splice@@GLIBC_2.5`, but that seems to be about it for now =) ``` = note: /usr/bin/ld: /home/estrom/coalmine/auto-display/target/x86_64-mustang-linux-gnu/debug/deps/libstd-208577500796eba1.rlib(std-208577500796eba1.std.2946fd32-cgu.8.rcgu.o): undefined...
Sure, [here you go](https://github.com/eHammarstrom/auto-display). Thanks for working towards a libc-free Rust option =)
@appleyuchi ```diff From 5813099030eadd442ee431ad456451cfb2b47f81 Mon Sep 17 00:00:00 2001 From: Emil Hammarstrom Date: Tue, 8 Jun 2021 22:17:48 +0200 Subject: [PATCH] scg: move linker flags link libs after scg such...
I'll just chip in and say that I've stumbled upon this issue. I'll see if I get some time this week to look into it
Had the same problem with the Debian package of sway (pkg. sway 1.4-2). However, I cannot reproduce this on `sway version 1.5-rc1-c8224270` in passthrough mode, I can reproduce it on...
> It's possible that [swaywm/wlroots#2048](https://github.com/swaywm/wlroots/pull/2048) may have fixed this for the wayland backend, but I haven't tested that. FYI, I could not reproduce the bug by dropping that commit.