[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] X86_64 shared library relocation errors?
From: |
arnold |
Subject: |
[Tinycc-devel] X86_64 shared library relocation errors? |
Date: |
Wed, 17 Oct 2012 15:17:23 -0600 |
User-agent: |
Heirloom mailx 12.4 7/29/08 |
Hi. Occasionally I use tcc on x86_64 for testing building gawk with
something that isn't GCC. I'm getting this:
../gawk: Symbol `malloc' causes overflow in R_X86_64_PC32 relocation
../gawk: Symbol `free' causes overflow in R_X86_64_PC32 relocation
../gawk: Symbol `malloc' causes overflow in R_X86_64_PC32 relocation
../gawk: Symbol `free' causes overflow in R_X86_64_PC32 relocation
../gawk: Symbol `malloc' causes overflow in R_X86_64_PC32 relocation
....
I vaguely recall that this was discussed before. This is with the mob
branch after a recent git pull.
To reproduce, simply clone the gawk git repo and configure and build
the master branch with tcc.
Much thanks!
Arnold
- [Tinycc-devel] X86_64 shared library relocation errors?,
arnold <=