Re: Compiler not working
H}kan Hjort <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Wed Feb 25 2004, Francisco Cosio wrote: > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > -snip- > configure:1900: checking for gcc > configure:1929: result: no > configure:1980: checking for cc > configure:1996: found /usr/ucb/cc > configure:2006: result: cc > configure:2170: checking for C compiler version > configure:2173: cc --version </dev/null >&5 > /usr/ucb/cc: language optional software package not installed See http://www.brandonhutchinson.com/usr_ucb_cc.html You don't have a C compiler installed, this is needed top build software. I sugest you either install Forte (since you work at SUN) or go to http://www.sunfreeware.com/ and get the requierd packages for gcc. You also need to have the UNW developer packages installed. Regards Håkan