mburke
September 14th, 2003, 08:15 PM
I am trying to make a command line project in Kylix 3 C++ for Linux.
It generated a simple...
int main(int argc, char* argv[])
{
return 0;
}
But when I do a make on the poject I get many linker errors.
Unresolved external 'stderr'
Unresolved external 'fprintf'
Unresolved external 'malloc'
There are hundreds like these.
You would think that when an IDE generates a framework for you it would at least compile and run. I guess VC++ spoiled me. ~rolls eyes~
It generated a simple...
int main(int argc, char* argv[])
{
return 0;
}
But when I do a make on the poject I get many linker errors.
Unresolved external 'stderr'
Unresolved external 'fprintf'
Unresolved external 'malloc'
There are hundreds like these.
You would think that when an IDE generates a framework for you it would at least compile and run. I guess VC++ spoiled me. ~rolls eyes~