R_works = @ld_R_works@
+ # Set trpath to a list of library paths included in LDFLAGS
+ # These paths can be added to rpath in the port specific makefiles if needed.
+ trpath = $(filter -L%,@LDFLAGS@)
LDFLAGS = @LDFLAGS@
LDREL = -r
LDOUT = -o
| Billy G. Allie| Domain: [EM
Tom Lane wrote:
> "Billy G. Allie" <[EMAIL PROTECTED]> writes:
> > Here is the error messages generated during the compile:
>
> > cc -K pentium_pro,host,inline,loop_unroll -I../../../../src/include
> > -I/usr/local/include -I/usr/local/ssl/include -c -o
Tom Lane wrote:
> "Billy G. Allie" <[EMAIL PROTECTED]> writes:
> > Here is the error messages generated during the compile:
>
> > cc -K pentium_pro,host,inline,loop_unroll -I../../../../src/include
> > -I/usr/local/include -I/usr/local/ssl/include -c -o
). If I remove the inline from ApplySortFunction, it
compiles and builds. In order for tuplesort.c to compile on OpenUNIX the code
must be changed to either:
1. Remove the static modifier from myFuntionCall2
or
2. Remove the inline from ApplySortFunction
or
3. Wrap the static mo
was compiling using the native (UDK) compiler. and it failed in tuplesort.c.
It was also unable to file the readline shared libraries without the changes to the
makefiles or setting LD_RUN_PATH (which is a pain and is depreciated in OpenUNIX 8 and
UnixWare 7).
--
____ | Billy G. Allie
e executable(s) will have the runtime search paths in them so they will
execute without having to change the default LD_LIBRARY_PATH setting.
--
| Billy G. Allie| Domain: [EMAIL PROTECTED]
| /| | 7436 Hartwell | MSN...: [EMAIL PROTECTED]
|-/-|- | Dearborn, MI 48126|
|/ |LLIE | (313) 582-1540|
msg24907/pgp0.pgp
Description: PGP signature
may not be necessary for it to occur on a particular platform. The patch
to Makefile.global.in provides the means by which the individual ports can add
the additional search paths. It's up to the port maintainers to decide if
it's needed for their port, IMHO.
--
| Billy G
If it compiles and passes regress tests that way, you're
> better off without the #define anyhow.
--
| Billy G. Allie| Domain: [EMAIL PROTECTED]
| /| | 7436 Hartwell | Compuserve: 76337,2061
|-/-|- | Dearborn, MI 48126| MSN...: [EMAIL PROTECTED]
|/ |LLIE | (313) 582-1540|
PGP signature
://www.python.org.
--
| Billy G. Allie| Domain: [EMAIL PROTECTED]
| /| | 7436 Hartwell | Compuserve: 76337,2061
|-/-|- | Dearborn, MI 48126| MSN...: [EMAIL PROTECTED]
|/ |LLIE | (313) 582-1540|
PGP signature
d them.
You need to make the following changes to access the PostgreSQL man pages
from UnixWare.
| Billy G. Allie| Domain: [EMAIL PROTECTED]
| /| | 7436 Hartwell | Compuserve: 76337,2061
|-/-|- | Dearborn, MI 48126| MSN...: [EMAIL PROTECTED]
|/ |LLIE | (313) 582-1540|
PGP signature
Peter Eisentraut wrote:
> Billy G. Allie writes:
>
> > PgSQL v1.0 has been released. This is the first public release of PgSQL.
> > It is available at http://sourceforge.net/projects/pgsql.
>
> Sounds interesting, but isn't "pgsql" an extremely unfort
Tom Lane wrote:
> "Billy G. Allie" <[EMAIL PROTECTED]> writes:
> > Peter Eisentraut wrote:
> >> Sounds interesting, but isn't "pgsql" an extremely unfortunate choice of
> >> name, given that it's already used as an abbreviation for
12 matches
Mail list logo