]> https://gitweb.dealii.org/ - dealii-svn.git/commit
Linking shared libraries should usually be done using the C++ compiler rather than...
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 14 Jun 2002 08:04:16 +0000 (08:04 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 14 Jun 2002 08:04:16 +0000 (08:04 +0000)
commit7156f09db6f7a25263c2d5a4f3c1667c8ea08b70
treee7fff4610f8486d2b0916e70e97a4688601f2c6a
parent4a31a3da2f9f915b75511608aa95572caeccfeac
Linking shared libraries should usually be done using the C++ compiler rather than the C compiler, thus yesterdays change. However, it turns out (and I believe that past knowledge of this fact led to the use of CC in the first place) that this does not work for gcc2.95, although it does work for gcc3.0, gcc3.1, intel icc5.0 and 6.0, and pgcc4.0. For pgcc4.0, this is even necessary, as the C compiler alone cannot do this. Thus, have a new Makefile variable SHLIBLD, which we set and use for linking C++ shared libraries.

git-svn-id: https://svn.dealii.org/trunk@6112 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/aclocal.m4
deal.II/base/Makefile
deal.II/common/Make.global_options.in
deal.II/configure
deal.II/configure.in
deal.II/deal.II/Makefile
deal.II/doc/development/Makefile
deal.II/doc/development/makefiles.1.html
deal.II/lac/Makefile

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.