collect2: ld returned 1 exit status

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi, everyone:
I compiled a program and the result is:

Expr::~Expr [in-charge]()
collect2: ld returned 1 exit status

In my program, I defined the a class "Expr" and constructor "Expr"

class Expr
{
 int val1;
 int val2;
 char op;

 static int value(char c);

public:
 Expr(string const&);
 int operator () () const;
 void print(ostream& useStream) const;
 ~Expr();
};

_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux