From: gmarzot AT baynetworks DOT com (Joe Marzot) Subject: Re: getting Perl5 to compile under gnu-win32 3 Nov 1996 10:41:32 -0800 Sender: daemon AT cygnus DOT com Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: References: Original-To: gnu-win32 AT cygnus DOT com Original-Cc: jeffers AT redrose DOT net In-Reply-To: Joe Marzot's message of 02 Nov 1996 17:36:48 -0500 X-Mailer: Gnus v5.2.2/Emacs 19.31 Original-Sender: owner-gnu-win32 AT cygnus DOT com here's another little tidbit the following shell command, taken from the perl5 Configure script, yields some pretty 'interesting' output. bash$ echo "#include " | gcc -E - 2>/dev/null | grep stdlib Configure uses this output to determine if the supplied header is found or not. what comes back in the third field of each line of output is a path to the header, but the path contains a mixed bad of delimeters '/' vs `\`. I think Configure deals with it but was not sure it was as intended so thought it worth a post. -GSM -- Giovanni S. Marzot Senior Software Engineer Bay Networks Inc. Network Management Development -- - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".