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

2007-10-29 Thread Jonas Maebe
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 comp

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

2007-10-29 Thread Tobias Giesen
> 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 remain

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

2007-10-29 Thread Jonas Maebe
On 29 Oct 2007, at 11:36, Mattias Gaertner wrote: Yes, add the -CX- -X- command line options. Dead code stripping is not supported by the 10.3 assembler/linker. The compiler has however no clue on which OS version it is running, so if Lazarus tells it to generate smart linkable code, it will do

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

2007-10-29 Thread Mattias Gaertner
On Mon, 29 Oct 2007 11:08:48 +0100 Jonas Maebe <[EMAIL PROTECTED]> wrote: > > On 29 Oct 2007, at 11:03, Tobias Giesen wrote: > > > I am now trying the latest Lazarus snapshots on OS X 10.3 on a > > powerpc Mac. The application compiles 99% fine but at the end it > > fails with the > > following

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

2007-10-29 Thread Jonas Maebe
On 29 Oct 2007, at 11:08, Jonas Maebe wrote: unknown section attribute: no_dead_strip [...] Error while assembling Exit Code 1 Is there a solution for this problem? Yes, add the -CX- -X- command line options. Or better: turn off all smart linking related options in Lazarus. Jonas ___

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

2007-10-29 Thread Jonas Maebe
On 29 Oct 2007, at 11:03, Tobias Giesen wrote: I am now trying the latest Lazarus snapshots on OS X 10.3 on a powerpc Mac. The application compiles 99% fine but at the end it fails with the following errors (from the assembler, I assume): unknown section attribute: no_dead_strip [...] Error

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

2007-10-29 Thread Tobias Giesen
Hello, I am now trying the latest Lazarus snapshots on OS X 10.3 on a powerpc Mac. The application compiles 99% fine but at the end it fails with the following errors (from the assembler, I assume): unknown section attribute: no_dead_strip [...] Error while assembling Exit Code 1 Is there a solu