Problem 555 - GNUmakefile and architecture.gmk don't work in cygwin
Summary: GNUmakefile and architecture.gmk don't work in cygwin
Status: RESOLVED WORKSFORME
Alias: None
Product: Geant4
Classification: Unclassified
Component: config (show other problems)
Version: 5.2
Hardware: PC Windows
: P1 major
Assignee: Serguei.Sadilov
URL:
Depends on:
Blocks:
 
Reported: 2003-11-21 13:36 CET by tikh
Modified: 2004-02-18 00:59 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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.