Guilherme Amadio
Guilherme Amadio
One curiosity, after `dnf install texlive`, a call to `dnf install texlive-fontawesome` just added a few kb to my system: ``` thinkpad talk $ sudo dnf install texlive-fontawesome [sudo] password...
> Thanks a lot. For the youtube part, can we not just drop the symbol and replace the red part by "youtube" on each line. I mean, we just have...
I welcome the idea of turning on parallelism where it makes sense, but the approach chosen is not the best in my opinion. I think a better alternative would be...
XRootD now uses the standard CMake module to link against OpenSSL. If you configure ROOT correctly, you should be able to just forward the OpenSSL variables to XRootD and it...
I recommend just configuring GCC to use the compat layer's linker (GCC from compat layer should already do that).
So, I had a somewhat deeper look into this. The configuration of GCC happens in [toolchain_src_configure](https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass/toolchain.eclass#n894) in `toolchain.eclass`. If it's not a cross compiler, then just the prefix is used...
Have you looked at using [distcc](https://wiki.gentoo.org/wiki/Distcc)? I never tried it on prefix, I wonder if that would work at least for the compatibility layer.
According to https://www.freedesktop.org/wiki/Software/fontconfig/, fontconfig does not depend on X.
My suggestion is to first look into solutions which do not require copying anything. For example, you could run the tutorial located in the source directory, but with a working...
I think the problem might actually be due to the `char *mbuf` that comes before. That looks like it's treated as `int` by Fortran too, no? The type that is...