Page 1 of 1

Posted: Wed Aug 29, 2007 5:51 am
by Husse
We need more information!
Where did you compile, what did you compile and how (commands)

Posted: Thu Aug 30, 2007 12:40 am
by Boo
looks like the code tar file was missing the install file that the configure script was checking for.
or there is an error in the configure script.

:D

Posted: Thu Aug 30, 2007 6:23 am
by Husse
Try downloading alsa-driver-1.0.14 again and/or check installation notes - possibly the install/configure script is on a separate download

Posted: Thu Aug 30, 2007 4:42 pm
by Husse
:lol:
configure: error: cannot find install-sh or install.sh in "." "./.." "./../.."
This indicates that install.sh is not there (sorry for the obvious) and install.sh should be a part of the package and you are in the folder of the package. As the compiler is found the path should be OK. This leads to the conclusion that there is something wrong with the package.

Hmmm - or is install.sh a part of the compiler? If so a reinstall of gcc may be the solution
Only compile once in a while so I haven't collected much experience (of the errors)

Posted: Fri Aug 31, 2007 11:09 am
by Husse
Glad it works :)
Boo and I both presumed install.sh to be a part of the package - you can't know everything :o