Problem 555

Summary: GNUmakefile and architecture.gmk don't work in cygwin
Product: Geant4 Reporter: tikh
Component: configAssignee: Serguei.Sadilov
Status: RESOLVED WORKSFORME    
Severity: major    
Priority: P1    
Version: 5.2   
Hardware: PC   
OS: Windows   

Description tikh 2003-11-21 13:36:16 CET
When running make in geant4_5_2/source/ directory (using cygwin 1.14-1 in
Windows 2000) an error is issued:

'[' is not recognized as an internal or external command, operable program or
batch file.

It appears that error is generated at the line:
G4DUMMY_VARIABLE:=$(shell [ ! -d $(G4TMP) ] && mkdir -p $(G4TMP) )
in geant4_5_2/config/architecture.gmk file.
Comment 1 tikh 2003-11-21 17:06:59 CET
Upgrade to cygwin 1.5.5-1 solved the problem. Something was wrong with previous
cygwin installation
Comment 2 tikh 2003-11-21 17:08:59 CET
Upgrade to cygwin 1.5.5-1 solved the problem. Something was wrong with previous
cygwin installation
Comment 3 Gabriele Cosmo 2004-02-18 00:59:59 CET
The problem is now closed.