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
1a71c7bc
Commit
1a71c7bc
authored
Oct 04, 2006
by
Lynn Garren
Browse files
add needed system libraries for icc
parent
5c4c84f9
Changes
6
Hide whitespace changes
Inline
Side-by-side
Exceptions/ChangeLog
View file @
1a71c7bc
2006-10-04 Lynn Garren <garren@fnal.gov>
* configure.in: add flags for the Intel compiler (icc)
Exceptions is not supported for use with icc.
==============================
20.06.06 Release CLHEP-1.9.2.3
==============================
...
...
Exceptions/configure.in
View file @
1a71c7bc
...
...
@@ -249,10 +249,11 @@ c++)
AR="ar"; ARFLAGS="cru"
esac;;
icc)
AM_CONDITIONAL(USING_ICC, test yes)
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"
...
...
Exceptions/test/Makefile.am
View file @
1a71c7bc
...
...
@@ -50,6 +50,10 @@ check_SCRIPTS = \
excDblThrow.sh
# Identify test(s) to run when 'make check' is requested:
if
USING_ICC
# Exceptions is not supported for icc
TESTS
=
else
TESTS
=
\
testExceptions.sh
\
testzmex.sh
\
...
...
@@ -59,6 +63,7 @@ TESTS = \
exctest3.sh
\
exctest4.sh
\
exctestNothrow.sh
endif
# excDblThrow.sh
...
...
@@ -74,7 +79,7 @@ exctest2_SOURCES = exctest2.cc
exctest3_SOURCES
=
exctest3.cc
exctest4_SOURCES
=
exctest4.cc
exctestNothrow_SOURCES
=
exctestNothrow.cc
excDblThrow_SOURCES
=
excDblThrow.cc
#
excDblThrow_SOURCES = excDblThrow.cc
# Identify input data file(s) and prototype output file(s):
#EXTRA_DIST = testExceptions.input testExceptions.output
...
...
Matrix/configure.in
View file @
1a71c7bc
...
...
@@ -252,7 +252,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"
...
...
Random/configure.in
View file @
1a71c7bc
...
...
@@ -251,7 +251,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"
...
...
RandomObjects/configure.in
View file @
1a71c7bc
...
...
@@ -244,7 +244,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"
...
...
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