This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

buggy entry point while making dll


Hi!

Try to "make all" with the attached directory.

The problem is that the mydll.dll's main entry point will point to the
string "This is a string constant." instead of the code.

I used Windows 95 with Cygwin.
The program versions I've used:

$ gcc --version
2.95.2-6

$ gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2-6/specs
gcc version 2.95.2-6 19991024 (cygwin experimental)

$ ld --version
GNU ld 2.11.90
Copyright 2001 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.
  Supported emulations:
   i386pe

$ ld -v
GNU ld version 2.11.90 (with BFD 2.11.90)

$ as --version
GNU assembler 2.11.90
Copyright 2001 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.
This assembler was configured for a target of `i686-pc-cygwin'.

$ as -v
GNU assembler version 2.11.90 (i686-pc-cygwin) using BFD version 2.11.90

$ cpp --version
2.95.2-6


	NMarci

bug.tgz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]