public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Problem: installing egcs 1.1.1 on SCO 5.0.2..
  1999-01-31 23:58 Problem: installing egcs 1.1.1 on SCO 5.0.2 Rob Kramer
@ 1999-01-31 23:58 ` Robert Lipe
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Lipe @ 1999-01-31 23:58 UTC (permalink / raw)
  To: Rob Kramer; +Cc: egcs

> I'm trying to get egcs-1.1.1 to compile on a SCO OpenServer 5.0.2 machine
> (TLS5something patch is installed). After a *lot* of retries, some tweaking
> etc., I finally got it to compile. 


It should work right out of the box.   Describe what failed and what
"tweaks" were necessary.

> However, my binaries are absolutely
> huge, and nothing seems to be in shared-library format. 


By default, no shared libraries are generated in the egcs build for
that target.   Include a sample program, sample compile invocation, and
sizes of your binaries.

> Without GAS it wouldn't compile at all. 

I have built EGCS on OpenServer without GAS approximately a billion times.
In fact, EGCS on OSR5 works substantially better with the native assembler
than with GAS.

> Unfortunately binutils-2.9.1's GLD configure says
> it won't compile on SCO, maybe GLD would have made some nice .so's..

GNU LD can't handle the bi-modal (COFF and ELF) native libraries.
It's easy to make GNU ld work about 60% of the time on OpenServer,
but the remaining 40% was hard enough that I left it turned off.

> My libgcc.a contains both ELF and COFF objects, 

This is normal on that target.

> and I don't see any .so files in the generated files at all.

No .so's are generated by default.

RJL

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Problem: installing egcs 1.1.1 on SCO 5.0.2..
@ 1999-01-31 23:58 Rob Kramer
  1999-01-31 23:58 ` Robert Lipe
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Kramer @ 1999-01-31 23:58 UTC (permalink / raw)
  To: egcs

Hi all,

This has been brought up in the list several times already, but I couldn't
find a solution anywhere in the archives.

I'm trying to get egcs-1.1.1 to compile on a SCO OpenServer 5.0.2 machine
(TLS5something patch is installed). After a *lot* of retries, some tweaking
etc., I finally got it to compile. However, my binaries are absolutely
huge, and nothing seems to be in shared-library format. Without GAS it
wouldn't compile at all. Unfortunately binutils-2.9.1's GLD configure says
it won't compile on SCO, maybe GLD would have made some nice .so's..

I've included config.status below. My libgcc.a contains both ELF and COFF
objects, and I don't see any .so files in the generated files at all.

Am I doing something obviously wrong? Or did I overlook a solution in the
mailing list archives?

Cheers!

        Rob Kramer
        robk@cyberway.com.sg

------------------------------------------------------------

#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
../egcs-1.1.1/configure --with-gcc-version-trigger=/usr/rob/gnu/egcs-
1.1.1/gcc/v
ersion.c --host=i586-pc-sco3.2v5.0.0 --prefix=/usr/local/egcs --with-gnu-as -
-en
able-shared --norecursion
# using "mh-frag" and "mt-frag"
config.status

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-01-31 23:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-31 23:58 Problem: installing egcs 1.1.1 on SCO 5.0.2 Rob Kramer
1999-01-31 23:58 ` Robert Lipe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).