Re: Dependencies not compiled in

2011-08-28 Thread Bastien ROUCARIES
Do you know parity ? see http://sourceforge.net/projects/parity/ it is exactly what you need and moreover is better from a loader point of view. If we should support msvc I tyhink we must use this target. Wine thinks to use it for wine under cygwin, and it regularly used at my uni. LD_PRELOAD tric

Re: Infinite recursion with fopen

2011-08-28 Thread Michael Goffioul
On Sun, Aug 28, 2011 at 7:30 AM, Bruno Haible wrote: > Hi Michael, > >> It appears the problem comes from the fact that stdio.h is pulled in >> indirectly from >> config.h, hence it is not surrounded by the __need_FILE macro that should >> prevent >> the problem from occuring. The inclusion patt