On Nov 22, 2009, at 4:33 PM, ext Grego wrote: > > Falling back to command line and running jom, I noticed that it > stops with: > > g++: /usr/local/lib: No such file or directory > command failed with exit code 1 > command failed with exit code 2
sidenote: jom only works as an nmake replacement (i.e. when using it with a Qt that's built with the Microsoft tool chain) . It does not replace mingw32-make.exe. If it works, it's pure chance. To get adequate results from the command line, use mingw32-make. Cheers, Daniel -- Daniel Molkentin, Software Engineer, Nokia, Qt Development Frameworks website: http://qt.nokia.com Rudower Chaussee 13, DE-12489 Berlin Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
