Problem 739

Summary: make: CL:Command not found
Product: Examples/Basic and Novice Reporter: chaosl
Component: N01Assignee: Makoto.Asai
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P2    
Version: 7.0   
Hardware: PC   
OS: Windows   

Description chaosl 2005-04-09 21:47:10 CEST
When I make the examles/novice/N01,I get the information:
$ make
Compiling ExN01DetectorConstruction.cc ...
make: CL: Command not found
make: *** [../../../tmp/WIN32-VC/exampleN01/ExN01DetectorConstruction.o] Error
127

I use Windows XP + Cygwin + VS 2003.NET to run the Geant4.
Thanks!
Comment 1 chaosl 2005-04-09 21:49:59 CEST
When I make the examles/novice/N01,I get the information:
$ make
Compiling ExN01DetectorConstruction.cc ...
make: CL: Command not found
make: *** [../../../tmp/WIN32-VC/exampleN01/ExN01DetectorConstruction.o] Error
127

I use Windows XP + Cygwin + VS 2003.NET to run the Geant4.
Thanks!
Comment 2 Gabriele Cosmo 2005-04-11 07:18:59 CEST
Your cygwin environment is not properly set. You need to have the CL command in
your 'path' from the cygwin prompt. See in the installation manual:
http://cern.ch/geant4/G4UsersDocuments/UsersGuides/InstallationGuide/html/PCMachines/pcMachines.html
for some tips on how to include the MSDOS commands for VC++ in your cygwin
setup. More can be found here:
http://www.lcsim.org/docs/gettingstarted/geant4msvc++/net2003/index.htm