Hi, Reuben Thomas wrote: > Trying to build some code I wrote using gnulib on an old machine, it choked > on #include_next. It is using gcc 3.3.3. Some other machines with non-GNU > compilers seem to work OK, so is the problem that gnulib assumes that > too-old versions of GCC support #include_next?
gnulib checks that the compiler supports #include_next before actually stuffing #include_next into the generated .h files. If you think you have nailed down your problem and it is in gnulib, please how can we reproduce the problem? Bruno