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
75670976
Commit
75670976
authored
Oct 04, 2006
by
Lynn Garren
Browse files
fixes for icc
parent
a2107975
Changes
2
Hide whitespace changes
Inline
Side-by-side
StdHep/configure.in
View file @
75670976
...
...
@@ -255,7 +255,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"
...
...
StdHep/examples/GNUmakefile.example.in
View file @
75670976
...
...
@@ -14,7 +14,8 @@
CLHEP_BASE= @prefix@
CXX = @CXX@
INCDIR = -I$(CLHEP_BASE)/include
LIBNAME = -L$(CLHEP_BASE)/lib -lCLHEP-@VERSION@
LIBNAME = -L$(CLHEP_BASE)/lib -lCLHEP-StdHep-@VERSION@ \
-lCLHEP-HepMC-@VERSION@ -lCLHEP-HepPDT-@VERSION@ -lCLHEP-@VERSION@
################################################################################
...
...
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