]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Add input parameter for script to fix problem with testing Fortran compilers.
authorakl <akl@opencascade.com>
Mon, 27 Aug 2007 14:04:15 +0000 (14:04 +0000)
committerakl <akl@opencascade.com>
Mon, 27 Aug 2007 14:04:15 +0000 (14:04 +0000)
src/SALOME_InstallWizard.cxx

index d74f0591d1c4f889fd785ab5b77012a8fad1ec59..e4e97d018b506872ef6d3b69c3e7ffe1913ab352 100644 (file)
@@ -2476,6 +2476,7 @@ void SALOME_InstallWizard::onStart()
       statusLab->setText( tr( "Check Fortran compiler..." ) );
       // check Fortran compiler.
       QString script = "./config_files/checkFortran.sh find_compilers";
+      script += " " + QUOTE( QFileInfo( QDir::cleanDirPath( tempFolder->text().stripWhiteSpace() ) + TEMPDIRNAME ).absFilePath() );
       ___MESSAGE___( "script = " << script.latin1() );
       if ( system( script ) ) {
        QMessageBox::critical( this,