Share Pastebin
Guest
Public paste!

64bitfix_RegisterView.cpp_undefinded_reference_to.patch

By: a guest | Mar 20th, 2010 | Syntax: Bash | Size: 0.30 KB | Hits: 76 | Expires: Never
Copy text to clipboard
  1. --- SConscript  2010-03-21 00:40:01.000000000 +0100
  2. +++ SConscript  2010-03-21 00:40:01.000000000 +0100
  3. @@ -65,7 +65,7 @@
  4.  else:
  5.      wxenv.Append(
  6.                 LINKFLAGS = [
  7. -                       '-pthread',
  8. +                       '-pthread', '-Wl,--no-as-needed',
  9.                         ],
  10.                 LIBS = libs
  11.                 )