Problem 316 - unable to "make" a example N02 by coping it
Summary: unable to "make" a example N02 by coping it
Status: RESOLVED WORKSFORME
Alias: None
Product: Examples/Basic and Novice
Classification: Unclassified
Component: N02 (show other problems)
Version: 3.2
Hardware: PC Windows
: P1 critical
Assignee: John Apostolakis
URL:
Depends on:
Blocks:
 
Reported: 2001-10-28 02:25 CET by anurag.goel
Modified: 2007-04-08 18:43 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 anurag.goel 2001-10-28 02:25:26 CET
Hi,

    OS = Windows 2000 . I copied the NO2 directory to a different name NO2_1
and changed the target name from "exampleN02" in the GNUMakefile to "N02_1".

Compilation of the copied example stopped in between giving this error.

==============================
touch: creating `//C/Project_Tools/Geant4/geant4.3.2/tmp/WIN32-g++/N02_1/exe/ob
.last': No such file or directory
make: *** [//C/Project_Tools/Geant4/geant4.3.2/tmp/WIN32-g++/N02_1/exe/obj.last
 Error 1
==============================

I went at the directory path "//C/Project_Tools/Geant4/geant4.3.2/tmp/WIN32-
g++/N02_1" to look of "exe" directory exists but found none.

Seems like after copying an example to a different name more changes need to be
done.  For compiling the example i used the command  "make" in the
direcotry "N02_1" which is located at the same place where "N02" is located


Can someone help me out in this.

Thanks

regards,
Anurag
Comment 1 John Apostolakis 2001-11-05 07:39:59 CET
The user has reported being able to compile by modifying the names of the
files from "exampleN02" to "N02_1"