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: <002001c28aa0$9c7af720$080a0a0a@mon> From: "Alfred Lam" To: , "Larry Hall (RFK Partners, Inc)" References: <4 DOT 3 DOT 1 DOT 2 DOT 20021031090135 DOT 02350de8 AT pop DOT rcn DOT com> Subject: dlltool more error messages Date: Tue, 12 Nov 2002 15:09:23 -0800 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_001D_01C28A5D.7BFA7B80" X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 ------=_NextPart_000_001D_01C28A5D.7BFA7B80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hello, here are some more debug code from dlltool error message after doing : $ ../croxx/pexports-0.42h/bin/pexports.exe scdll32.dll | sed 's/^_//' > scdll32.def $ dlltool -D scdll32.dll -d scdll32.def -v -l libscdll32.a dlltool: Processing def file: scdll32.def dlltool: LIBRARY: NETSAPI.dll base: ffffffff dlltool: Processed def file dlltool: Processing definitions dlltool: Processed definitions dlltool: Creating library file: libscdll32.a dlltool: run: as -o dh.o dh.s dh.s: Assembler messages: dh.s:5: Error: Cannot represent relocation type BFD_RELOC_RVA dh.s:10: Error: Cannot represent relocation type BFD_RELOC_RVA dh.s:11: Error: Cannot represent relocation type BFD_RELOC_RVA dlltool: as exited with status 1 dlltool: run: as -o dt.o dt. $ dlltool -V GNU dlltool 2.13.90 20021108 Copyright 2002 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. Can anyone help me on this... Thanks, Alfred ------=_NextPart_000_001D_01C28A5D.7BFA7B80 Content-Type: application/octet-stream; name="dh.s" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="dh.s" # IMAGE_IMPORT_DESCRIPTOR=0A= .section .idata$2=0A= .global __head_libscdll32_a=0A= __head_libscdll32_a:=0A= .rva hname #Ptr to image import by name list=0A= #this should be the timestamp, but NT sometimes=0A= #doesn't load DLLs when this is set.=0A= .long 0 # loaded time=0A= .long 0 # Forwarder chain=0A= .rva __libscdll32_a_iname # imported dll's name=0A= .rva fthunk # pointer to firstthunk=0A= #Stuff for compatibility=0A= .section .idata$5=0A= .long 0=0A= fthunk:=0A= .section .idata$4=0A= .long 0=0A= .section .idata$4=0A= hname:=0A= ------=_NextPart_000_001D_01C28A5D.7BFA7B80 Content-Type: application/octet-stream; name="dt.s" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="dt.s" .section .idata$4=0A= .long 0=0A= .section .idata$5=0A= .long 0=0A= .section .idata$7=0A= .global __libscdll32_a_iname=0A= __libscdll32_a_iname: .asciz "scdll32.dll"=0A= ------=_NextPart_000_001D_01C28A5D.7BFA7B80 Content-Type: application/octet-stream; name="scdll32.def" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="scdll32.def" LIBRARY NETSAPI.dll=0A= EXPORTS=0A= CardPresent=0A= DoneDriver=0A= GetReaderListCount=0A= GetReaderListItem=0A= InitDriver=0A= IsoIn=0A= IsoOut=0A= PowerOffCard=0A= PowerOnCard=0A= ReaderParm=0A= ReaderPresent=0A= ReaderSpeed=0A= ------=_NextPart_000_001D_01C28A5D.7BFA7B80 Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ ------=_NextPart_000_001D_01C28A5D.7BFA7B80--