Problem 100 - problem to build the exampleN04
Summary: problem to build the exampleN04
Status: RESOLVED WONTFIX
Alias: None
Product: Examples/Basic and Novice
Classification: Unclassified
Component: N04 (show other problems)
Version: 1.1
Hardware: PC Linux
: P2 normal
Assignee: Makoto.Asai
URL:
Depends on:
Blocks:
 
Reported: 2000-06-01 05:20 CEST by kobayam
Modified: 2007-04-08 18:27 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 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.