Hi everyone
first of all you should know that I've been working with solaris for a few days only.
I need to install some programs and I have had the following troubles:
1. When I used /.configure it showed the following message:
"no acceptable C compiler found in $PATH"
I included /usr/css/bin/ in the path and it worked but I think is using ucbcc instead of cc
2.Then again with ./configure it showed:
"error: C compiler cannot create executables"
I followed some advices I found in the internet and now ./configure is ok
3. I tried with 'make" which is the next step in the installation process but it said: "make: not found"
4.I tried with "/usr/ccs/bin/./make" and is trying to compile but the following message appears (when trying to install gnu m4-1.4.3):
"make: fatal error: command failed for target 'libm4.a'
this kind of error appears with all programs I try to install
my path is:
/usr/sbin: /usr/bin: /usr/dt/bin/: /usr/openwin/bin: /bin: /usr/ucb: /usr/css/bin
I don't know what's wrong. Do I need to configure another path, am I missing something?? help please
thank you very much
diego