dll building problem

Marat Boshernitsan maratb@CS.Berkeley.EDU
Mon Apr 24 03:25:00 GMT 2000


I am trying to build a C++ dll on Cygwin 1.1.0, but when I run a small
application using it I get a message that my dll "is not a valid Windows
NT image".  This is the command I use for building the dll:

dllwrap --export-all --driver-name=/usr/bin/g++ --output-lib \
  liblkimp.a -o OBJ.x86-pc-win32/lk.dll liblk.a -L/usr/misc/lib -lgcimp


"liblk.a" is an archive of object files for dll

"gcimp" is an import library of another dll, needed by the one I am trying
to build

Any pointers on how to debug this situation?

Thanks in advance,

Marat.

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



More information about the Cygwin mailing list