tried to compile "pi.pas" and got as far as
ld: cannot open -lgmp: No such file or directory
so how do i create -lgmp and what directory does it belong in?
thanks
Russ russwhit@mind.net
Hello!
Russ Whitaker wrote:
tried to compile "pi.pas" and got as far as
ld: cannot open -lgmp: No such file or directory
so how do i create -lgmp and what directory does it belong in?
That's the GNU Multi-Precision library. You can get it from your OS distribution, your favourite GNU mirror, or from
ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/libs/ .
Hope this helps,
Peter