[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: /lib64/libc.so.6: unexpected reloc type 0x08



On Mon, Dec 01, 2003 at 12:03:02PM -0500, Andy Dougherty wrote:
> I am currently running the "testing" distribution on an Ultra 10.
> A trivial compilation produces the following error message:
> 
>     echo 'int main(void) { return 0; }' > x.c && gcc -o x x.c && ./x
>     ./x: error while loading shared libraries: /lib64/libc.so.6: unexpected reloc type 0x08
> 
> The relevant packages are:

See another post about fixing 64-bit with some temporary packages I
built.

You probably want 32-bit anyway, so try this instead:

echo 'int main(void) { return 0; }' > x.c && sparc32 gcc -o x x.c && ./x

-- 
Debian     - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
WatchGuard - http://www.watchguard.com/



Reply to: