bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem to install gmp


From: Kevin Ryde
Subject: Re: problem to install gmp
Date: 03 Dec 2000 10:38:55 +1000
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5

"Ralf Feil" <address@hidden> writes:
> 
> I have downloaded djgpp and gmp-3.1.1. I think djgpp is working, but I don'
> t understand how to  install mp under windows 2000 pentium 3 or windows 98
> pentium 2. I have
> read the install instruction. I try to use the make.exe from djgpp and I
> have attend the standard output, here I could not set the -target=pentium3,
> because the make used it as options.
> I tried also the other file like config.in or configure.in . .
> 
> What have I to do to build the library?

>From within bash,

        ./configure
        make

Or from command.com I think it works to do

        bash configure
        make

If it doesn't automatically detect you've got a pentium2 or 3 then

        ./configure --target=pentium2-pc-msdosdjgpp

Richard Dawe has made a pre-packaged version of gmp for djgpp,
available as v2gnu/gmp311*.zip at the usual djgpp mirrors.  The
djgpp/readme.djg in the source zip has some notes which may help.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]