<p>Am 09.10.2015 23:31 schrieb "Schneider" <<a href="mailto:schneidt@mail.nih.gov">schneidt@mail.nih.gov</a>>:<br>
><br>
> Sven:<br>
><br>
> > > fpc   -Miso -Tdarwin -Mmacpas getput.p<br>
> ><br>
> > You should only pass one of the major modes (which are "fpc", "tp",<br>
> > "iso", "objfpc", "macpas", "delphi" and "delphiunicode") while you can<br>
> > use multiple of the minor modeswitches (I don't know them all by heart<br>
> > so I won't list them here ^^ ).<br>
><br>
> Ok, I switched to:<br>
>          fpc -Miso -Tdarwin $program.p<br>
><br>
> That worked.  Not clear whether -Tdarwin should stay ...</p>
<p>Since you're compiling on Mac OS X you don't need that. It's only if you compile for a different target than the one you're on (that's the simple version, but that should be sufficient for now ;) ).</p>
<p>Regards,<br>
Sven</p>