Hi, I'm trying to build statically all the gcc executables in order to generate a portable compiler package, in particular I need a package which is not dependent from a specific dynamic loader version (ld-linux.so.2), could you please help me to find a way to obtain this? For instance I can run gcc using the command "ld-linux.so.2 ~/mygcc/usr/bin/c++", but c++ then calls cc1plus which also needs ld-linux.so.2 .... Many thanks for any help. bye