Creating a sandbox or jail for cross-compiling
When cross-compiling dynamic libraries like GTK+ we normally have a couple of issues that complicate the compilation and later the execution of apps that depend on those libraries. First, we have to be very careful with the includes -I and libraries -L paths since they must point to the target, otherwise we risk to overwrite… Read More »