Re: [Mingw-w64-public] Placement of additional libraries

2012-11-22 Thread Earnie Boyd
On Thu, Nov 22, 2012 at 4:07 AM, JonY wrote: > > See gcc -print-search-dirs, usually in > $prefix/[x86_64-w64-]mingw32/include and it's sibling lib or lib64 dirs. > Or it might be lib or lib32 directories. The TDM distribution puts the 64bit in lib and 32bit in lib32. -- Earnie -- https://sites

Re: [Mingw-w64-public] Placement of additional libraries

2012-11-22 Thread Kai Tietz
Hi, the environment variables LIBRARY_PATH, C_INCLUDE_PATH, and CPLUS_INCLUDE_PATH might be of some help here to you. You can find in gcc's documentation some further information about those (and some more) environment variables. Regards, Kai

Re: [Mingw-w64-public] Placement of additional libraries

2012-11-22 Thread JonY
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-searc