Operating Systems > Linux and UNIX
alsa comple issues
Master of Reality:
Alsa is having some issues, but i almost know how to fix it on my own.
When i try to compile the alsa driver it says "error: need /usr/src/linux/include/linux/version.h" this file (and folder) isnt there. The file it is looking for is in "/usr/src/linux2.4.7-10/include/linux/version.h"
Is there a way i can make a symbolic link that points from "/usr/src/linux/" to /usr/src/linux2.4.7-10"??
[ June 01, 2002: Message edited by: Master of Reality ]
hoojchoons:
Did you try
ln -s sourcefile targetfile ?
Master of Reality:
when i did that it made a broken link called "linux" in /usr/src/linux2.4.7-10
hoojchoons:
I was a bit absent-minded before to see that you refer to a directory and not a file. And since the ln command is used to create a link between to files (hard or symbolic), I really don't know. I mean it hasn't happened to me before. Now you have me troubled as well :rolleyes:
voidmain:
ln -s /usr/src/linux-2.4.7-10 /usr/src/linux
Navigation
[0] Message Index
[#] Next page
Go to full version