Yes, the problem is due to the scripts. The setup scripts for the ARM compile do modify LD_LIBRARY_PATH to point to /opt/Qtopia/lib. Unfortunately, tmake runs on x86, and uses perl, which is searching for /lib/libc.so.6. Because of the LD_LIBRARY_PATH is changed, the x86 perl job is trying to reference the ARM libc.so.6 library.
I agree this may not be the best approach. (Certainly isn\'t clean.) Yes, there are work-arounds, but what exactly *is* the \"correct\" solution here? If you are not using LD_LIBRARY_PATH for your system, how do you tell the compiler where you should be picking up the libraries from?
Sorry if this is a gcc101 question. My experience is in Unix software support, not development. LD_LIBRARY_PATH is used for a great many commercial applications, and I wasn\'t aware there are methods of getting around it. Any constructive input would be appreciated.
Thanks!