* Yubin Ruan: > I am seeking help here since I got error of "undefined reference to > fstat64/stat64" when linking without libstdc++ in a C++ program. I was > trying to use libcxx, so I added -nodefaultlibs when compiling the > program. To get necessary symbols from libc, I added -lc (and also > -lm -lgcc_s -lgcc). But I still got the undefined reference error. What's your target? Thanks, Florian