This is the mail archive of the gcc-bugs@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]

seg. fault


Hi there,

I recently installed the egcs-19980608 snapshot on a SGI Irix6.3 machine.
I tried to compile and link the following program:

#include <vector.h>

int main()
{
   vector<int> status;
}

When I run it, it gives a segmentation fault. Any ideas?

Thanks in advance.

Paul
-- 
The C Programming Language: combines the flexibility of assembly language 
with the power of assembly language.

internet   : vanGool@FEL.TNO.NL        Netherlands Organization for Applied
           : pvg@gnu.org               Scientific Research
                                       Physics and Electronics Laboratory
phone      : +31-70-3740260            PO Box 96864, 2509 JG the Hague
fax        : +31-70-3740652            The Netherlands


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