Generally any libs and header paths (that come with mingw) are automatically given when using a compiler in mingw, but I'm not sure how to pass off ones from the outside gnuwin32.
So basically is there something like a PATH environment variable for libs and headers? Also I'm running bash whilst doing this.
Thanks.
edit:
btw I've tried this:
./bootstrap.sh CFLAGS="-IC:/programs/gnuwin32/include" CXXFLAGS="-IC:/programs/gnuwin32/include" LDFLAGS="-LC:/programs/gnuwin32/lib"
edit2:
After having formulated the question, I've begun to figure what I need to google for, so I'll probably solve this myself very soon.
If an admin could delete this post, thanks.
Edited by andrew111, 23 May 2012 - 01:11 AM.






