aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/FAQ.md
diff options
context:
space:
mode:
authorVedran Miletić <rivanvx@gmail.com>2019-11-07 21:37:40 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2019-11-07 22:37:40 +0200
commit48a719033ee6f1626a8878f66a43ee939dad4c62 (patch)
treea1ee58ad63912b3bb71e12db4b7c2a92f4237a92 /docs/markdown/FAQ.md
parent7a76fecdf769ac16f0b7e601cb349d00b4736db5 (diff)
downloadmeson-48a719033ee6f1626a8878f66a43ee939dad4c62.zip
meson-48a719033ee6f1626a8878f66a43ee939dad4c62.tar.gz
meson-48a719033ee6f1626a8878f66a43ee939dad4c62.tar.bz2
docs: Mention error LNK1181, linking for MSVC [skip ci]
Make FAQ entry about linking failing on Windows with MSVC more easily discoverable by including keywords LNK1181 and linking.
Diffstat (limited to 'docs/markdown/FAQ.md')
-rw-r--r--docs/markdown/FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/FAQ.md b/docs/markdown/FAQ.md
index 45255e9..e43c857 100644
--- a/docs/markdown/FAQ.md
+++ b/docs/markdown/FAQ.md
@@ -187,7 +187,7 @@ file instead of being buried inside your build definitions. An example
can be found
[here](https://github.com/jpakkane/meson/tree/master/test%20cases/linuxlike/3%20linker%20script).
-## My project works fine on Linux and MinGW but fails with MSVC due to a missing .lib file
+## My project works fine on Linux and MinGW but fails to link with MSVC due to a missing .lib file (fatal error LNK1181). Why?
With GCC, all symbols on shared libraries are exported automatically
unless you specify otherwise. With MSVC no symbols are exported by