From: Needles AT Dont_Spam_Me DOT ThePentagon DOT com (Sean O'Leary) Newsgroups: comp.os.msdos.djgpp Subject: Using GCC from RHIDE Date: Wed, 05 Jan 2000 21:26:38 GMT Organization: Fallout Lines: 27 Message-ID: <3873b597.8861410@news.erols.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: 9ichHPuhfRm4Ebyi3RcxRcauonG5SEIy23FUvxpzWWU= X-Complaints-To: abuse AT rcn DOT com NNTP-Posting-Date: 5 Jan 2000 21:27:47 GMT X-Newsreader: Forte Agent .99g/32.326 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello all, I installed DJGPP a few days ago, and *almost* everything is working. My one problem is this... When I attempt to compile and/or run my programs from within RHIDE, I get the same error from the linker every time. "Could not open -LSTDCX (No file or folder EONT)" Here's the thing... my source files will compile into objects, no problem, but apparently the linker can't find the object that the compiler just made. However, when I drop to a command prompt, I can issiue a command like gcc -o hello.exe hello.o and hello.o will link no problem. Does anyone know anywhere I can tweak settings so I can compile and link from the editor? Thank you for your time, Needles Sean 'Needles' O'Leary "Sometimes, a little brain damage helps." - George Carlin