From: Wolfgang Bangerth Date: Mon, 8 Nov 1999 07:22:45 +0000 (+0000) Subject: Doc about compiler options. X-Git-Tag: v8.0.0~21514 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=607d52075f1707e8f96baa8ce915a00b496bdb0f;p=dealii.git Doc about compiler options. git-svn-id: https://svn.dealii.org/trunk@1838 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/README b/deal.II/common/README index 2ec6cf6b46..0822d7eef6 100644 --- a/deal.II/common/README +++ b/deal.II/common/README @@ -87,9 +87,10 @@ Bash-users will know what to do instead. These options then will be handed to the compiler and the linker during translation of the library and your programs. -A list of necessary flags follows: - -XXXX +If you work on Linux, you need to *remove* the flag -fno-vtable-thunks +from the file /common/Make.global-options to allow for proper +compilations. If you forget to do so, you will get linker errors about +missing vtable symbols. 4) Problems, questions, further information: