[fpc-pascal] no_dead_strip not recognized by OS X 10.3 assembler

Jonas Maebe jonas.maebe at elis.ugent.be
Mon Oct 29 20:07:57 CET 2007


On 29 Oct 2007, at 11:42, Tobias Giesen wrote:

>> Yes, add the -CX- -X- command line options.
>> Or better: turn off all smart linking related options in Lazarus.
>
> Thanks!
>
> I did both, but somehow the error is still there. All the units  
> compile
> fine, only the last step where the .dpr file is compiled fails. The
> .s file of the main program remains in the folder. Can I edit it and
> do the final steps manually, just for a test?

You can use the -s option so make the compiler only generate  
assembler files, together with a script (called ppas.sh) to perform  
the assembling and linking.


Jonas



More information about the fpc-pascal mailing list