This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

glibc-2.1.X, c++ and libstdc++




somewhere between glibc 2.1 and 2.1.2 , all my c++ compilers dropped dead.
(2.7.2.3, 2.7.2.3-stackguard, 2.8.1, egcs 1.1.2) and now c++ 2.95.2,
for which i cannot get a working version.

thus i tried to recompile libstdc++ for the various gcc versions, but i 
am unable to get a functioning compiler (gcc works fine).when i plug in  
redhat's libstdc++ i can compile working programs...but not produce a 
working libstdc++. 

i did apply any patches i could find for libstdc++ ( for libstdc++-2.8.1.1)
relating to glibc 2.1.X but i still can't compile it ( well, it compiles,
it just doesn't work)

i assumed that gcc 2.95.2 would contain any fixes for issues related to
glibc-2.1.X, but c++ and the included libstdc++ do not work. again, the
C compiler seems to work fine.

how do i know? this simple program (from configure) will compile ok, 
but segfaults when run.

#include "confdefs.h"
main(){
	return(0);
	
	}

any suggestions?


fractoid


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]