Re: [fpc-pascal] FPC cross compilation error: cannot find -lgcc

2013-05-24 Thread Bruce Tulloch
Hi Stephano, I have been having a number of problems that look similar to this in several ways. I'm trying to chase down what's going wrong and I'll let you know what I discover. First up I noticed in your log that the linker reports:

Re: [fpc-pascal] FPC cross compilation error: cannot find -lgcc

2013-05-04 Thread patspiper
On 12/04/13 00:11, patspiper wrote: On 12/04/13 00:08, patspiper wrote: On 11/04/13 23:25, Marco van de Voort wrote: In our previous episode, patspiper said: Cross compilation from Ubuntu 32 bit to Win32, WIn64, and Linux 64 works well with FPC 2.6.0. With FPC 2.7.1, any cross compilation

[fpc-pascal] FPC cross compilation error: cannot find -lgcc

2013-04-11 Thread patspiper
Hi, I am puzzled by the failure to cross compile with recent FPC versions. Cross compilation from Ubuntu 32 bit to Win32, WIn64, and Linux 64 works well with FPC 2.6.0. With FPC 2.7.1, any cross compilation yields a 'cannot find -lgcc' error. With FPC 2.6.3, cross compilation to Win32 and

Re: [fpc-pascal] FPC cross compilation error: cannot find -lgcc

2013-04-11 Thread Marco van de Voort
In our previous episode, patspiper said: Cross compilation from Ubuntu 32 bit to Win32, WIn64, and Linux 64 works well with FPC 2.6.0. With FPC 2.7.1, any cross compilation yields a 'cannot find -lgcc' error. Linking what file generates that error when crosscompiling to win32 or win64?

Re: [fpc-pascal] FPC cross compilation error: cannot find -lgcc

2013-04-11 Thread patspiper
On 11/04/13 23:25, Marco van de Voort wrote: In our previous episode, patspiper said: Cross compilation from Ubuntu 32 bit to Win32, WIn64, and Linux 64 works well with FPC 2.6.0. With FPC 2.7.1, any cross compilation yields a 'cannot find -lgcc' error. Linking what file generates that error

Re: [fpc-pascal] FPC cross compilation error: cannot find -lgcc

2013-04-11 Thread patspiper
On 12/04/13 00:08, patspiper wrote: On 11/04/13 23:25, Marco van de Voort wrote: In our previous episode, patspiper said: Cross compilation from Ubuntu 32 bit to Win32, WIn64, and Linux 64 works well with FPC 2.6.0. With FPC 2.7.1, any cross compilation yields a 'cannot find -lgcc' error.