-
1
- #1
rmallikharjun
Mechanical
- Jun 5, 2001
- 1
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
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