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

Error while building gcc-2.95.2


Hi, 

I got an error while installing gcc 2.95.2 on IRIX6.4.
My objdir (./gcc) is in the same level as srcdir (.gcc-2.95.2).
It configured fine but during 'make bootstrap', this is what I see on
the screen:

      if [ x"no" = xyes ] && [ ! -d pic ]; then \
        mkdir pic;
      else true; fi
      touch stamp-picdir
      test x"no" != xyes || \
  cc -c -DHAVE_CONFIG_H -g -I.
-I../../gcc-2.95.2/libiberty/../include   argv.c -o pic/argv.o
  cc -c -DHAVE_CONFIG_H -g -I.
-I../../gcc-2.95.2/libiberty/../include   argv.c

cc ERROR:  file does not exist: argv.c
*** Error code 2 (bu21)
*** Error code 1 (bu21)

Any idea what the problem is?  Thanks in advance.

Cheers,
Frans

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

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