Mail Archives: djgpp/1996/09/13/16:10:07
In article <32392889 DOT 41C6 AT LSTM DOT Ruhr-UNI-Bochum DOT De>, Thomas Demmer <demmer AT LSTM DOT Ruhr-UNI-Bochum DOT De> says:
>
>I tried to test the extended version of GNU-Pascal,
>but failed to link in /produce UNITS. Can anybody
>point me to where to find some information on GNU-Pascal?
>
If you are using the GNU pascal version from the djgpp distribution
(gcc-2.6.3 based), you have two options:
1) use #include to include "units" using the preprocessor, instead of
the "uses" mechanism.
2) Get the pre-release of the new, gcc-2.7.2 based GPC which has *much*
better unit support. It also has some bugs, but that's what
pre-releases are for, right?
GPC prereleases for djgpp are available from:
ftp://ftp.agnes.dida.physik.uni-essen.de/gpc-2.7.2/djgpp/
ftp://kampi.hut.fi/jtv/gnu-pascal/gpc-2.7.2/djgpp/
which is mirrored at:
ftp://sunsite.doc.ic.ac.uk/gnu/pascal/gpc-2.7.2/djgpp/
A second pre-release *may* appear in one or two weeks.
Hope this helps.
JanJaap
- Raw text -