Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

compiling into unlinked object - Linux Mandrake 6.0

Status
Not open for further replies.

RustyNail

MIS
Jul 2, 1999
4
US
I'm attempting to create my owm C library, the first step is to create an unlinked object file, I have as the first line in my source program #include &lt;ctype.h&gt; followed by a host of user defined functions, many of which require string handling functions from the ctype.h library. But I am not getting a clean compile with the following syntax.<br>
cc -c stringer.c --&gt; I end up with parse error before "char" , "len" undeclared (first use in this function), parse error at end of input, and etc. I think I may be missing a compiler direvtive or something!? any suggestions?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top