HP-UX에서 쓰이는 상용 C++ 컴파일러를 알고싶습니다.

s911310의 이미지

이번에 회사에서 HP-UX에서 개발할 일이 생겼습니다.
솔라리스에서만 개발하다보니 HP-UX는 처음이라 어떤 컴파일러가
쓰이는지 잘 모르겠습니다. 상용컴파일러 이름과 최신 버전을 알려주시면 감사하겠습니다.

eungkyu의 이미지

s911310 wrote:
이번에 회사에서 HP-UX에서 개발할 일이 생겼습니다.
솔라리스에서만 개발하다보니 HP-UX는 처음이라 어떤 컴파일러가
쓰이는지 잘 모르겠습니다. 상용컴파일러 이름과 최신 버전을 알려주시면 감사하겠습니다.

그런건 hp 홈페이지가서 조금만 뒤져보면 알 수 있을 겁니다.
알아봐드릴려고 했는데 지금 hp 홈페이지에 잘 접속이 안되네요.. :(

s911310의 이미지

aC++라는 컴파일러가 있던데 HP에서 판매하는 건가요?

yykim의 이미지

GNU C++이 되지 않던가요? ^^;;

sandro의 이미지

1) 기본적으로는 bundle cc 라는 커널 이미지를 만드느데 쓰는 C 컴파일러가 있습니다.
이것은 ANSI C가 지원 안됩니다.

2) 상용으로는 HP에서 판매하는 aCC 가 있습니다.

3) 그다음 gcc를 쓸수 있는데 팩키지로 설치하기 보다는 직접 빌드 해서 설치 하시는게 나을 겁니다. 그래야 posix thread를 지원 할테니까요

無心

huricool의 이미지

HP-UX 11 에 깔려 있는 cc 입니다.
옵션중에 ANSI 를 지원하는 게 있는데 이 버전의 경우 HP-UX 에서 bundle 로 제공하는 넘이 아닌가요?
얼마전에 ansi c 로 hp-ux 에서 작업한게 있는 데 궁금해서 올려봅니다.

 cc(1)                                                                 cc(1)
                 Requires Optional ANSI C Compiler Software

 NAME
      cc, c89 - C compiler

 SYNOPSIS
      cc [options] files
      c89 [options] files

 DESCRIPTION
      cc is the HP-UX C compiler.  c89 is equivalent to cc -Aa option. Both
      accept several types of arguments as files:
.
.
.
.
.


     -Amode         Specify the compilation standard to be used by the
                     compiler.  mode can be one of the following letters:

                        c    Compile in a mode compatible with HP-UX
                             releases prior to 7.0.  (See The C Programming
                             Language, First Edition by Kernighan and
                             Ritchie).  To access macros and typedefs that
                             are defined by the HP-UX Operating System,
                             define the symbol _HPUX_SOURCE as described in
                             stdsyms(5) or by including <sys/stdsyms.h>.  In
                             most programs <sys/stdsyms.h> is included
                             indirectly by including other standard system
                             header files.

                        a    Compile under ANSI mode (ANSI programming
                             language C standard ISO 9899:1990).  When
                             compiling under ANSI mode, the header files
                             would define only those names (macros and
                             typedefs) specified by the Standard. To access
                             macros and typedefs that are not defined by the
                             ANSI Standard but are provided by the HP-UX
                             Operating System, define the symbol
                             _HPUX_SOURCE; or use the extension option
                             described below.

무인도에 갇힌다면 당신이 가지고 갈 세가지는?

김충길의 이미지

HP에서 파는 랭귀지 팩이 있습니다.

한국 HP 에 전화하면 소규모 리셀러 업체 소개 해줍니다.

그럼 거기다 전화해서 견격서 하나 보내 달라고 하면 되요.

한달 전에 구입햇는데.. 정품 CD는 미국에 들어오는데 한달 걸린다고
하고 설치는 바로 해줍니다.

가격이 꽤 비싸죠. 판매가와 제안가가 틀립니다.

OS랑 랭귀지 팩(c, c++) 구입했는데 300백만원 대 였습니다.

screen + vim + ctags 좋아요~

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.