This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: installion error


Hey, Phil thanks for your input, I have installed SUNWsprot, and checked to see
if make.rules existed. It is there. Here is the new error message.  Thank you, I
am new to gnu software.


 make
if [ x"" != x ]; then \
  cc -c -DHAVE_CONFIG_H -g -I. -I./../include   argv.c -o pic/argv.o; \
else true; fi
cc -c -DHAVE_CONFIG_H -g -I. -I./../include  argv.c
"./../include/libiberty.h", line 21: cannot find include file: <stddef.h>
"./../include/libiberty.h", line 23: cannot find include file: <stdarg.h>
"./../include/libiberty.h", line 145: warning: function prototype parameters
must have types
"./../include/libiberty.h", line 151: warning: function prototype parameters
must have types
"./../include/libiberty.h", line 157: syntax error before or at: size_t
"./../include/libiberty.h", line 157: warning: undefined or missing type for:
size_t
"./../include/libiberty.h", line 162: parameter redeclared: size_t
"./../include/libiberty.h", line 162: warning: function prototype parameters
must have types
"./../include/libiberty.h", line 170: syntax error before or at: size_t
"./../include/libiberty.h", line 170: warning: undefined or missing type for:
size_t
"./../include/libiberty.h", line 170: warning: function prototype parameters
must have types
"./../include/libiberty.h", line 208: syntax error before or at: va_list
"./../include/libiberty.h", line 208: warning: undefined or missing type for:
va_list
"argv.c", line 34: cannot find include file: <stddef.h>
"argv.c", line 35: cannot find include file: <string.h>
"argv.c", line 36: cannot find include file: <stdlib.h>
"./alloca-conf.h", line 15: warning: function prototype parameters must have
types
"argv.c", line 109: warning: improper pointer/integer combination: op "="
"argv.c", line 316: warning: improper pointer/integer combination: op "="
"argv.c", line 334: cannot recover from previous errors
cc: acomp failed for argv.c
*** Error code 2
make: Fatal error: Command failed for target `argv.o'
Current working directory /usr/local/gcc-3.0/libiberty
*** Error code 1
make: Fatal error: Command failed for target `all-libiberty'



Phil Edwards wrote:

> On Thu, Aug 09, 2001 at 10:15:37AM -0400, Govind Vinjamuri wrote:
> > trying to install gcc 3.0 on solaris 8. Compiled without any problems on
> > 2.6. Thank you in advance.
> >
> >  make
> > make: Warning: Can't find `make.rules': No such file or directory
> > sh: AR_FLAGS=rc: not found
> > *** Error code 1
> > make: Fatal error: Command failed for target `all-libiberty'
>
> Solaris /usr/ccs/bin/make won't generate .o files from .c files if
> /usr/share/lib/make/make.rules is missing.  It may be found in and installed
> from the SUNWsprot package.
>
> (Thanks Vic. :-)
>
> Phil
>
> --
> Would I had phrases that are not known, utterances that are strange, in
> new language that has not been used, free from repetition, not an utterance
> which has grown stale, which men of old have spoken.
>                                      - anonymous Egyptian scribe, c.1700 BC

--
Govind


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]