Share

Oracle Password Repository

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

opr make error

You are viewing a single message from this topic. View all messages.

  1. 2008-04-22 20:47:27 UTC
    the other (and better way) is to tell your compiler the C++ comments are ok, I use
    xlC for my C compiler so I do it this way:

    export CFLAGS="-qcpluscmt"

    run ./configure
    then make

    from help for xlC:

    -qcpluscmt | -qnocpluscmt
    Permits the usage of "//" to introduce a comment
    that lasts until the end of the current source
    line, as in C++. The default is -qcpluscmt when
    you invoke the compiler with xlc, xlc_r, cc, or
    cc_r, or when -qlanglvl is set to stdc99 or extc99.
    Otherwise, the default setting is -qnocpluscmt.
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.