Re: [Tinycc-devel] Problem after compiling tiny CC

2021-06-30 Thread Clive Tovero via Tinycc-devel
> No, 'tcc -ar' should behave like 'ar' This makes sense--looking at it as a link-time problem, rather than an archiving problem.  Just to be clear, "ar" is a library archiver, not a linker.  Maybe it is best not to conflate them. In my example with Femtolisp, I added "-ltcc1" when using gcc to

Re: [Tinycc-devel] Problem after compiling tiny CC

2021-06-30 Thread Michael Matz
Hello, On Sat, 26 Jun 2021, Elijah Stone wrote: On Sat, 26 Jun 2021, Clive Tovero via Tinycc-devel wrote: Also watch out for "ar", this will cause the problem too. Perhaps 'tcc -ar' should add libtcc.a automatically (unless you tell it not to)? That way it would be possible to compile a s