Menu

#2 abort() undeclared in vector.cpp

Version_2
closed-rejected
3
2001-02-27
2001-02-18
No

I'm running Red Hat 7 with all the updates,
kernel version 2.2.7-14, gcc 2.96-69, gcc-c++ 2.96-69, qt and qt-devel both version 2.2.3-0.1. Relevant screen dump:

g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/qt-2.2.3/include
-I/usr/X11R6/include -O2 -fno-exceptions -fno-rtti -fno-check-new
-c vector.cpp
vector.cpp: In method `TMyComp &TVector::operator() (int)':
vector.cpp:65: `abort' undeclared (first use this function)
vector.cpp:65: (Each undeclared identifier is reported only once for each function it appears in.)

Problem originally reported by Mladen Gavrilovic

Discussion

  • Eugene Jansen

    Eugene Jansen - 2001-02-18
    • priority: 5 --> 3
    • assigned_to: nobody --> eugenejansen
     
  • Eugene Jansen

    Eugene Jansen - 2001-02-27

    Logged In: YES
    user_id=151614

    abort() is a Std library call, probably an error on the user's system. Will take up personal contact with the user to get it fixed.

     
  • Eugene Jansen

    Eugene Jansen - 2001-02-27
    • status: open --> closed-rejected
     

Log in to post a comment.