Maos wrote:
in terminal, when i type ./configure, i get this error:
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
Did you install XCode? XCode and therefore the compiler are not part of a default installation. They are on every Mac OS X install disk, but you need to install them separately.
I did get a chance to look at this driver. It does not compile straight away. I had no problem getting the configure script to run, but 'make' immediately had errors.
This is an older package. It looks like it wants to find specific things in a Linux kernel or via libusb. It may be just a matter of installing libusb, but I am not familiar with it to tell you whether that would solve your problems. At this point, I am not sure whether there is an easy fix or whether more complex changes need to be made to the Makefile or code to get it to work in OS X.
If you have had some previous compiling experience, you can try adding libusb and then try 'configure and make'. You also might get some help on the Unix forum _
http://discussions.apple.com/forum.jspa?forumID=735_
Matt