svgalib cant compile - wants /usr/src/linux and .config file
Any quick way around this? I am on the 2.6 linode kernel. I guess I just need the proper source version, but also the .config file it was build with.
Any ideas?
4 Replies
One option would simply be to type
cd /usr/src/linux
make menuconfig
exit and save the config. This will give you a default set of options, but I doubt it'll do what you want…
HTH,
Andrew
@Clapper:
…
Any quick way around this? I am on the 2.6 linode kernel. I guess I just need the proper source version, but also the .config file it was build with.
Any ideas?
I don't know whether you can use svgalib on a linode, but you can find the .config file with which your linode's kernel was built at:
(or the equivalent post for your linode's kernel version)
At one time I used VNC and fluxbox on this computer. Maybe that was needed for that? I'm not sure, but it is a non issue now…
Thanks!!