I know how to mount the hostfs directories when needed for my UML Linux instance.
I need to get gcc and all it's dependencies from my host Linux instance by mounting the files in my UML instance.
I think the paths are not working properly because it comes up with an error about cc1 and execvp when I mount all files and try to run gcc.
Any ideas? Thanks!