From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: d92-foh AT nada.kth.se Cc: gcc AT gcc.gnu.org Subject: Re: Almost got glibc working with no-vtable-thunks, but .... Date: Thu, 16 Sep 1999 10:37:00 -0000 Message-id: <199909161730.TAA00791@mira.isdn.cs.tu-berlin.de> References: X-SW-Source: 1999-09/msg00708.html Frederik, It seems this is the point where I have to leave you on your own; with all the changes you made to various tools and libraries, I can't guess anymore what's going on. > The text sent to cerr is lost, but not the linefeed!!!!! I have no clue; you'll probably have to debug this to find out. > One other thing is that specs changes are not necessary, it > compiles and runs with the same bug anyway. Does that mean that > the crt* files are binary compatible and it picks the old ones? Yes, the crt* files should be binary compatible. To find out exactly which ones it uses, pass --verbose to ld(1), preferably via -Wl,--verbose. Good luck, Martin From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: d92-foh@nada.kth.se Cc: gcc@gcc.gnu.org Subject: Re: Almost got glibc working with no-vtable-thunks, but .... Date: Thu, 30 Sep 1999 18:02:00 -0000 Message-ID: <199909161730.TAA00791@mira.isdn.cs.tu-berlin.de> References: X-SW-Source: 1999-09n/msg00708.html Message-ID: <19990930180200.G-UF9PFeb2rDt79IRQO7L_lsA3Fn8EjDCiLEzjL50BU@z> Frederik, It seems this is the point where I have to leave you on your own; with all the changes you made to various tools and libraries, I can't guess anymore what's going on. > The text sent to cerr is lost, but not the linefeed!!!!! I have no clue; you'll probably have to debug this to find out. > One other thing is that specs changes are not necessary, it > compiles and runs with the same bug anyway. Does that mean that > the crt* files are binary compatible and it picks the old ones? Yes, the crt* files should be binary compatible. To find out exactly which ones it uses, pass --verbose to ld(1), preferably via -Wl,--verbose. Good luck, Martin