30 Nov
2003
30 Nov
'03
7:41 p.m.
On Sun, 30 Nov 2003, Nathan Schneider wrote:
I am new at this GPC thing, and the whole compiler thing in general. On OSX, I did the package installation, which seemed pretty simple, and no problems were reported. But when I try to compile something on the command line using
gpc <filename>, I get back the following error (or some variant of it):
gpc: installation problem, cannot exec `c++filt3': No such file or directory
Rather hard to tell what's wrong without knowing something about <filename>. As a simple installation check try the clasic "hello world": hello.pas --------- program hello; begin writeln('hello world'); end. If you get by this you can look for more exotic problems Russ