This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

segmentation fault


Hi all!

i've just installed glibc-2.1.3 and gcc-2.95.2. gcc works, but compiling:
 #include <iostream.h>
  int main(){
   cout << "geht nich!" << endl;
   return 0;
}
with g++ produces seg fault when it is run.

what is wrong here? Please help 
Thanks in Advance!

-- 
Sent through GMX FreeMail - http://www.gmx.net


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