Xref: utzoo comp.sys.apollo:4796 gnu.gcc:1472 Path: utzoo!attcan!uunet!mcsun!cernvax!rtb From: rtb@cernvax.UUCP (rainer tobbicke) Newsgroups: comp.sys.apollo,gnu.gcc Subject: Re: Gcc on apollo Message-ID: <1662@cernvax.UUCP> Date: 21 Mar 90 08:26:12 GMT References: <18645@boulder.Colorado.EDU> Followup-To: comp.sys.apollo Organization: CERN, Geneva, Switzerland Lines: 30 In article <18645@boulder.Colorado.EDU> tomf@boulder.Colorado.EDU (FREDERICKS THOMAS M) writes: > When I try to compile gcc on my apollo 3500 everything works fine > until it gets to the gnulib2 stuff. Here is where it errors: > > .... > >./gcc: installation problem, cannot exec as: No such file or directory >*** Exit 1 >Stop. > What is the problem? Has anyone gotten this to compile on > a 3500? I am running sr10.2 and 6.7 of the apollo C version > if that helps. You should install the gnu assembler 'gas' as well. BTW, John Vasta from Apollo did it and also provides mods to generate COFF modules. See labrea.stanford.edu /pub/gnu/APOLLO.README and apollo-gcc-1.37.tar.Z I ran into a problem with this however: The gnu assembler deletes all symbols starting with a capital 'L', unless you explicitly tell it not to do so. So if you have a routine called 'LookupIDbyByte' as in X11R4.... You therefore better make sure that you add a 'L' in the config file tm-apollo68.h at the same place where you pass the 'C' for generating COFF object files. Good luck! Rainer Toebbicke, CERN, Switzerland