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: ld COFF processing



> $ ld -o s.a -r s.obj	(produces s.a)
>
> My question is, to what extent is the pe-i386 format compatible with the
> Microsoft format?

The formats are compatible, but you're using the tools wrong.  The
"ar" program creates libraries, not the "ld" program.  Please read the
documentation for the tools for further instructions.

--
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]