This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
linking standard C funtions
- From: "Aaron Case" <aaron dot case at dynazign dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Fri, 12 Sep 2003 10:39:03 -0400
- Subject: linking standard C funtions
Hello,
I am having a strange problem that should have a simple fix but probably
dosent.
I cant get the compiler to recognize standard library functions(strstr ultoa
strcat strcat). I have the appropriate header files included and all
packages are added to the library archive.
Seems like its should be a linking problem right?
DSPTSUBS.C:864: `itoa' undeclared (first use this function)