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: Building egcs on Unixware 2.1.2 problem



  In message <9806071527.ZM14062@real>you write:

  > ./xgcc -B./ -DIN_GCC -g -I./include -DNO_MEM -DNO_LONG_DOUBLE_IO
  > -O0 -I. -c /home/genualdp/egcs/egcs-1.0.3a/gcc/enquire.c
  > UX:as: ERROR: /var/tmp/cca00000.s:10:unknown directive: .stabs
  > UX:as: ERROR: /var/tmp/cca00000.s:11:unknown directive: .stabs
  > UX:as: ERROR: /var/tmp/cca00000.s:14:unknown directive: .stabs
  > UX:as: ERROR: /var/tmp/cca00000.s:15:unknown directive: .stabs
  > ...
  > UX:as: ERROR: /var/tmp/cca00000.s:32:unknown directive: .stabs
  >    ...too many errors
  > make [2]: *** [enquire.o] Error 1
As you deduced, the system assembler is being used instead of gas.

  > I have also installed GNU binutils-2.8.1, however even when
  > I set my PATH so that the GNU binutils will be picked up before the
  > system utils, I still get the same results.
http://egcs.cygnus.com/faq.html#gas

  > On another note, what I *really* need is just a working version of
  > g++ (I don't need gcc or objective c).
You still have to build and install the C front end.

  > g++ frontend and runtime libraries.  I downloaded this
  > file called egcs-g++-1_3_3a_tar.gz, however I cannot find any
  > installation instructions that go with this.  Does anyone know
  > how I can install just g++ with the runtime libraries?
It is meant to be used in conjunction with the "core" package which
conains the mandatory C compiler as well as the target files and
various support files.

jeff


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