View Single Post
  #9 (permalink)  
Old 05-28-2010, 05:22 PM
Unregistered
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by allimoni View Post
I tried that interesting page but I died in the water with gmake it doesn' exist and I tied to use /usr/ccs/bin/make install
and I got the interesting message:
make: Fatal error: Don't know how to make target `install`
what to do after this ???
I'll continue and persist to find a solution, under the water!!!!!!
I hope that you are doing this correctly as mentioned.
you need to add /usr/ccs/bin/ to your path by following command

export PATH=$PATH:/usr/ccs/bin/:/usr/sfw/bin

than move to the directory where you have extracted driver files and execute the following commands

./configure
make
make install

iif make does not work than you can try to issue the last two commands as
gmake
gmake install
Reply With Quote