Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <001701c32d40$baac5980$78d96f83@pomello> From: "Max Bowsher" To: , "Jari Aalto+mail.perl" Cc: References: <7k7x1sp0 DOT fsf AT blue DOT sea DOT net> Subject: Re: dllwrap/perl/Net::DNS DNS.o(.text+0x1b1):DNS.c: undefined reference to `___dn_expand' Date: Sat, 7 Jun 2003 23:04:12 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Cam-ScannerAdmin: mail-scanner-support AT ucs DOT cam DOT ac DOT uk X-Cam-AntiVirus: Not scanned X-Cam-SpamDetails: Elfyn McBratney wrote: > On Sun, 8 Jun 2003, Jari Aalto+mail.perl wrote: > >> c -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -DUSEIMPORTLIB -O3 -DVE RSION=\"0.38\" >> -DXS_VERSION=\"0.38\" "-I/usr/lib/perl5/5.8.0/cygwin-multi-64int/CORE" DNS.c Running >> Mkbootstrap for Net::DNS () >> chmod 644 DNS.bs >> rm -f blib/arch/auto/Net/DNS/DNS.dll >> LD_RUN_PATH="" ld2 -s -L/usr/local/lib DNS.o -o blib/arch/auto/Net/DNS/DNS.dll >> /usr/lib/perl5/5.8.0/cygwin-multi-64int/CORE/libperl.dll.a >> dllwrap --dllname DNS.dll --driver-name gcc --dlltool dlltool --export-all-symbols --as as >> --output-def libDNS.def --output-lib libDNS.a \ -s -L/usr/local/lib DNS.o >> /usr/lib/perl5/5.8.0/cygwin-multi-64int/CORE/libperl.dll.a >> dllwrap: no export definition file provided. >> Creating one, but that may not be what you want >> DNS.o(.text+0x1b1):DNS.c: undefined reference to `___dn_expand' > > Cygwin doesn't come with a resolver library. You can build BIND8, but it takes > some work and a lot configury hacks if you want shared libs, last I checked. Pierre Humblet's minires (in the Cygwin exim source tarball) might be an alternative. Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/