tinycc-devel
[Top][All Lists]
Advanced

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

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


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] link error: undefined symbol strcpy/strncpy/strchr/strcmp
Date: Sun, 5 Dec 2010 16:16:21 +0100
User-agent: KMail/1.13.5 (Linux/2.6.32-5-686; KDE/4.4.5; i686; ; )

Le dimanche 05 décembre 2010 00:26:59, Qianqian Fang a écrit :
> On 12/04/2010 05:10 AM, Thomas Preud'homme wrote:
> >> 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.
> > 
> > Did you use the version from the mob branch ? Because the master branch
> > is not recent enough.
> 
> I guess not. Can you tell me how to check out the
> mob branch? I can not find the instructions from the
> git site.
You can do it in one step in the clone:
git clone -b mob

or as you already did the clone:
git checkout -b mob origin/mob
> 
> thanks
> 
> Qianqian

Cheers,

Thomas Preud'homme

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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