Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!haven!ncifcrf!nlm-mcs!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.unix.questions Subject: Re: need help with error message Message-ID: <9626@smoke.BRL.MIL> Date: 8 Feb 89 20:30:53 GMT References: <1182@sdcc7.ucsd.EDU> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 9 In article <1182@sdcc7.ucsd.EDU> ec120bdf@sdcc7.ucsd.EDU (Dennis Lou) writes: >ld crt0.o: unknown flag: 6 Sounds like crt0.o is not in proper object module format. AT&T SGS "ls" would then treat it as a text file that specifies section organization, etc. If you're using a crt0.o other than the one provided automatically by "cc", it's almost certainly the culprit.