From 246f17f6baaabfa9d701d01295f93e3e2fcf90e1 Mon Sep 17 00:00:00 2001 From: Mary Moore-Simmons Date: Fri, 14 Jun 2019 09:02:37 -0600 Subject: [PATCH 1/2] Fixes issue #3504: Changes to --version and adds a couple other useful commands. --- .github/ISSUE_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a025e66ac..9827e6105 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -31,7 +31,9 @@ Run `zcashd --version` to find out - Disk size: - Disk Type (HD/SDD): - Linux kernel version (uname -a): -- Compiler version (gcc -version): +- Compiler version (gcc --version): +- Linker version (ld --version): +- Assembler version (as --version): ### Any extra information that might be useful in the debugging process. This includes the relevant contents of `~/.zcash/debug.log`. You can paste raw text, attach the file directly in the issue or link to the text via a pastebin type site. From 6177b47d20a8b88d9cc063f298cb14b86c320861 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Fri, 14 Jun 2019 23:18:10 +0100 Subject: [PATCH 2/2] ld --version doesn't work on macOS. Signed-off-by: Daira Hopwood --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 9827e6105..a15920040 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -32,7 +32,7 @@ Run `zcashd --version` to find out - Disk Type (HD/SDD): - Linux kernel version (uname -a): - Compiler version (gcc --version): -- Linker version (ld --version): +- Linker version (ld -v): - Assembler version (as --version): ### Any extra information that might be useful in the debugging process.