Ich habe mir ein Buch über das C++ programmieren gekauft, weil ich mich mit der Sprache näher befassen möchte. Dabei war der Compiler DJGPP mit der Umgebung RHIDE. Nun kann ich nicht einmal das beliebte Programm Hello World compilieren, weil)ich galueb beim linken) immer der Fehler kommt: ld.exe -lstcdx: file not found (ENOENT), oder so ähnlich kommt. Was kann ich da machen? Ich habs auch schon mit WPE und XWPE unter Linux probiert. Muss ich noch was konfigurieren?
Wie gehe ich am besten vor?
Über eure Hilfe würde ich mich sehr freuen
Programmieren - alles kontrollieren 4.940 Themen, 20.676 Beiträge
Das ist die readme.txt von DJGPP
Mr. W's fast steps to setting up the free C++ compiler.
1. Must at least be using Windows 95. Windows 3.11 is 16 bit and will not work. Windows 98 is good also.
2. Make sure you unzip this big zip file with CREATE DIRECTORIES checked. If not, do it again.
3. Use notepad and edit your AUTOEXEC.BAT with the following information.
set DJGPP=C:\DJGPP\DJGPP.ENV
set PATH=C:\DJGPP\BIN;%PATH%
Note: make sure the the path is correct.
4. For extra help, see www.delorie.com. This site has TONS of help with this compiler.
5. I have included the Allegro graphics library, it's similar to the graphics.h BGI file, but WAYYYYY better.
6. If you have questions, you can email me at sparky92@home.com
7. To use graphics, make sure to type ALLEG in OPTIONS/LIBRARIES, and X the box.
8. To run the IDE compiler, run RHIDE.EXE in the BIN directory