[Pljava-dev] How to compile pljava in Solaris 10 5/08?

From: books at ejurka(dot)com (Kris Jurka)
To:
Subject: [Pljava-dev] How to compile pljava in Solaris 10 5/08?
Date: 2008-06-08 18:02:38
Message-ID: 484C1EBE.40807@ejurka.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Terence Ng wrote:
>
> I have installed Solaris Studio 12 the C compiler and build tool. After
> running:
> # cd /var/tmp/pljava/pljava-1.4.0
> # /opt/SUNWspro/bin/dmake
> dmake: Warning: Can't find `make.rules': No such file or directory
> dmake: Fatal error in reader: Makefile, line 30: Unexpected end of line seen
>

You still need to use GNU make to build pljava, not dmake. Also since
you've installed sun studio 12 (and into a different location) instead
of the used sun studio 11, you'll need to either set CUSTOM_CC to point
to your cc binary, or make some symlinks.

Kris Jurka

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Petr Michálek 2008-06-08 20:06:56 [Pljava-dev] Possible bug, when updating BigDecimal from trigger/function
Previous Message Terence Ng 2008-06-08 14:50:34 [Pljava-dev] How to compile pljava in Solaris 10 5/08?