From: hackeroc3 AT aol DOT com (HackerOC3) Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE bad command or file name Date: 23 Jan 1998 20:39:29 GMT Lines: 19 Message-ID: <19980123203900.PAA05575@ladder02.news.aol.com> NNTP-Posting-Host: ladder02.news.aol.com Organization: AOL http://www.aol.com References: <19980122003401 DOT TAA01607 AT ladder02 DOT news DOT aol DOT com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk >I have been using RHIDE and DJGPP for only a couple weeks, and it has worked >so >far, but now when I compile in RHIDE, it says in the message window, "Bad >command or file name," and then on the next line "no errors." When I use step >over, it says that I need to at first build a file to use this function. I >don't know why this is doing this. To my knowledge, I haven't changed any >directories or anything. Has anyone else had this problem? How do you fix >it? In case anyone is wondering, I fixed this somewhat. I had my projects in a subdirectory of bin, so I just moved the project I was working on to bin and compiled it from there. But now I have a different question: I compiled and it says no errors, but then it says: Error: ld.exe: cannot open -lgcc: file in wrong format. I am aware that ld is the linker, but I have never had this problem before. How can I fix this?