tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Support -Wl,opt -Wl,arg syntax


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] Support -Wl,opt -Wl,arg syntax
Date: Fri, 16 Mar 2012 23:17:02 +0100
User-agent: KMail/1.13.7 (Linux/3.2.0-2-amd64; KDE/4.7.4; x86_64; ; )

Le vendredi 16 mars 2012 22:31:18, grischka a écrit :
> Thomas Preud'homme wrote:
> >> $ tcc libtcc.c -DONE_SOURCE -shared -o libtcc.so -ldl
> > 
> > I had to add -DTCC_IS_NATIVE
> 
> Because you missed -DTCC_TARGET_X86_64 ;)
The configure did. Even if I add it to the command line it stills fails.
> 
> Btw, for general purpose dynamically grown strings, try
> 
>      CString linker_arg;
What do you think of this patch? I tried with my example and yours but I'm 
afraid of breaking things now so I prefer to attach it here.
> 
> --- grischka

Best regards.

Thomas Preud'homme

Attachment: linker_opt_rework.diff
Description: Text Data

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


reply via email to

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