On Tue, Jan 22, 2002 at 02:07:23PM -0500, Weifeng Wang wrote: > > I am trying to install the libwww module and other pre-required modules and > got the following error: > > # /usr/ccs/bin/make > cc -c -xO3 -xdepend -DVERSION=\"2.12\" -DXS_VERSION=\"2.12\" -KPIC -I > /usc > sh: cc: not found > *** Error code 1 > make: Fatal error: Command failed for target `Base64.o' > > It looks like I do not have a cc compiler, but I do have a gcc compiler. I > would appreciate very much if someone could give me instructions on how to > solve this problem or let me know where I can get help on such issue. Thank > you very much in advance.
Let me guess: You are on a Sun? What happens if you type cc? Can you alias cc as 'gcc': CC=gcc; make... or whatever your shell wants? If you are on a Sun, throw away the compiler/make... things and install the gnu fileutils and gcc. There are packages for all of them. \rho
