This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]