1836408 Members
2678 Online
110100 Solutions
New Discussion

_main symbol unsatisfied

 
nuwendam
Occasional Advisor

_main symbol unsatisfied

I compile with aC++ a C++ source file containing :

int main ()
{
}

==> the symbol _main remains unsatisfied.

Is there a work around for this problem ?

Thanks

1 REPLY 1
Kiran N. Mehta
Advisor

Re: _main symbol unsatisfied

_main is defined by libCsup. You want to see why it is getting left out from the link phase....