From: Wilson MacGyver Subject: Re: Help needed to create a library To: djgpp AT sun DOT soe DOT clarkson DOT edu (DJGPP) Date: Tue, 11 Apr 1995 16:33:42 -0400 (EDT) Reply-To: macgyver AT infinet DOT com > I am porting my library from MSC to GCC which is made up of C and > .ASM files. I want to create with these files a new library using GCC and > MASM. So,... > 1. Do i have to assemble the .ASM with GCC?. If so, what switches should > i use?. > 2. Can i use .OBJ files compiled with MASM to create the library? You can generate object files which DJGPP can use by having the MASM produce COFF objects instead of the default. GCC uses COFF format.