Tagged Questions
0
votes
0answers
112 views
make: i686-linux-gcc: Command not found
I am using Ubuntu-11.10 amd64 and trying to cross-compile a linux-2.6.38.8 kernel for a 32-bit target.I tried
make CROSS_COMPILE=i686-linux- ARCH=i386
But I got error
make: i686-linux-gcc: ...
1
vote
1answer
865 views
In Ubuntu, is there a way to virtually merge two folders without unionfs or aufs?
I've got a source control system at work that I can't modify which scatters a bunch of files in unfortunate places. My IDE expects these folders to be in a single unified location. Normally I'd just ...
1
vote
1answer
373 views
How does apache determine what directory to show from public_html?
I am using Ubuntu 12.04 and have configured apache to serve from ~/public_html. I am trying to serve some directory contents over http on LAN.
When I did the following:
ln -s ...