Re: libresolv does not provide __ns_initparse, resulting in LD undefined reference

2024-11-04 Thread Corinna Vinschen via Cygwin
On Nov 4 11:24, Corinna Vinschen via Cygwin wrote: > On Oct 29 22:35, Named T. Relay via Cygwin wrote: > > Hello, > > > > Today i installed cygwin to compile a windows .exe out of a Linux source > > program. > > While G++ on Linux compiles it correctly into a binary, on cygwin i got an > > issu

Re: libresolv does not provide __ns_initparse, resulting in LD undefined reference

2024-11-04 Thread Corinna Vinschen via Cygwin
On Oct 29 22:35, Named T. Relay via Cygwin wrote: > Hello, > > Today i installed cygwin to compile a windows .exe out of a Linux source > program. > While G++ on Linux compiles it correctly into a binary, on cygwin i got an > issue during linking: > > $ g++ -O2 -Wall -Isrc -o bin/sealtool src/

Re: libresolv does not provide __ns_initparse, resulting in LD undefined reference

2024-11-03 Thread Brian Inglis via Cygwin
Hi there, Those are DNS lookup, with interfaces defined in , and not part of the resolver library, with interfaces defined in , all packaged in cygwin-devel, as parts of cygwin have to be able to find AD servers and do other lookups, as well as support getent. -- Take care. Thanks, Brian Ing

Re: libresolv does not provide __ns_initparse, resulting in LD undefined reference

2024-11-03 Thread Named T. Relay via Cygwin
Hello again, I've yet to receive any response to my question. Did i use the wrong mailing list, or is this mailing list perhaps no longer in use? This issue is still blocking my project, so i would prefer *any* answer over none at this point. Thanks in advance, Named Relay On Tuesday, Octo

libresolv does not provide __ns_initparse, resulting in LD undefined reference

2024-10-29 Thread Named T. Relay via Cygwin
Hello, Today i installed cygwin to compile a windows .exe out of a Linux source program. While G++ on Linux compiles it correctly into a binary, on cygwin i got an issue during linking: $ g++ -O2 -Wall -Isrc -o bin/sealtool src/sign-verify.cpp -lcrypto -lssl -lcurl -lresolv /usr/lib/gcc/x86_6