Re: GCC-4.1.x include/ssl/*.h ??

2006-03-01 Thread Mark Mitchell
Greg Schafer wrote: Remove the -j3 and all is well. I suppose most folks never run `make install' in parallel.. but sometimes it's convenient to just simply: export MAKEFLAGS=-j3 for big compile jobs. I'm not aware of anything parallel-make unfriendly about my patch, but I can believe

Re: GCC-4.1.x include/ssl/*.h ??

2006-02-28 Thread Greg Schafer
Mark Mitchell wrote: This will be the final patch for GCC 4.1.0. I plan to work through the release checklist tonight. As always, the official announcement will follow after the release has had time to make it to the mirrors. Just a word of warning about this patch for unsuspecting

Re: GCC-4.1.x include/ssl/*.h ??

2006-02-27 Thread Joel Sherrill
Ralf Corsepius wrote: On Sun, 2006-02-26 at 18:29 -0500, Frank Ch. Eigler wrote: Hi - On Sun, Feb 26, 2006 at 10:54:09PM +0100, Gerald Pfeifer wrote: On Sun, 26 Feb 2006, Ralf Corsepius wrote: Cross building and installing gcc-4.1.0 rc2 (--prefix=/usr/local) installs these

Re: GCC-4.1.x include/ssl/*.h ??

2006-02-27 Thread Ralf Corsepius
On Mon, 2006-02-27 at 08:08 -0600, Joel Sherrill wrote: Ralf Corsepius wrote: On Sun, 2006-02-26 at 18:29 -0500, Frank Ch. Eigler wrote: Hi - On Sun, Feb 26, 2006 at 10:54:09PM +0100, Gerald Pfeifer wrote: On Sun, 26 Feb 2006, Ralf Corsepius wrote: Cross building

Re: GCC-4.1.x include/ssl/*.h ??

2006-02-27 Thread Ralf Corsepius
On Mon, 2006-02-27 at 15:17 +0100, Ralf Corsepius wrote: On Mon, 2006-02-27 at 08:08 -0600, Joel Sherrill wrote: Ralf Corsepius wrote: On Sun, 2006-02-26 at 18:29 -0500, Frank Ch. Eigler wrote: Hi - On Sun, Feb 26, 2006 at 10:54:09PM +0100, Gerald Pfeifer wrote:

Re: GCC-4.1.x include/ssl/*.h ??

2006-02-27 Thread Mark Mitchell
Ralf Corsepius wrote: I've just attached a patch that seems to solve this issue for me. Thinking about this once more, I think my patch is equally wrong. These headers shouldn't be installed to includedir at all, but should be installed into gcc's internal include dir

Re: GCC-4.1.x include/ssl/*.h ??

2006-02-27 Thread Mark Mitchell
Mark Mitchell wrote: My current expectation is that I will apply your patch, test locally, but not produce an RC3. I built a native compiler with the patch. I The ssp include files ended up in $prefix/lib/include/ssp. There are no other files in $prefix/lib/include. The C++ header files

Re: GCC-4.1.x include/ssl/*.h ??

2006-02-27 Thread Mark Mitchell
Mark Mitchell wrote: Joseph thinks these should go in $libsubdir; I'm going to try that now. With much help from Daniel and Joseph, I have a patch for this problem, which I am now testing. This will be the final patch for GCC 4.1.0. I plan to work through the release checklist tonight. As

Re: GCC-4.1.x include/ssl/*.h ??

2006-02-26 Thread Gerald Pfeifer
On Sun, 26 Feb 2006, Ralf Corsepius wrote: Cross building and installing gcc-4.1.0 rc2 (--prefix=/usr/local) installs these headers: /usr/local/include/ssp/unistd.h /usr/local/include/ssp/string.h /usr/local/include/ssp/ssp.h /usr/local/include/ssp/stdio.h Is this behavior correct?

Re: GCC-4.1.x include/ssl/*.h ??

2006-02-26 Thread Frank Ch. Eigler
Hi - On Sun, Feb 26, 2006 at 10:54:09PM +0100, Gerald Pfeifer wrote: On Sun, 26 Feb 2006, Ralf Corsepius wrote: Cross building and installing gcc-4.1.0 rc2 (--prefix=/usr/local) installs these headers: [...] Related problems include Bugzilla #23935 ($PREFIX/include/ffi.h), #25938

GCC-4.1.x include/ssl/*.h ??

2006-02-25 Thread Ralf Corsepius
Hi, Cross building and installing gcc-4.1.0 rc2 (--prefix=/usr/local) installs these headers: /usr/local/include/ssp/unistd.h /usr/local/include/ssp/string.h /usr/local/include/ssp/ssp.h /usr/local/include/ssp/stdio.h Is this behavior correct? /usr/local/include is reserved for host files.