bug#22186: Use {C,CPLUS,OBJC}_INCLUDE_PATH instead of CPATH

2015-12-16 Thread Efraim Flashner
On Wed, 16 Dec 2015 14:41:11 + Andy Wingo wrote: > Hi, > > I am building GDB from git, because I want to hack on GDB. I have a few > build-related things in my profile, including GCC. I enter an > environment for GDB like this: > > guix environment gdb --ad-hoc flex autoconf-2.64 > > C

bug#22186: Use {C,CPLUS,OBJC}_INCLUDE_PATH instead of CPATH

2015-12-16 Thread Andy Wingo
Hi, I am building GDB from git, because I want to hack on GDB. I have a few build-related things in my profile, including GCC. I enter an environment for GDB like this: guix environment gdb --ad-hoc flex autoconf-2.64 Cool. Very good. I build: mkdir +2.0 cd +2.0 ../configure --prefi