Ian Sandler wrote: > I have installed the gcc compiler (from the aix linux toolbox) and it > works to compile c code. However when I try to compile and catalog a > basic program here is what I get: > jsh IJS ~/data -->BASIC IJS.BP TEST > TEST > cc: unrecognized option '-qMAXMEM=32768' > cc: unrecognized option '-qro' > cc: unrecognized option '-qroconst' > BASIC_30.c: In function 'main' > > Please read the posting guidelines at: > http://groups.google.com/group/jBASE/web/Posting%20Guidelines > You don't say what version of jBASE you are using, so specific options are hard to identify (please read the posting guidelines :-).
While I think that you are better off with the AIX compiler xlc, try: export CC=gcc before you start your jSHELL. Jim --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
