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]

Building egcs on Unixware 2.1.2 problem


Hi,

I am attempting to build egcs-1.0.3a on my Unixware 2.1.2 
system, however I am having a problem with the make.  Any help that
anyone could provide would be greatly appreciated!!  The
following are the steps I have taken:

1.  I first ran configure from a separate object directory.
    The command looked like:

    /home/genualdp/egcs/egcs-1.0.3a/configure --prefix=/usr/egcs

    (This correctly identified my system as an 
     i386-pc-sysv4.2uw2.1.2 host)

2.  I then did a:
    make bootstrap
   
    Note: I used gnu make, version 3.76.1

This is when (after several files were compiled) I got the 
following when trying to compile enquire.c.  This is what
the output looked like:

./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

Note:  I did not used the =--stabs option with configure.

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.

On another note, what I *really* need is just a working version of
g++ (I don't need gcc or objective c). I noticed in the egcs 
releases directory there was a file which was described as
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?

Again, any help that anyone can provide is greatly appreciated.

Thanks.

-Patty


-- 
-Patty 

AG Communication Systems
"Expand the Power of your network"
P.O. Box 52179 Phoenix, AZ. 85072-2179


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