This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

question


Title: question

hello - i unziped:

gcc-2_95_2-sd-11_00_depot

and the readme.hpux looks like it is more for installing than actually running....

(at least this newbie TRIED to read the instructions)

now, is there a README or any instructions that pertain to using the pre-build executable
version??

i tried (and failed):

> gcc  helloworld.c
as: "/var/tmp/ccIJzYda.s", line 22: error 1052: Directive name not recognized - NSUBSPA

> cat  helloworld.c
int main()
{
    printf ("Hello world!..\n");
    return (0);
}

any thoughs??  thx,  mark edwards


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]