[go-nuts] Re: c-shared library for Aix

2024-03-05 Thread Anshuman Mor
ades > ago, and I was the one constantly turning up new kernel bugs from user > space. > > On Saturday, March 2, 2024 at 6:42:56 PM UTC+1 Anshuman Mor wrote: > >> I have written multiple c-shared libraries code in golang for Windows, >> Linux, MacOS . I am using GCC cros

[go-nuts] c-shared library for Aix

2024-03-02 Thread Anshuman Mor
I have written multiple c-shared libraries code in golang for Windows, Linux, MacOS . I am using GCC cross compiler for the same. This code is running fine in production without any issue since last 3 years. But, we have recently got a requirement to compile the same thing for AIX/PowerPC but I

[go-nuts] Re: Creating a shared C library out of go project to be loaded dynamically by other applications (C/Perl/Python) on AIX 7.2

2024-01-08 Thread Anshuman Mor
Hi Miecc, Did you get this working, I am having exact same issues, wondering if you ever able to get this through? Or using gccgo? I am using gcc11 for this. On Thursday 24 March 2022 at 02:31:28 UTC+5:30 miecc kn wrote: > Hello everyone, first time here so please bear with me. > I got the t