[Tinycc-devel] calling function in apache module

2022-09-25 Thread codif...@gmail.com
First off, Hi guys! Got a bit of a puzzler here, for my own edutainment I've written an apache module that loads, compiles and runs C code (think php but C) Everything is working okay, except that I can't call functions that I add to the function table. I did have to hack tcc to not load crtn.o

[Tinycc-devel] doh! (fixed apache module with tcc)

2022-09-25 Thread codif...@gmail.com
well the crt thing should have told me something! fixed it with ./configure as that line doesn't seem to get triggered (define is always set) duplicate main should have *really* told me something ... anyhoo somehow I'd forgotten to add tcc_set_output_type(s, TCC_OUTPUT_MEMORY); how any of

[Tinycc-devel] I'm hooked! experimenting with apache modules and tcc

2022-09-30 Thread codif...@gmail.com
mainly for edutainment purposes I wrote a simple Apache module, but kinda fizzled out as debugging an Apache module can be less than fun! however one day I reflected that despite the fact I use php a fair bit, I'm not overly keen on the language, I guess the inconsistencies in the API just

Re: [Tinycc-devel] Waiting for release...

2024-03-24 Thread codif...@gmail.com
"release" personally I've just tracked git master (or is it main these days?) and pull roughly monthly, maybe I just got lucky, but its always "just works" (tm) On Sun, 24 Mar 2024 at 15:32, Detlef Riekenberg via Tinycc-devel < tinycc-devel@nongnu.org> wrote: > > Hi grischka. > > When do you