delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2007/12/12/16:36:14

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 <dj AT delorie DOT com>
To: djgpp AT delorie DOT com
In-reply-to: <zbY7j.2807$E01.371@newsfe22.lga> (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> <zbY7j.2807$E01 DOT 371 AT newsfe22 DOT lga>
Errors-To: nobody AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019