Re: UnixWare 7.1.1b FS - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: UnixWare 7.1.1b FS
Date
Msg-id Pine.LNX.4.21.0010211931080.825-100000@peter.localdomain
Whole thread Raw
In response to Re: UnixWare 7.1.1b FS  (Larry Rosenman <ler@lerctr.org>)
List pgsql-hackers
Larry Rosenman writes:

> OK, then please allow --with-CC and --with-CXX.  I tried it, and it
> didn't honor the --with-CXX option.  Please also document same in
> ./configure --help. 

The C compiler is chosen with the CC environment variable.  That is
documented.

The C++ compiler can be chosen with the CXX environment variable, which is
not documented, because it's usually not a good idea (shared library
problems, really a bug).  Instead the template file should set the CCC
variable to pick the preferred C++ compiler.  See for example how hpux or
solaris do it.

And the --with-CXX option is honored, but only if you don't override it in
the template file. :)

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



pgsql-hackers by date:

Previous
From: Patrick Welche
Date:
Subject: failed runcheck
Next
From: Larry Rosenman
Date:
Subject: Re: UnixWare 7.1.1b FS