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
f59da0d7
Commit
f59da0d7
authored
Oct 04, 2006
by
Lynn Garren
Browse files
fix for icc
parent
1a71c7bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
HepPDT/configure.in
View file @
f59da0d7
...
...
@@ -270,7 +270,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"
...
...
HepPDT/examples/GNUmakefile.example.in
View file @
f59da0d7
...
...
@@ -20,7 +20,7 @@
CLHEP_BASE= @prefix@
CXX = @CXX@
LIBNAME = -L$(CLHEP_BASE)/lib -lCLHEP-@VERSION@
LIBNAME = -L$(CLHEP_BASE)/lib -lCLHEP-
HepPDT-
@VERSION@
-lCLHEP-@VERSION@
HerwigLIB = $(HERWIG_DIR)/lib/libherwig.a $(HERWIG_DIR)/lib/libherdum.a $(HERWIG_DIR)/lib/timel.o
IsajetLIB = $(ISAJET_DIR)/isajet.a
PythiaLIB = $(LULIB)/pydata.o $(LULIB)/pyr.o $(LULIB)/liblund.a $(LULIB)/libpydum.a
...
...
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