1

Has anyone found a way to get gcc to build/install on SCO6? With 2.95 and 4.3 I get to the point where it needs to use (2.95) or find (4.3) the assembler and that's where it fails.

If anyone has figured this out I would appreciate the info!

Thanks

skaffman
  • 398,947
  • 96
  • 818
  • 769
Zdenik
  • 406
  • 1
  • 4
  • 13

2 Answers2

1

You might find this on the SCO Skunkware CD:

http://www.sco.com/skunkware/

tonylo
  • 3,311
  • 3
  • 28
  • 27
1

You probably need to install GNU binutils first. It contains the assembler.

apenwarr
  • 10,838
  • 6
  • 47
  • 58
  • I saw that in the INSTALL file but for some reason it didn't sink in. I'll give it a try. Thanks! – Zdenik Sep 16 '08 at 22:32
  • Not surprisingly I'm having trouble getting binutils to build as well. After './configure --host=i386-pc-sco' then 'make' it fails to build bfd with: UX:acomp: ERROR: "trad-core.c", line 43: incomplete struct/union/enum user: u Any ideas? – Zdenik Sep 16 '08 at 23:00
  • Zdenik: ask a new StackOverflow question for this. – Adam Mitz Sep 17 '08 at 00:28