From: "Nick Dreyer" Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP: What's wrong ? Date: 30 Sep 1996 08:04:12 GMT Organization: Sense Networking (http://www.oz.net) Lines: 16 Message-ID: <01bbaea5$b230cc80$110808d0@gurfle.oz.net> References: <01bbae54$12da4180$LocalHost AT 10 DOT 0 DOT 1 DOT 1 DOT inf> NNTP-Posting-Host: gurfle.oz.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Looks like you found a bug! I get the same problem using gxx. You can compile the code your code with gcc, and get it to run, but not with gxx... |\|. Nick Dreyer (gurfle AT oz DOT net) Guillermo Ballester Valor wrote in article <01bbae54$12da4180$LocalHost AT 10 DOT 0 DOT 1 DOT 1 DOT inf>... > Hello: > I downloaded DJGPP V2 last week. I think is a superb C/C++ compilator. I > have been working in BORLAND C++ 4.52 before, and DJGPP is better in many > tasks. > I have re-compiled a lot of code writen in BORLAND IDE and I have no > serious problem to run it in DJGPP/DOS. That's my compiler ! :-)) > There is only a problem. I cannot find the solution. When I use 'ldexp' > function, defined in math.h, program breaks....