Quote:
Originally Posted by deep
Yes I copied the /lib/libpthread.so to the tcc folder, renamed it as tcc.libpthread.so ; and I modified the tccmake script as you suggested with all the mounts and binds ...
|
That does not make sense because the bind mounts just replace the file with an IDENTICAL copy of itself. I simplified the copy in the tcc folder because of reports in a tinytcc mailing list that showed the cause of this problem being the extra lines in the library loader script.
How can replacing a file with an identical copy of itself "fix" (as you reported) anything? This is all so confusing for my poor little brain...