hello all. i have a strange question. is possible to compile using gcc but don't have dependencies on libgcc_s.so.0,libunwind.so.1 and so on? i have 2 itaniums running HP-UX, one of them have gcc provided by HP, the other doesn't have gcc installed. the code is compiled normally, and i use -shared and -mlp64 as well to make it a library in the first one i can compile using cc (which points to aCC, or something like) or gcc, on both the produced artifact will response "ELF-64 shared object file - IA64" for file; but they will have different dependencies; if i run, for example, "chatr libmylibrary.sl" (chatr is like ldd) the version compiled with gcc will have 2 aditional dependencies. any response is welcome.