Problem 100

Summary: problem to build the exampleN04
Product: Examples/Basic and Novice Reporter: kobayam
Component: N04Assignee: Makoto.Asai
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P2    
Version: 1.1   
Hardware: PC   
OS: Linux   

Description kobayam 2000-06-01 05:20:47 CEST
I am getting start to use GEANT4 just after the installation a few days ago.
Today, I tried to compile example proglams, N01 to N06, included in GEANT4
package for practice. But only for N04 including hadronic processes, I had
a link error of "exampleN04", the error description is as follows:

> /usr/bin/ld: cannot open -lG4hadronic_stop: No such file or directory
> collect2: ld returned 1 exit status
> make: *** [../../../bin/Linux-g++/exampleN04] Error 1

No errors nor warning was before the link error at the end of compilation,
but some files is short obviously.
Although this may be not of example04 nor GEANT4, please let me know what is
the cause if somebody had such experience.

Thank you
Comment 1 Makoto.Asai 2000-06-06 22:13:59 CEST
Asking for more detail information.
Comment 2 Makoto.Asai 2000-06-07 01:48:59 CEST
The problem was caused by using a wrong tar file (geant4.1.1.tar.gz)
instead of (geant4.1.1.gtar.gz). Some source codes in hadronics were
not properly extracted.