[tlbuild] asy & libgcc_s.so.1

Vladimir Volovich vvv at vsu.ru
Mon Oct 5 02:29:53 CEST 2009


"RK" == Reinhard Kotucha writes:

 RK> $ uname -a Linux zaphod 2.6.20-gentoo-r8 #1 SMP Mon Apr 14 01:07:33
 RK> CEST 2008 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4800+
 RK> AuthenticAMD GNU/Linux

 RK> $ gcc --version gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.3) Copyright (C)
 RK> 2006 Free Software Foundation, Inc.  This is free software; see the
 RK> source for copying conditions.  There is NO warranty; not even for
 RK> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

you seem to have a really old version of 64-bit linux. i've built asy on
debian etch, which was the 1st version to officially support amd64.

my build has a minimal set of shared library dependencies (i.e. as much
as possible was compiled statically):

$ strings -a asy | grep '\.so' | grep -v '^http://'
/lib64/ld-linux-x86-64.so.2
libpthread.so.0
libm.so.6
libGL.so.1
libgcc_s.so.1
libc.so.6
ld-linux-x86-64.so.2
libX11.so.6

but alas, everything has its limits, and in this case, it cannot run on
outdated linux distros.

Best,
v.


More information about the tlbuild mailing list