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]

Re: problem with cpp on solaris2.5.1



  In message <35A33B13.2ED94853@ipb.uni-bonn.de>you write:
  > However, when I tried to rebuild it with itself - as a test -
  > the "configure" failed with the  message
Actually, when you use "make bootstrap" egcs goes through a 3-stage
process which results in egcs building itself.

Anyway.


  >     >ipb14:/home/bodo/tmp/egcs-1.0.3a % ./configure
  > --prefix=/home/bodo/tmp/egcs-1.0.3a
  >     >Configuring for a sparc-sun-solaris2.5.1 host.
  >     >Created "Makefile" in /home/bodo/tmp/egcs-1.0.3a using
  > "config/mh-solaris"
  >     >gcc: installation problem, cannot exec `cpp': No such file or
  > directory

This sounds like you installed the binaries into a different directory
than the default without specifying "--prefix=<dirname>" when you
configured the compimler.

jeff


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