Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-ID: <39C73D9D.E4F27A45@ife.ee.ethz.ch>
Date: Tue, 19 Sep 2000 12:19:09 +0200
From: Thomas Sailer <sailer@ife.ee.ethz.ch>
Organization: IfE
X-Mailer: Mozilla 4.75 [en] (X11; U; SunOS 5.5.1 sun4u)
X-Accept-Language: de,fr,ru
MIME-Version: 1.0
To: cgf@cygnus.com
CC: cygwin@sourceware.cygnus.com
Subject: Re: how to make a .lib from msfl70d.dll
References: <27832437.969144793742.JavaMail.imail@digger.excite.com> <200009182000.QAA21861@envy.delorie.com> <003d01c021b1$b5a21440$0300a8c0@sumt1.nj.home.com> <20000918165156.A17300@cygnus.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Chris Faylor wrote:

> Can't you use this lib file with gcc?  Just rename it from foo.lib to libfoo.a .

I tried this with the MSVC compiled ORBit port for Win32. Now I'm getting
undefined references

o:\programming\cor:7: undefined reference to `_chkesp'
o:\programming\cor:15: undefined reference to `_alloca_probe'

_chkesp seems to be in MSVCRT.DLL (but AFAIK not in mingw's libmsvcrt.a),
but I haven't found _alloca_probe.

Tom

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

