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


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

Re: how to make a .lib from msfl70d.dll


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


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