Uploaded image for project: 'ActiveMQ C++ Client'
  1. ActiveMQ C++ Client
  2. AMQCPP-415

compiler flags with HPUX 11_31 aCC A.06.26

    XMLWordPrintableJSON

Details

    Description

      The configure script places -PIC for flags when compiling and linking, but -P in aCC is something very different than it is in gcc.
      In aCC it Preprocess named C/C++ files and leave the result in corresponding files suffixed with .i.
      In gcc it Inhibit generation of linemarkers in the output from the preprocessor. This might be useful when running the pre-processor on something that is not C code, and will be sent to a program which might be confused by the linemark-ers.

      This flag overwrote the -o option and caused no .o files to be created and make would fail when it got that far.

      Attachments

        Activity

          People

            tabish Timothy A. Bish
            doldrums Jeffrey B
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 48h
                48h
                Remaining:
                Remaining Estimate - 48h
                48h
                Logged:
                Time Spent - Not Specified
                Not Specified