- From: Daniel Veillard <Daniel.Veillard@imag.fr>
- Date: Fri, 30 Aug 1996 15:22:32 +0200
- To: erlenkoetter_ansgar@tandem.com
- Cc: Daniel.Veillard@imag.fr, www-amaya@w3.org
Hi,
>I'm trying to explore the alpha0.8 version of Amaya for Linux
>a.out. Im running a 1.3.100 kernel with a 1.2 base system.
[...]
>>>>
>Undefined C library functions:
> 1. light C shared image (Use the real one instead.)
I seems that you are using a special C shared library, wich is smaller
that the normal one (useful for Root floppies but not for everyday use).
You could try to upgrade your a.out shared libraries.
>$ ldd LINUX/amayamain
> libXt.so.6 (DLL Jump 6.0) => /dist/usr/lib/libXt.so.6.0
> libX11.so.6 (DLL Jump 6.0) => /dist/usr/lib/libX11.so.6.0
> libm.so.4 (DLL Jump 4.6pl27) => /lib/libm.so.4.6.20
> libc.so.4 (DLL Jump 4.7pl6) => /lib/libc.so.4.7.6
Here is my results :
~/tmp -> ldd Amaya/bin/LINUX/amayamain
libXt.so.6 (DLL Jump 6.0) => /usr/i486-linuxaout/lib/libXt.so.6.0
libX11.so.6 (DLL Jump 6.0) => /usr/i486-linuxaout/lib/libX11.so.6.0
libm.so.4 (DLL Jump 4.6pl27) => /usr/i486-linuxaout/lib/libm.so.4.6.27
libc.so.4 (DLL Jump 4.7pl6) => /lib/libc.so.4.7.6.old
~/tmp -> ls -l /lib/libc.so.4.7.6.old
-rwxr-xr-x 1 root wheel 634880 Apr 29 19:48 /lib/libc.so.4.7.6.old*
~/tmp -> ls -l /lib/libc.so.5.3.12
-rwxr-xr-x 1 bin bin 583795 Apr 25 07:15 /lib/libc.so.5.3.12*
~/tmp ->
And the a.out version runs fine here, even if my system is an Elf based one.
Daniel
Received on Friday, 30 August 1996 15:22:33 UTC