From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.2 required=5.0 tests=BAYES_00,FROM_WORDY, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,28db79a4b238c104 X-Google-Attributes: gid103376,public From: "Nick Roberts" Subject: Re: What's wrong with this simple Ada w/ assembly code? Date: 1999/03/06 Message-ID: <7bsc78$h9n$1@plug.news.pipex.net>#1/1 X-Deja-AN: 452033992 References: <36ddb9aa.0@silver.truman.edu> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: UUNET WorldCom server (post doesn't reflect views of UUNET WorldCom) Newsgroups: comp.lang.ada Date: 1999-03-06T00:00:00+00:00 List-Id: I think, possibly, the answer to your (immediate) problem is that GCC expects a ".o" extension for object files, and doesn't recognise ".obj". May I ask why you are programming in Assembly? ------------------------------------- Nick Roberts -------------------------------------