/usr/ucb/cc: language optional software package not installed
I have no way to remove this error even though I have update the makefile to use gcc. One way I could though of is to cheat the make program to use gcc by using a soft-link pointing cc to gcc. How? Here is the steps:
- Backup a copy of /usr/ucb/cc to /usr/ucb/cc.bak
- Make a soft-link to gcc. ln -s /usr/local/bin/gcc /usr/ucb/cc
I am not sure whether this is a good one or bad one? But the result is it works!
No comments:
Post a Comment