Re: [Tinycc-devel] Are there any OS X users?

2015-01-09 Thread John Smith
his means that while > tcc works as a JIT compiler on Mac, it does not build stand-alone executables. > > I hope that helps! > David > > On Fri, Jan 9, 2015 at 6:05 AM, John Smith wrote: > Hi people... > > I can't compile tinyCC on OS X. > > Are there

[Tinycc-devel] Are there any OS X users?

2015-01-09 Thread John Smith
Hi people... I can't compile tinyCC on OS X. Are there any OS X users here? If so... could you let me know (you can private email if you prefer, I don't mind either) so I can ask you some questions about how well tinycc works... I'm getting compile errors but I can't find any solutions. I don

[Tinycc-devel] README needs fixing?

2015-01-09 Thread John Smith
Hi... In the README... I see this: " Note: For OSX and FreeBSD, gmake should be used instead of make. " So... I tried using gmake, and it failed. "gmake not found". I tried "make --version", and I see this: GNU Make 3.81 So... basically that is ALREADY GMAKE. We can change th

[Tinycc-devel] Compiling TinyCC for OSX?

2015-01-08 Thread John Smith
Does TinyCC compile for OSX? Hi people... I was trying to compile tinyCC for OSX... I tried downloading from the main website and compiling, but that failed. So I checked the internet. First I came across this page http://stackoverflow.com/questions/3712902/problems-compiling-tcc-on-os-x which

Re: [Tinycc-devel] Creating a debugger for my own language, in TinyCC?

2015-01-06 Thread John Smith
> If debugger information is available (I simply don't recall) then you > could open that particular section (note that every OS has a different > procedure for this) and parse it for the info that you want. > > Otherwise, TinyCC doesn't currently support anything noteworthy on this > subject. I

[Tinycc-devel] Creating a debugger for my own language, in TinyCC?

2015-01-04 Thread John Smith
Hi people... Is it possible to create a debugger, for my own (Secret) programming language using TinyCC? I'll spare you the long details (unless you need it)... but here goes as short as I can... So... let's imagine... I'm converting high-level code into C code. Then... in this C code... I wa