On 8. 4. 2015 21:40, Paul Moore wrote: > Is it possible to use the mingw64 standard builds (which provide > both static and shared forms) to build a statically linked executable? > I've never managed to find any information on how to do this on the > web - the autoconf documentation isn't very helpful on the matter. In > particular, it would be fantastic if there were a way to configure a > makepkg build to use the static versions of dependent libraries.
Since the way to make static builds differs between build systems, maybe it'd be good to work with an example. In the meantime you can check out the man pages of gcc and ld for -static and -Bstatic and docs for libtool for --enable-static. Maybe they'll help. -- David Macek
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
