This is the mail archive of the gcc-bugs@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]

irix bootstrap fail in mkdeps.c


Current irix cvs bootstrap with cc fails with

cc -c  -DIN_GCC    -g    -DHAVE_CONFIG_H    -I. -I.
-I/exd4/billingd/src/gcc/gcc -I/exd4/billingd/src/gcc/gcc/.
-I/exd4/billingd/src/gcc/gcc/config -I/exd4/billingd/src/gcc/gcc/../include
/exd4/billingd/src/gcc/gcc/mkdeps.c -o mkdeps.o
"/exd4/billingd/src/gcc/gcc/mkdeps.c", line 194: error(1140): a value of
type
          "int" cannot be used to initialize an entity of type "char *"
        char *start = basename (tgt);
                      ^

1 error detected in the compilation of
"/exd4/billingd/src/gcc/gcc/mkdeps.c".

This is probably due to 

2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>

        * mkdeps.c (deps_add_default_target): Robustify. Add
        basename component only.
        * cpp.texi (-M): Describe how default target is generated.
        * invoke.texi (-M): Likewise.



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