X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Authenticated: #27081556 From: Juan Manuel Guerrero To: djgpp-workers AT delorie DOT com Subject: Difficulty with absolute paths in #include lines Date: Wed, 30 Aug 2006 00:07:12 +0200 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608300007.12879.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 Reply-To: djgpp-workers AT delorie DOT com While I was trying to port m4-1.4.6 I have noticed that latest configure scripts generated by autoconf 2.60 seems to produce certain header files that contain includes like this: #include The above is only an example. It should be noticed the absolute path of the file. I have modified the script in such a way that it produce installation independent path like this: #include Both versions of the path make the compilation fail. I have installed gcc 4.1.1. May be it become possible to modify cpp in such a way that it will be able to parse such include lines. Meanwhile I will modify the script in such a way that it no longer produces such absolute paths in the include-lines. Regards Juan M. Guerrero