From: "Bruce Fisher" Newsgroups: comp.os.msdos.djgpp Subject: Please some help Date: Fri, 25 Feb 2000 13:57:08 -0500 Organization: FAA Technical Center, Pomona, NJ Lines: 45 Message-ID: <896ja5$fu9$1@faatcrl.faa.gov> NNTP-Posting-Host: 155.178.180.5 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I've spent about 2 days trying to install djgpp on my linux machine. (I'm running suse 6.3) I need to compile c code to run with dos so I thought this djgpp would be ideal. the only problem is I can't get it to install. (if my computer had a neck I'd probably choke it) I'm using the instructions that I found at this address www.delorie.com/howto/djgpp/linux-x-djgpp.html I make it all the way to the part where you configure the binutils but it fails because lex hasn't given a response. I try and push on and when I try to configure gcc and run make I get these errors: (these are only part of the errors that I get. its seems that they just keep repeating) hash.c:279: Error: expected comma after name `' in .size directive hash.c:279: Error: Rest of line ignored. First ignored character is `1'. hash.c:279: Error: ignoring unrecognized symbol type "" hash.c:279: Error: Rest of line ignored. First ignored character is `0'. hash.c:279: Error: Unknown pseudo-op: `.endef' hash.c:294: Error: Unknown pseudo-op: `.ln' hash.c:298: Error: Unknown pseudo-op: `.ln' hash.c:311: Error: Unknown pseudo-op: `.ln' hash.c:318: Error: Unknown pseudo-op: `.ln' hash.c:323: Error: Unknown pseudo-op: `.ln' hash.c:334: Error: Unknown pseudo-op: `.ln' hash.c:338: Error: Unknown pseudo-op: `.ln' hash.c:344: Error: Unknown pseudo-op: `.def' hash.c:344: Error: Unknown pseudo-op: `.val' hash.c:344: Error: Unknown pseudo-op: `.scl' hash.c:13: Error: Unknown pseudo-op: `.endef' hash.c:14: Error: Unknown pseudo-op: `.def' hash.c:14: Error: Unknown pseudo-op: `.val' hash.c:14: Error: Unknown pseudo-op: `.scl' hash.c:14: Error: Unknown pseudo-op: `.endef' make: *** [objc/hash.o] Error 1 can anyone show me the light. I would be forever thankful