HP3000-L Archives

January 2000, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Bixby <[log in to unmask]>
Reply To:
Mark Bixby <[log in to unmask]>
Date:
Fri, 7 Jan 2000 10:27:43 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (31 lines)
Castle wrote:
>
> I'm new to using the CCXL compiler on the 3000, and needed some advice.
> I'm trying to compile a C program using the following command:
>
> CCXL amqsget0.c,amqsgetc;INFO="-Aa"
>
> I get the following error:
>
> /SYS/PUB/CCXL 2: PARM: not found
> /SYS/PUB/CCXL 3: COMMENT: not found
> /SYS/PUB/CCXL 4: COMMENT: not found
> /SYS/PUB/CCXL 5: COMMENT: not found
> /SYS/PUB/CCXL 6: SETVAR: not found
...snip...
>
> Anyone have any advice?

Looks like you were trying to do that from SH.HPBIN.SYS.

CCXL is a CI command file, so you either want to be calling it from the CI, or
if you really want to call it from SH use callci:

callci 'CCXL amqsget0.c,amqsgetc;INFO="-Aa"'

You could also use the c89 SH command:

c89 -Aa -o AMQSGETC AMSQGET0.C

- Mark B.

ATOM RSS1 RSS2