Hi, > when testing the current (?) git snapshot from 2008-12-02 > (snapshot downloaded from http://repo.or.cz/w/tinycc.git) > I found a problem with shared libraries that should be > loaded by Tcl/Tk as extension:
I didn't support shared libraries for x86-64 and generally it should not work :) I guess your simple test was so simple that TCC accidentally generates valid code (maybe a function which just returns integer value would work). Recently I'm working on shared libraries on x86-64 and it seems that it starts working. You can try it using mob branch, but please note that there should be some bugs and it may crash (also, x86-64 support itself is unstable - I didn't test it well). Anyway, thanks for the report! _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
