Am 09.10.2015 23:31 schrieb "Schneider" <schne...@mail.nih.gov>:
>
> Sven:
>
> > > fpc   -Miso -Tdarwin -Mmacpas getput.p
> >
> > You should only pass one of the major modes (which are "fpc", "tp",
> > "iso", "objfpc", "macpas", "delphi" and "delphiunicode") while you can
> > use multiple of the minor modeswitches (I don't know them all by heart
> > so I won't list them here ^^ ).
>
> Ok, I switched to:
>          fpc -Miso -Tdarwin $program.p
>
> That worked.  Not clear whether -Tdarwin should stay ...

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 ;) ).

Regards,
Sven
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to