public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Krisma-jean_jablonski <krisma-jean_jablonski@expresso.com.br>
To: GCC <gcc-help@gcc.gnu.org>
Subject: Compiler
Date: Wed, 18 Aug 2004 06:42:00 -0000	[thread overview]
Message-ID: <20040818064200.HshWey2rQ-UpmnK4IFvuBNCtiBFnpJ7WhpSZ-uab_lk@z> (raw)

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

Hi, my Name is Jean and I need help to compiler a source to an executable
(rbatfile.exe) for DEC Alpha 21064 APX on windows NT 4.0 SP6.

________________________________________________
This mail was sent by Webmail Expresso 2.5


[-- Attachment #2: rbatfile.c --]
[-- Type: text/plain, Size: 357 bytes --]

#include <stdio.h>
#include <string.h>
main(argc,argv)
int argc;
char *argv[];
{
// launch a bat file for GPost spwnf
  char s1[280];
  int i;

// get arg

//printf(" argc=%d\n",argc);
  strcpy(s1,argv[1]);
  for (i=3;i<=argc;i++) {
    strcat(s1," ");
    strcat(s1,argv[i-1]);
  }
//printf(" s1=%s\n",s1);
// fire it
  system(s1);
}

             reply	other threads:[~2004-08-17 17:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-18  6:42 Krisma-jean_jablonski [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-08-18  6:42 Compiler Krisma-jean_jablonski
2000-02-23 13:38 Compiler Benjamin Clark
2000-02-23 15:29 ` Compiler Martin v. Loewis
2000-04-01  0:00   ` Compiler Martin v. Loewis
2000-04-01  0:00 ` Compiler Benjamin Clark

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040818064200.HshWey2rQ-UpmnK4IFvuBNCtiBFnpJ7WhpSZ-uab_lk@z \
    --to=krisma-jean_jablonski@expresso.com.br \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).