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]

Re: egcs-1.1.2 on HP-UX 10.20


  In message <3.0.1.32.19990728114356.009212a0@hades.svnetworks.com>you write:
  > Running gcc -g -o hello hello.c produces whining about `-g is only
  > supported when using GAS on this processor'.  Building a more complicated
  > STL C++ test program with -g will produce an executable that dumps core.
Read the installation instructions particularly the section which discusses
the PA.  Basically you've mis-configured the compiler and as a result it will
not support -g by default.

  > Currently, I'm trying another build with configure as:
  > 	../egcs-1.1.2/configure --enable-shared --with-gnu-as --with-stabs
  > If this is right or wrong, I'd appreciate hearing hints.
Much better :-)

  > ps.  I'd tried soft-linkining stuff from the binutils package into the egcs
  > distribution, because of the amazingly long list of subdirs in the
  > Makefile, but only BFD was built.  Are you supposed to be able to boostrap
  > this way?
Yes.  I do it daily.

jeff


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