Page 2 of 2
Re:Making Library's with DJGPP
Posted: Fri Nov 29, 2002 3:38 pm
by Schol-R-LEA
ObPedantic: "Fighting fire with fire" means to burn off all the sources of fuel (or oxygen) around an uncontrolled fire in a controlled manner to keep the wildfire from spreading.
Unfortunately, the fuel of flame wars is self-regenerating, and the USENET/message board equivalents of a firebreak - e.g., shouting down the
flame warriors in quesion, or intentionally invoking
Godwin's Law by pre-emptively calling someone a Nazi - doesn't seem to work.
Re:Making Library's with DJGPP
Posted: Sun Dec 01, 2002 2:33 pm
by Andrew_Baker
I had a lot of trouble using DJGPP when I first encountered it. I decided if I really wanted to use gcc, I would use gcc on Linux. In addition, the concept of a stub-file to allow DJGPP to operate on certain DOS systems was clever, but I found it worrisome that these stubs could be misinterpreted as virii by virus scanning software. Ultimately, though, I don't think it is worth it. Good project, though. Thumbs up...
Erm, just sort of pointing the thread in the general direction of a topic.
Re:Making Library's with DJGPP
Posted: Sun Dec 01, 2002 3:41 pm
by df
djgpp is good if your on a win98 or dos machine, its a good stable rock solid c/c++/oc compiler.
on nt/xp/2k/etc it doesnt work properly, which is a known bug in the dpmi implementation in the NT layer. cant be fixed (by non Microsoft anyway).. so bugs out on recursion... (ie: make will often die).
its a real shame.
Re:Making Library's with DJGPP
Posted: Mon Dec 02, 2002 6:27 am
by Tim
Hence use Cygwin on NT/2K/XP if you're not worried about DOS compatibility.