I am working successfully with a gpc installation from 2002 and wanted to update to the current version.
So I downloaded from "GNU Pascal download area: Current" / binaries /
DJGPP (http://www.gnu-pascal.de/binary/djgpp/) all files. After unzipping and a successful installation (gpc -v is working) a try to compile even simple files results in:
D:\xxy>gpc HALLO.PAS gpc.exe: Internal GPC problem: internal option `--amtmpfile' not given
I read and followed any instructions of http://www.gnu- pascal.de/gpc/Installing-GPC-on-DJGPP.html set DJGPP=c:\gpc\djgpp.env Additions to djgpp are entered and correct.
(My first installation of gpc together with djgpp was very problematic too and I succeeded to install a working compiler only after help from the mailing list. That is the reason, that I didn't update the compiler).
Frank Braun Frank Braun Rechenzentrum Universitaetsstrasse 31 D-93053 Regensburg Germany
Tel.: +49-941-943-4891
email: frank.braun@rz.uni-regensburg.de
Frank Thomas Braun a écrit:
I am working successfully with a gpc installation from 2002 and wanted to update to the current version.
So I downloaded from "GNU Pascal download area: Current" / binaries /
DJGPP (http://www.gnu-pascal.de/binary/djgpp/) all files.
The files in this directory are somewhat outdated. It is so because I have no more write access to files in this directory. Can you give it me (Frank ?). If we have to look for bugs, it would be better to have the same files as in my system.
After
unzipping and a successful installation (gpc -v is working) a try to compile even simple files results in:
D:\xxy>gpc HALLO.PAS gpc.exe: Internal GPC problem: internal option `--amtmpfile' not given
try gpc --automake hallo.pas (the amtmpfile is used by automake)
I read and followed any instructions of http://www.gnu- pascal.de/gpc/Installing-GPC-on-DJGPP.html set DJGPP=c:\gpc\djgpp.env Additions to djgpp are entered and correct.
(My first installation of gpc together with djgpp was very problematic too and I succeeded to install a working compiler only after help from the mailing list. That is the reason, that I didn't update the compiler).
Maurice
Maurice Lombardi wrote:
DJGPP (http://www.gnu-pascal.de/binary/djgpp/) all files.
The files in this directory are somewhat outdated. It is so because I have no more write access to files in this directory. Can you give it me (Frank ?).
No problem. (I suppose this happened during the system problems last year. If there are other permission problems left, for you or another user who has an account, just tell me.)
Frank
Frank Heckenbach a écrit:
Maurice Lombardi wrote:
DJGPP (http://www.gnu-pascal.de/binary/djgpp/) all files.
The files in this directory are somewhat outdated. It is so because I have no more write access to files in this directory. Can you give it me (Frank ?).
No problem. (I suppose this happened during the system problems last year. If there are other permission problems left, for you or another user who has an account, just tell me.)
OK I have updated this directory now. The only remaining problem is that I am not allowed to update the file README-DJGPP in the directory /home/gpc/download/www to say that djgpp is no more on simtelnet
Maurice
Maurice Lombardi wrote:
OK I have updated this directory now. The only remaining problem is that I am not allowed to update the file README-DJGPP in the directory /home/gpc/download/www to say that djgpp is no more on simtelnet
Now you are.
Frank
Does your answer mean, that the directory djgpp now is up to date? Is may installation from last week (with automake) ok or should I try another download of the files and do an new installation?
Frank Braun Frank Braun Rechenzentrum Universitaetsstrasse 31 D-93053 Regensburg Germany
Tel.: +49-941-943-4891
email: frank.braun@rz.uni-regensburg.de
Frank Thomas Braun a écrit:
Does your answer mean, that the directory djgpp now is up to date? Is may installation from last week (with automake) ok or should I try another download of the files and do an new installation?
to be sure type from a dos prompt
C:>gcc -v Reading specs from c:/djgpp/lib/gcc-lib/djgpp/3.23/specs Configured with: /devel/gnu/gcc/3.2/gnu/gcc-3.23/configure i586-pc-msdosdjgpp -- prefix=/dev/env/DJDIR --disable-nls Thread model: single gcc version 3.2.3
C:>gpc -v Reading specs from c:/djgpp/lib/gcc-lib/djgpp/3.23/specs Configured with: /djgpp/b/gnu/gcc-3.23/configure i586-pc-msdosdjgpp --prefix=/de v/env/DJDIR --disable-nls --enable-languages=pascal --enable-checking Thread model: single gpc version 20040516, based on gcc-3.2.3
you should have gcc-3.2.3 gpc 20040516
If not, better to reinstall everything
Maurice
Je vous remercie beaucoup - Thank you very much
I had to reinstall everthing, but gpc 20040516 now works correctly.
Frank Thomas Braun a écrit:
Does your answer mean, that the directory djgpp now is up to date? Is may installation from last week (with automake) ok or should I try another download of the files and do an new installation?
to be sure type from a dos prompt
C:>gcc -v Reading specs from c:/djgpp/lib/gcc-lib/djgpp/3.23/specs Configured with: /devel/gnu/gcc/3.2/gnu/gcc-3.23/configure i586-pc-msdosdjgpp -- prefix=/dev/env/DJDIR --disable-nls Thread model: single gcc version 3.2.3
C:>gpc -v Reading specs from c:/djgpp/lib/gcc-lib/djgpp/3.23/specs Configured with: /djgpp/b/gnu/gcc-3.23/configure i586-pc-msdosdjgpp --prefix=/de v/env/DJDIR --disable-nls --enable-languages=pascal --enable-checking Thread model: single gpc version 20040516, based on gcc-3.2.3
you should have gcc-3.2.3 gpc 20040516
If not, better to reinstall everything
Maurice
-- Maurice Lombardi Laboratoire de Spectrometrie Physique, Universite Joseph Fourier de Grenoble, BP87 38402 Saint Martin d'Heres Cedex FRANCE Tel: 33 (0)4 76 51 47 51 Fax: 33 (0)4 76 63 54 95 mailto:Maurice.Lombardi@ujf-grenoble.fr
Frank Braun Rechenzentrum Universitaetsstrasse 31 D-93053 Regensburg Germany
Tel.: +49-941-943-4891
email: frank.braun@rz.uni-regensburg.de