andrewchambers
andrewchambers
It shouldn't.
I think I have an idea of what might be going on, but not totally certain, will do some tests later.
No, https://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html LIBRARY_PATH is listed here.
CPATH Also looks useful for us.
Are we using gold?
Its a question if this is an improvment or not I guess.
I definitely think the most useful function of such a wrapper is getting the -L flags and the rpath flags through all the deeply nested build scripts unmodified. Then the...
The main goal is minimizing the amount of software that needs to be built/downloaded I think. One problem is that even if busybox is good enough for 80 percent of...
Bupstash doesn't support mounting a filesystem as shown in the table - but as an alternative you can 'checkout' directories more like git and browse them, to do these checkouts...
mkdir I think throws an error on failure, it returns false if the dir already exists.