Re: [fpc-devel] fpc fails to link against libc on some architectures due to multiarch

2011-08-19 Thread peter green
tags 636802 +patch thanks Note: jonas's reply was only posted to fpc-devel, not to the debian bug report , a copy can be found at http://lists.freepascal.org/lists/fpc-devel/2011-August/025444.html Jonas Maebe wrote: Is there a standard for multiarch library path locations and names? Multi

Re: [fpc-devel] fpc fails to link against libc on some architectures due to multiarch

2011-08-13 Thread Jonas Maebe
On 12 Aug 2011, at 22:33, peter green wrote: > On armel the problem seems to be that freepascal can't find crti.o in the new > multiarch path. Confusingly if freepascal can't find crti.o then rather than > throwing an error it simply omits it from link.res. Manually pointing > freepascal at th

[fpc-devel] fpc fails to link against libc on some architectures due to multiarch

2011-08-12 Thread peter green
reassign 636802 fpc thanks From my testing on armel I now belive that the issue causing the lazarus build failures is a problem with freepascal and multiarch. I haven't tried to troubleshoot the issue on powerpc or sparc as I don't have access to them but I presume it is the same issue. On a