I have a small c program to execute
int main()
{
catgeo();
}
This programs compiles and links fine ( with libgeo.a ). But given errors while exucuting.
Any information on the basic libraries to link with ( other than the above ) is appreciated.
Mallik