Jawaad Ahmad wrote:
[Win95] C:\TEMP\pas>gpc -Wall --automake pi.pas pi.pas:35: warning: `{' within comment pi.pas:35: warning: `}' within comment d:\djgpp\bin\ld.exe: cannot open -lgmp: No such file or directory (ENOENT)
Then you do not have the `gmp' library installed which is needed for the `pi' demo program. See:
ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/libs/
for the source of this library (and others) including precompiled binaries for many platforms.
Maybe I should simply stick with C and C++. :-)
Those languages also require libraries to be installed if you want to use them. ;-)
Peter