Great! it worked well. thank you :)
David St-Hilaire wrote:
Hi Gabriel!
I had the same problem the other day. After looking into the problem with Marc, he came to the conclusion that the thing to do is to add some ___BEGIN_C_LINKAGE and ___END_C_LINKAGE at the problematic position in lib/os.h, so you'd get something like:
#ifdef USE_environ ___BEGIN_C_LINKAGE extern char **environ; ___END_C_LINKAGE #endif
I hope this will resolve your problem!
David