Message: Re: Can't link in HepRep library Not Logged In (login)
 Next-in-Thread Next-in-Thread
 Next-in-Forum Next-in-Forum

Feedback Re: Can't link in HepRep library 

Forum: Installation and Configuration
Re: Question Can't link in HepRep library (Sean Turnbull)
Re: Question Re: Can't link in HepRep library (Ben Morgan)
Re: Feedback Re: Can't link in HepRep library (Sean Turnbull)
Re: None Re: Can't link in HepRep library (Ben Morgan)
Date: Oct 29, 04:45
From: Sean Turnbull <Sean Turnbull>

env | grep G4:

[sturnbull@tango Au-muon]$ env |grep G4 G4LEVELGAMMADATA=/home/sturnbull/geant4/data/G4ABLA3.0 G4INSTALL=/home/sturnbull/geant4 G4LEDATA=/home/sturnbull/geant4/data/ G4ANALYSIS_USE=1 G4NEUTRONHPDATA=/home/sturnbull/geant4/data/G4NDL3.13 G4VIS_BUILD_OPENGLX_DRIVER=1 G4RADIOACTIVEDATA=/home/sturnbull/geant4/data/RadioactiveDecay3.2 G4ABLADATA=/home/sturnbull/geant4/data/G4ABLA3.0 G4LIB=/home/sturnbull/geant4/lib G4LIB_BUILD_SHARED=1 G4VIS_USE_OPENGLX=1 G4UI_USE_TCSH=1 G4VRMLFILE_VIEWER=/home/sturnbull/vrmlview/vrmlview G4LIB_USE_GRANULAR=1 G4SYSTEM=Linux-g++ G4CRYDATA=/home/sturnbull/geant4/data/CRYData G4WORKDIR=/home/sturnbull/geant4/work

GNUMakefile: name := au-muon G4TARGET := $(name) G4EXLIB := true

ifndef G4INSTALL
  G4INSTALL = ../../../..
endif

.PHONY: all all: lib bin

#G4ANALYSIS_USE := false

#ifdef G4ANALYSIS_USE
#  CPPFLAGS += -DG4ANALYSIS_USE
#endif

include $(G4INSTALL)/config/architecture.gmk include $(G4INSTALL)/config/binmake.gmk

ifdef G4ANALYSIS_USE
# for the aida-config command see the README file
  CPPFLAGS += `aida-config --include`
  LDLIBS += `aida-config --lib`
endif

histclean:
        rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/RunAction.o
        rm -f $(G4WORKDIR)/tmp/$(G4SYSTEM)/$(G4TARGET)/EventAction.o

visclean:
        rm -f g4*.prim g4*.eps g4*.wrl
        rm -f .DAWN_*

This all used to work fine, I do think there might be something screwy with the system I am using also.

Inline Depth:
 1 1
 All All
Outline Depth:
 1 1
 2 2
 All All
Add message: (add)

1 None: Re: Can't link in HepRep library   (Ben Morgan - Nov 02, 02:44)
 Add Message Add Message
to: "Re: Can't link in HepRep library"

 Subscribe Subscribe

This site runs SLAC HyperNews version 1.11-slac-98, derived from the original HyperNews


[ Geant 4 Home | Geant 4 HyperNews | Search | Request New Forum | Feedback ]