aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-04-25 09:39:49 -0700
committerGuy Harris <guy@alum.mit.edu>2018-04-25 16:40:47 +0000
commitd25f9ffd755b5cb01f3f20380ae5a0fe0a3bac42 (patch)
tree63b7570c3ae40f82627433628134dc845363d73e /help
parentb8e8aa87f43c12ad564426b3359f593305cd45a1 (diff)
We're not using autotools/libtool any more.
Remove FAQ items that assume we are (and, in one case, that we're using SVN...). Change-Id: Ifd04ac0f34f562b2b0b588bed8db8f4e13317c18 Reviewed-on: https://code.wireshark.org/review/27147 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'help')
-rwxr-xr-xhelp/faq.py38
1 files changed, 0 insertions, 38 deletions
diff --git a/help/faq.py b/help/faq.py
index 4885133dba..e8cb7bb06a 100755
--- a/help/faq.py
+++ b/help/faq.py
@@ -597,44 +597,6 @@ location. If this is the case, you may have to tweak aclocal.m4.
question("""
-Why do I get the error
-
-<em>dftest_DEPENDENCIES was already defined in condition TRUE,
-which implies condition HAVE_PLUGINS_TRUE</em>
-
-when I try to build Wireshark from SVN or a SVN snapshot?
-""")
-
-answer("""
-You probably have automake 1.5 installed on your machine (the command
-<kbd>automake --version</kbd> will report the version of automake on
-your machine). There is a bug in that version of automake that causes
-this problem; upgrade to a later version of automake (1.6 or later).
-""")
-
-question("""
-Why does the linker fail with a number of "Output line too long." messages
-followed by linker errors when I try to build Wireshark?
-""")
-
-answer("""
-The version of the <code>sed</code> command on your system is incapable of
-handling very long lines. On Solaris, for example,
-<code>/usr/bin/sed</code> has a line length limit too low to allow
-<code>libtool</code> to work; <code>/usr/xpg4/bin/sed</code> can handle it, as
-can GNU <code>sed</code> if you have it installed.
-
-<br>
-
-On Solaris, changing your command search path to search
-<code>/usr/xpg4/bin</code> before <code>/usr/bin</code> should make the problem
-go away; on any platform on which you have this problem, installing GNU
-<code>sed</code> and changing your command path to search the directory in
-which it is installed before searching the directory with the version of
-<code>sed</code> that came with the OS should make the problem go away.
-""")
-
-question("""
When I try to build Wireshark on Windows, why does the build fail because
of conflicts between <code>winsock.h</code> and <code>winsock2.h</code>?
""")