Re: [Tinycc-devel] Fwd: Use CString to concat linker options

2012-04-21 Thread grischka
Thomas Preud'homme wrote: About the cstr_*, are they now part of the library on Windows? I mean if they are exported some people might start to use them, no? Same thing with pstrcat or tcc_realloc as in your original patch. As to "some people" they hopefully know the meaning of 'undocumented fe

Re: [Tinycc-devel] Fwd: Use CString to concat linker options

2012-04-18 Thread Thomas Preud'homme
Le mercredi 18 avril 2012 19:01:35, grischka a écrit : > Gabriel Corneanu wrote: > > Hi, > > I had the same problem. > > Why don't you just modify build-tcc.bat to build tcc with > > "-DONE_SOURCE" also (just like libtcc)? > > Which may fix YOUR problem but doesn't fix THE problem. > > Anyway, si

Re: [Tinycc-devel] Fwd: Use CString to concat linker options

2012-04-18 Thread grischka
Gabriel Corneanu wrote: Hi, I had the same problem. Why don't you just modify build-tcc.bat to build tcc with "-DONE_SOURCE" also (just like libtcc)? Which may fix YOUR problem but doesn't fix THE problem. Anyway, since the CString wasn't zero-terminated either, I decided to do my contribution

Re: [Tinycc-devel] Fwd: Use CString to concat linker options

2012-04-11 Thread Thomas Preud'homme
Le mercredi 11 avril 2012 11:14:27, Gabriel Corneanu a écrit : > Hi, > I had the same problem. > Why don't you just modify build-tcc.bat to build tcc with > "-DONE_SOURCE" also (just like libtcc)? I assumed there was a reason to this difference. I don't know Windows well enough to be sure of what

Re: [Tinycc-devel] Fwd: Use CString to concat linker options

2012-04-11 Thread Gabriel Corneanu
Hi, I had the same problem. Why don't you just modify build-tcc.bat to build tcc with "-DONE_SOURCE" also (just like libtcc)? I also have a simple change request; can someone add this simple patch to add "nostdlib" to libtcc? Or is there anything against it? Regards, Gabriel On Tue, Apr 10, 2012

Re: [Tinycc-devel] Fwd: Use CString to concat linker options

2012-04-10 Thread Thomas Preud'homme
Le lundi 9 avril 2012 23:52:42, Thomas Preud'homme a écrit : > Le lundi 9 avril 2012 23:48:45, Daniel Glöckner a écrit : > > On Mon, Apr 09, 2012 at 05:39:48PM +0200, Thomas Preud'homme wrote: > > > A few days ago[0] I received an email from someone who can't compile > > > tcc since I introduce the

Re: [Tinycc-devel] Fwd: Use CString to concat linker options

2012-04-09 Thread Thomas Preud'homme
Le lundi 9 avril 2012 23:48:45, Daniel Glöckner a écrit : > On Mon, Apr 09, 2012 at 05:39:48PM +0200, Thomas Preud'homme wrote: > > A few days ago[0] I received an email from someone who can't compile tcc > > since I introduce the use of CString to concat linker options. > > Unfortunetely, I cannot

Re: [Tinycc-devel] Fwd: Use CString to concat linker options

2012-04-09 Thread Daniel Glöckner
On Mon, Apr 09, 2012 at 05:39:48PM +0200, Thomas Preud'homme wrote: > A few days ago[0] I received an email from someone who can't compile tcc > since > I introduce the use of CString to concat linker options. Unfortunetely, I > cannot reproduce this bug. Can anyone with Windows reproduce it? O

[Tinycc-devel] Fwd: Use CString to concat linker options

2012-04-09 Thread Thomas Preud'homme
A few days ago[0] I received an email from someone who can't compile tcc since I introduce the use of CString to concat linker options. Unfortunetely, I cannot reproduce this bug. Can anyone with Windows reproduce it? [0] I asked authorization to forwarde this email to the author, hence the del