tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] link error: undefined symbol strcpy/strncpy/strchr/strcmp


From: Qianqian Fang
Subject: [Tinycc-devel] link error: undefined symbol strcpy/strncpy/strchr/strcmp
Date: Fri, 03 Dec 2010 19:39:19 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Thunderbird/3.0.10

hi

I tried tcc for a code I wrote and got the following error in the linking stage:

tcc -lm -o bin/mmc built/posix_randr.o built/simpmesh.o built/tettracing.o built/mcx_utils.o built/tictoc.o built/tetray.o
tcc: error: undefined symbol 'strcpy'
tcc: error: undefined symbol 'strncpy'
tcc: error: undefined symbol 'strchr'
tcc: error: undefined symbol 'strcmp'

I noticed this has been discussed before
http://www.mail-archive.com/address@hidden/msg02919.html

but after updating to the git version, the above error remained.

can anyone tell me what's wrong and how to fix?
thanks

Qianqian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]