On Tue, 2003-11-11 at 20:40, Otto Solares wrote:
> Hi!
>
> i am trying to compile an app with 64bits on a ultrasparc,
> so i installed lib6-dev-sparc64 package, kernel 2.6.0-test9-bk16:
>
> [EMAIL PROTECTED]:~$ gcc -o hello hello.c
> [EMAIL PROTECTED]:~$ file hello
> hello: ELF 64-bit MSB executable, SPARC V9, version 1 (SYSV), for GNU/Linux
> 2.4.18, dynamically linked (uses shared libs), not stripped
> [EMAIL PROTECTED]:~$ ./hello
> ./hello: error while loading shared libraries: /lib64/libc.so.6: unexpected
> reloc type 0x08
>
libc6-sparc64 and libc6-sparcv9 are both busted right now. If you
really want 64 bit binaries you can try to figure out what is going
wrong or revert from 2.3.2ds1-{9,10} to 2.3.2-9 .
Jim
> and this 'df' problem:
>
> [EMAIL PROTECTED]:~$ df -h
> Filesystem Size Used Avail Use% Mounted on
> df: `/': Invalid argument
> df: `/proc': Invalid argument
> df: `/dev/pts': Invalid argument
> df: `/sys': Invalid argument
>
> -solca
>