|
You are here |
www.hurryupandwait.io | ||
| | | | |
bijanebrahimi.github.io
|
|
| | | | | [AI summary] This article explains how to set up a cross-compiler for FreeBSD on a Linux machine, detailing the necessary steps to configure and build the toolchain, including dependencies like binutils, GMP, MPFR, and MPC. | |
| | | | |
jmmv.dev
|
|
| | | | | In a recent work discussion, I came across an argument that didn't sound quite right. The claim was that we needed to set up containers in our developer machines in order to run tests against a modern glibc. The justifications were that using LD_LIBRARY_PATH to load a different glibc didn't work and statically linking glibc wasn't possible either. But... running a program against a version of glibc that's different from the one installed on the system seems like a pretty standard requirement, doesn't it?... | |
| | | | |
begriffs.com
|
|
| | | | | How to build, version, and install libraries | |
| | | | |
crawshaw.io
|
|
| | | [AI summary] A technical note explaining the concept of linker copy relocations in the context of Position Independent Executables and dynamic linking. | ||