> g++: /usr/local/lib: No such file or directory
> command failed with exit code 1
> command failed with exit code 2
>
> So I still have some linux specific stuff in my .pro file, which I will 
> correct.
>
> My guess why the message goes missing comes from the exit codes 1 & 2
> above: I wonder if jom.exe output gets stuck somewhere due to
> different threads?  I'm on a dual-core machine, using 4.6 rc1.

No, there's no missing output there. It's just failing with a single
error message: "No such file or directory", which causes g++ to exit
with code 1 right away. Then, because the compiler failed out, jom
aborted with code 2.

/s/ Adam

_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to