Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
a2107975
Commit
a2107975
authored
Oct 04, 2006
by
Lynn Garren
Browse files
fixes for icc
parent
f59da0d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
HepMC/configure.in
View file @
a2107975
...
...
@@ -260,7 +260,7 @@ icc)
case "$target" in
*-*-linux*)
AM_CXXFLAGS="-O -ansi -mp -no-gcc -w1"
AM_LDFLAGS="-lstdc++"
AM_LDFLAGS="-lstdc++
-lcxa -lunwind
"
MY_SHFLAGS="-fPIC -DPIC"; MY_SHLINK="-shared"; SHEXT=so
MY_SHNAME="-Wl,-soname,"; MY_LD="-Wl,--rpath -Wl,"
AR="xiar"; ARFLAGS="cru"
...
...
HepMC/examples/GNUmakefile.example.in
View file @
a2107975
...
...
@@ -25,7 +25,7 @@ endif
HepMCinc = $(INCDIR)/CLHEP/HepMC
PythiaLIB = $(PYLIB)/pydata.o $(PYLIB)/libpythia.a $(PYLIB)/libpydum.a
HerwigLIB = $(HERWIG_DIR)/lib/libherwig.a $(HERWIG_DIR)/lib/libherdum.a $(HERWIG_DIR)/lib/timel.o
LIBNAME = -L$(CLHEP_BASE)/lib -lCLHEP-@VERSION@
LIBNAME = -L$(CLHEP_BASE)/lib
-lCLHEP-HepMC-@VERSION@ -lCLHEP-HepPDT-@VERSION@
-lCLHEP-@VERSION@
LIBS = @AM_LDFLAGS@
################################################################################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment