From: "J. L." Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP NEEDED Date: Thu, 30 Jan 2003 11:14:25 -0600 Lines: 52 Message-ID: References: <20030130120517 DOT 89318 DOT qmail AT web12703 DOT mail DOT yahoo DOT com> NNTP-Posting-Host: 200.34.143.28 X-Trace: fu-berlin.de 1043946906 34935812 200.34.143.28 (16 [143309]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "guru samy" escribió en el mensaje news:20030130120517 DOT 89318 DOT qmail AT web12703 DOT mail DOT yahoo DOT com... > > Sir, > I am doing a project using DJGPP Compiler to produce > one Graphics based C compiler. > I get the error given below while try to compile the > example 'T.C' program given in the file > 'Allegrohelp.txt' which is downloaded from your ftp > site. > I think I don't know how to compile 'C' programs in > windows DOS environment using DJGPP-GCC compiler. If > you don't mind can you mail me 'How to compile C > programs and make deploying the DOS environment to > DJGPP. > And also I gave the list of the files downloaded from > your FTP site. If there is any file missing which is > required for compilation, mention the name of the > files and its paths. > And also there is problem in using RHIDE Editor. It > compiles 'C' files. But doesn't produce OBJ/EXE file > to execute and view the output. If you any manual to > use DJGPP Compiler and RHIDE Editor, mail them to me. > > Thank you > Gurusamy > India > > THE ERROR: > > C:\DJGPP\ALLEGRO\DEMO>gcc -Wall t.c -o t.exe -lalleg > c:/djgpp/bin/ld.exe: cannot find -lalleg > collect2: ld returned 1 exit status > Did you build allegro? You MUST read, at least, the README.1st file, and are encouraged to read the FAQ. Also, RHIDE (and many other packages) had intensive info. I see that you download txi42b.zip. Then, you can type at command prompt > info rhide and follow the docs. HTH J. L. J. L.