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]

Symbol referencing error





I am trying to compile some more C and get the following error message:

Undefined                       first referenced
 symbol                             in file
pToUpperC                           /var/tmp/ccmxHgLs.o
ld: fatal: Symbol referencing errors. No output written to syb2pv

I have the following in my code:

char *pToUpperC()

and also...

fprintf(stream,",%s", pToUpperC(pNote));

Could somebody tell me whether the above syntax is wrong? If not, what could be
the possible reasons for this message?

Thanks in advance


*******************Internet Email Confidentiality Footer*******************


Privileged/Confidential Information may be contained in this message.  If you
are not the addressee indicated in this message (or responsible for delivery of
the message to such person), you may not copy or deliver this message to anyone.
In such case, you should destroy this message and kindly notify the sender by
reply email. Please advise immediately if you or your employer does not consent
to Internet email for messages of this kind.  Opinions, conclusions and other
information in this message that do not relate to the official business of my
firm shall be understood as neither given nor endorsed by it.



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