From 33d2b23851b0ea3fe80787755ec51f3480d7eba8 Mon Sep 17 00:00:00 2001 From: Qqwy/Wiebe-Marten Date: Tue, 29 Nov 2016 17:49:01 +0100 Subject: [PATCH] Fixing linking flag so linking works under Linux Mint 17.2 --- bobcat/INSTALL.im | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bobcat/INSTALL.im b/bobcat/INSTALL.im index add75c3e..38ad86c9 100644 --- a/bobcat/INSTALL.im +++ b/bobcat/INSTALL.im @@ -31,7 +31,7 @@ // Specify linker options that should be used when creating the shared // library -#define LDFLAGS "-lpthread" +#define LDFLAGS "-pthread" // The following /bin/cp options are used to keep, rather than follow // symbolic references. If your installation doesn't support these flags,