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: Install problem on HP-UX 10.20




  In message <19990302113314.A5601@cheops.net.csuchico.edu>you write:
  > # make install
  >         /bin/sh ../egcs/mkinstalldirs /usr/local  /usr/local
  >         rm -f cpp
  >         ln cccp cpp
  >         cc  -DIN_GCC    -g   -DHAVE_CONFIG_H -DHAIFA  -o genextract \
  >          genextract.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) 
  > echo obstack.o ;; esac ` ` case "alloca.o" in ?*) echo alloca.o ;; esac ` `
  >  case "" in ?*) echo  ;; esac `   ` case "" in ?*) echo  ;; esac ` ` case "
  > " in ?*) echo  ;; esac ` 
  > /usr/ccs/bin/ld: Unsatisfied symbols:
  >    __main (code)
  > *** Error exit code 1
What "make" are you using?  HP's make tends to want to rebuild things which
are already up-to-date, which leads to the behavior shown above.

jeff


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