[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <trinity-5186a317-8934-483e-834c-a0f320a8c287-1622014119710@3c-app-gmx-bs33>
Date: Wed, 26 May 2021 09:28:39 +0200
From: Frank Wunderlich <frank-w@...lic-files.de>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: netdev@...r.kernel.org
Subject: Aw: Re: Crosscompiling iproute2
Hi,
> Gesendet: Dienstag, 25. Mai 2021 um 23:37 Uhr
> Von: "Stephen Hemminger" <stephen@...workplumber.org>
> That only gets called if you haven't got the bridge part in the original ip command.
> The shared library stuff is for other non-static libraries to extend iproute2.
> This is unused by most distro's and you shouldn't need it.
>
> I think the bridge part was just not built in your version.
i see the compilation of iplink_bridge.o before linking ip, so i guess it should be compiled in
CC iplink_bridge.o
CC iplink_bridge_slave.o
i wonder why it tries to use a lib which was not compiled....
but i still need to disable mnl and selinux after creating config.mk to avoid linking errors (now i see only warning about error reporting).
i updated the compile-script, so you can see what i'm doing
https://github.com/frank-w/iproute2/blob/main/crosscompile.sh
regards Frank
Powered by blists - more mailing lists