Adriaan van Os wrote:
I am experimenting a bit with gpc and gcc:
[G4:~/gnu/testgpc/demos] adriaan% gcc hello.pas gcc: Internal GPC problem: internal option `--amtmpfile' not given
Is this a compiler, configure or install problem ? Or is it a non-feature ?
A usage problem. ;-) The `gcc' driver doesn't support automake, so you can't use it to compile Pascal programs yet. It might work with `--no-automake' and building everything manually (and linking with `-lgpc -lm' explicitly). In the future, automake will be replaced with an external utility, and then this problem should disappear. Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: 51FF C1F0 1A77 C6C2 4482 4DDC 117A 9773 7F88 1707