> The factors that I can identify till now are two - > 1.. Distribute the binary in ELF format (are there any compilers that > don't support ELF ? ) > 2.. Compile the binary that it is ABI compliant > > Please add more factors that should be checked, or even suggest another > approach to overcome this problem (other than I get the other person > tool chain and compile the sources myself). Assuming you plan to ship just the binary 3. Ensure you also either ship .o files or you avoid using libc, ld.so and any other LGPL components (license requirements). 4. Check you use no GPL libraries (normally not likely) Alan