On 11/22/2012 01:53, Baruch Burstein wrote: > Where would I place files for additional libraries I want to always be > available for `#include`ing and `-l`inking? For example boots headers and > libraries, or zlib.h and libz.a. > > I am using Ruben's 64->64 compiler setup. >
See gcc -print-search-dirs, usually in $prefix/[x86_64-w64-]mingw32/include and it's sibling lib or lib64 dirs. I would really recommend that you use -I and -L instead, as some of the newer MS libraries and headers may clash with your own libraries.
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
