Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: Subject: Re: dllwrap & __cygwin_noncygwin_dll_entry AT 12 To: "Michael P." Cc: cygwin AT sourceware DOT cygnus DOT com X-Mailer: Lotus Notes Release 5.0.1 (Intl) 16 July 1999 Message-ID: Date: Tue, 4 Jan 2000 16:47:13 -0600 X-MIMETrack: Serialize by Router on ECCentralHub/EC/Rockwell(Release 5.0.2a (Intl)|23 November 1999) at 01/04/2000 04:47:57 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii I didn't see a response, so I'll give it a shot. Simply remove the -- entry flag from the line as shown below # DLLWRAP_FLAGS = --driver-name $(CXX) --dlltool-name $(DLLTOOL) --as $(AS) \ # --entry __cygwin_noncygwin_dll_entry AT 12 DLLWRAP_FLAGS = --driver-name $(CXX) --dlltool-name $(DLLTOOL) --as $(AS) Bartlee A. Anderson Opinions my own, 3CS Development Rockwell International not Rockwell's Electronic Commerce 300 Bauman Ct. MS 933-607 Wood Dale, IL 60191 banders AT ec DOT rockwell DOT com VOICE (630) 227-8975 |--------+-----------------------> | | "Michael P." | | | | | | | | | 01/04/00 | | | 04:46 AM | | | | |--------+-----------------------> >-------------------------------------------------------------------------------------------------------------------------------------| | | | To: cygwin AT sourceware DOT cygnus DOT com | | cc: (bcc: Bartlee A Anderson/WoodDale/EC/Rockwell) | | Subject: dllwrap & __cygwin_noncygwin_dll_entry AT 12 | >-------------------------------------------------------------------------------------------------------------------------------------| I'm getting an error when using the makefile supplied with the COM-samples from ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/cygwin32/misc/ I've made a small addition to the makefile, because it went down at some point. I added -ansi -pedantic to the compiler flags section in the makefile, and it did the trick. But when the section starting the dllwrap, it gave the following warning: ld: warning: cannot find entry symbol __cygwin_noncygwin_dll_entry AT 12; defaulting to 61a01000 Does anyone have a explaination/solution to this error/warning? It seems to result in a build of object, but the exe-files fails to register. Regards Michael Poulsen -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com