From: gpt20 AT thor DOT cam DOT ac DOT uk (G.P. Tootell) Newsgroups: comp.os.msdos.djgpp Subject: Re: Probleme avec les emulateurs pour coprocesseur mathematique Date: 23 Jan 1997 16:55:24 GMT Organization: University of Cambridge, England Lines: 45 Sender: gpt20 AT hammer DOT thor DOT cam DOT ac DOT uk (G.P. Tootell) Message-ID: <5c855s$6gq@lyra.csx.cam.ac.uk> References: <32E653AC DOT 41C6 AT ibm7 DOT cicrp DOT jussieu DOT fr> <32E77A96 DOT 59E2 AT LSTM DOT Ruhr-UNI-Bochum DOT De> NNTP-Posting-Host: hammer.thor.cam.ac.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp ok, so my french is rusty but it roughly says this.. |> > Bonjour, hello :) |> > J'ai installe DJGPP v2.0.1 sous MSDOS . i installed djgpp v2.0.1 under msdos |> > J'ai un portable sans coprocesseur mathematique . i have a portable (computer) without maths coprocessor |> > J'ai donc mis les deux lignes suivantes dans le fichier autoexec.bat : i added these 2 lines to my autoexec.bat (ok not a literal translation :) |> > set 387=n |> > set emu387=c:/djgpp/bin/emu387.dxe ------------------------------------^ i hope this was .exe or it might be the problem. |> > J'ai rajoute dans ma ligne de path c:\djgpp\bin . |> > J'ai lance setdjgpp.bat . i added the line c:\djgpp\bin to my path i launched setdjgpp.bat |> > Je recompile un programme ( qui s'appelle LP_SOLVE ) avec le |> > compilateur DJGPP et j'execute la demo.exe . i recompiled a program (called lp_solve) with the compiler djgpp and executed demo.exe |> > Et la les problemes commencent car la demo plante en m'affichant en cer- |> > tains nombres de registres de la machine . and then the problems started cos the demo put a number of registers on my screen. (he means he had a page fault or exception or something i think) |> > Que dois-je faire ? what should i do?