Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: <banders@ec.rockwell.com>
Subject: Re: dllwrap & __cygwin_noncygwin_dll_entry@12
To: "Michael P." <migueldetrix@forum.dk>
Cc: cygwin@sourceware.cygnus.com
X-Mailer: Lotus Notes Release 5.0.1 (Intl) 16 July 1999
Message-ID: <OFC38E7423.F357265C-ON0625685C.007CE5B0@ec.rockwell.com>
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@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@ec.rockwell.com                              VOICE (630) 227-8975


|--------+----------------------->
|        |          "Michael P." |
|        |          <migueldetrix|
|        |          @forum.dk>   |
|        |                       |
|        |          01/04/00     |
|        |          04:46 AM     |
|        |                       |
|--------+----------------------->
  >-------------------------------------------------------------------------------------------------------------------------------------|
  |                                                                                                                                     |
  |       To:     cygwin@sourceware.cygnus.com                                                                                          |
  |       cc:     (bcc: Bartlee A Anderson/WoodDale/EC/Rockwell)                                                                        |
  |       Subject:     dllwrap & __cygwin_noncygwin_dll_entry@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@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@sourceware.cygnus.com





--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

