Harmonious Botch wrote:
...Which GPC and GCC versions and which system do you use? How do you
invoke it...? I'm using Fedora 3. I invoke gpc with: gpc cnp.pas -o cnp When invoked with the v flag, gpc prints - among lots of other stufff - the following 2 lines: GNU Pascal version 2.95.2 19991024 (release) (i686-pc-linux-gnu) compiled by GNU C version 3.3.3 GNU Pascal version is actually 2.1 (20020510), based on gcc-2.95.2 19991024 (release)
I see, this version is from 2002 (2002-05-10) and might have had a bug in "{$L}" (I don't remember exactly). If this version works for you, fine, but if you encounter other bugs (and there were quite a few which have been fixed meanwhile), you might want to upgrade, even if the newer versions are labeled alpha/beta.
Frank