Re: [Tinycc-devel] __attribute__((constructor)) not getting called

2022-10-03 Thread Liam Wilson
On Sat, 1 Oct 2022 at 18:27, Liam Wilson wrote: > > On Sat, 1 Oct 2022 at 17:00, Steffen Nurpmeso wrote: > > > > Liam Wilson wrote in > > : > > ... > > |I've been attempting to build nodejs Node-API addons using the tiny c > > |compiler. When doing this I noticed that the addons were failing

Re: [Tinycc-devel] Potential bug - Xt: Unresolved inheritance operation

2022-10-03 Thread Steffen Nurpmeso
Adam Sampson wrote in : |Mid Favila writes: |> Wanted to add that when Motif (or, at the least, LessTif) programs are |> built using tcc, the same problem occurs. Is there anyone else who can |> duplicate these findings? | |I see the same behaviour -- it's failing in XtQueryGeometry, when i

Re: [Tinycc-devel] Potential bug - Xt: Unresolved inheritance operation

2022-10-03 Thread Adam Sampson
Mid Favila writes: > Wanted to add that when Motif (or, at the least, LessTif) programs are > built using tcc, the same problem occurs. Is there anyone else who can > duplicate these findings? I see the same behaviour -- it's failing in XtQueryGeometry, when it tries to call a widget's query_geo

Re: [Tinycc-devel] How to build tinycc for cross-compile code for arm target on x86_64 host

2022-10-03 Thread grischka
On 02.10.2022 17:33, Giang Vĩnh Lộc wrote: Hi all, I will try to explain my situation as simple as I can :)) - I have x86_64 Linux machine as host - I want to compile tcc (from source, no prebuild binary) for running tcc on that machine - I have ARM Linux as target. I want to build my C code u

Re: [Tinycc-devel] Tinycc-devel Digest, Vol 233, Issue 3

2022-10-03 Thread Michael Richter
Maybe this is related to the __attrbiute__((constructor)) issue? Am 03.10.22 um 18:02 schrieb tinycc-devel-requ...@nongnu.org: Date: Sun, 4 Sep 2022 15:42:42 -0400 (AEST) From: Mid Favila Reply-To:tinycc-devel@nongnu.org To:tinycc-devel@nongnu.org Subject: [Tinycc-devel] Potential bug - Xt: Unre

Re: [Tinycc-devel] Potential bug - Xt: Unresolved inheritance operation

2022-10-03 Thread Mid Favila
Hello again, Wanted to add that when Motif (or, at the least, LessTif) programs are built using tcc, the same problem occurs. Is there anyone else who can duplicate these findings? Are there any steps I can take to provide useful information? On Sun, 4 Sep 2022, Mid Favila wrote: Date: Sun,