Re: External static library within Cygwin

2021-03-22 Thread Marco Atzeri via Cygwin
On 22.03.2021 15:43, Jeff Josephs wrote: I have a third party external static library in native Windows, and I am trying to use it within my Cygwin project. After looking at the static library, I noticed that it uses name mangling, and when compiling the Cygwin project, I get undefined references

External static library within Cygwin

2021-03-22 Thread Jeff Josephs
I have a third party external static library in native Windows, and I am trying to use it within my Cygwin project. After looking at the static library, I noticed that it uses name mangling, and when compiling the Cygwin project, I get undefined references. Aside from modifying the third party lib