monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone.mingw-instructions: e907beb


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone.mingw-instructions: e907bebf084db7a79315fd0781fefb291faa575f
Date: Mon, 10 Jan 2011 03:23:43 GMT

revision:            e907bebf084db7a79315fd0781fefb291faa575f
date:                2011-01-10T03:21:49
author:              address@hidden
branch:              net.venge.monotone.mingw-instructions
changelog:
Document the need for -static-lib{gcc,stdc++} on new MinGW.

manifest:
format_version "1"

new_manifest [f521ad13cdd131f826fdbc1707939768fa23f2ea]

old_revision [f3d95cae43fe07b1dc43550ae1d764f83edf44ca]

patch "INSTALL_windows_native"
 from [83b4b00f753b7a84df1cf3cbca8f69fba42aca9a]
   to [58778b6df48ac69f8fda2662e2ed2735b19d360a]
============================================================
--- INSTALL_windows_native	83b4b00f753b7a84df1cf3cbca8f69fba42aca9a
+++ INSTALL_windows_native	58778b6df48ac69f8fda2662e2ed2735b19d360a
@@ -146,8 +146,13 @@ 10. build monotone
    just ignore that that test fails.
 
 10. build monotone
+   You can skip the CXXFLAGS and LDFLAGS if you really want to, but if you do that
+   then libgcc_s and libstdc++-6 will be linked dynamically and the resulting
+   monotone binary will take several extra seconds to start.
    $ cd /c/.../monotone
    $ autoreconf -i # not needed if you use the distributed tarball
+   $ CXXFLAGS="-static-libgcc -static-libstdc++ -O2 -Wall"; export CXXFLAGS
+   $ LDFLAGS="-static-libgcc -static-libstdc++"; export LDFLAGS
    $ ./configure
    $ make
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]