X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 12 Dec 2007 16:36:06 -0500 Message-Id: <200712122136.lBCLa6Je029138@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (drulius1nospam@suddenlink.net) Subject: Re: [new user] compile and link on winXp cmd line versus makefile References: <_cX7j.6211$3b7 DOT 2346 AT newsfe23 DOT lga> <200712122019 DOT lBCKJbw4027155 AT envy DOT delorie DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > gcc -s DVIDEO.C -S means "build asm source" -s means "strip symbols" DVIDEO.C is a C++ file dvideo.c is a C file. If gcc is expecting underscores, you have to provide them in your asm source files.