Problem 739 - make: CL:Command not found
Summary: make: CL:Command not found
Status: RESOLVED WORKSFORME
Alias: None
Product: Examples/Basic and Novice
Classification: Unclassified
Component: N01 (show other problems)
Version: 7.0
Hardware: PC Windows
: P2 normal
Assignee: Makoto.Asai
URL:
Depends on:
Blocks:
 
Reported: 2005-04-09 21:47 CEST by chaosl
Modified: 2007-04-08 18:41 CEST (History)
0 users

See Also:


Attachments

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