Just try rebuilding it for installation on the Kindle.
./configure --prefix=/mnt/us/tcc --sysroot=/mnt/us
should do the trick.
Then, in /mnt/us/tcc/{include,lib} just symlink to wherever lab126 put the files.
That __should__ (according to the tcc docs) fix both the library and the include search paths.
@lab126: My apologies, the use of loader scripts for *.so files was a brain fart of the gnu/gcc project. We will have to let you slide on that one.
|