Hi, On Mon, 29 May 2017, John Paul Adrian Glaubitz wrote:
> Make sure to pass -L/lib32 to the linker because that's where libc6-sparc > gets installed into: > > root@deb4g:~# dpkg -L libc6-sparc |head > /. > /etc > /etc/ld.so.conf.d > /etc/ld.so.conf.d/zz_sparc-biarch-compat.conf > /lib > /lib32 > /lib32/ld-2.24.so > /lib32/libBrokenLocale-2.24.so > /lib32/libSegFault.so > /lib32/libanl-2.24.so > root@deb4g:~# Now, my knowledge on linking-against-libc thiings regarding FPC are a bit rusty, but I'm quite positive we don't need the .so files there at linking stage, but we need the accompanying .a files from the -dev package? However, these also seem to be installed in /usr/lib32... So build running now, lets see what happens. Charlie _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
