Port Bug Report: configure crashes trying to include "conftest.sh" if current dir is not in PATH - Mailing list pgsql-ports

From Unprivileged user
Subject Port Bug Report: configure crashes trying to include "conftest.sh" if current dir is not in PATH
Date
Msg-id 199902121354.IAA74697@hub.org
Whole thread Raw
List pgsql-ports
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name        : Mark Solomon
Your email address    : msolomon@seva.net

Category        : install: compile
Severity        : serious

Summary: configure crashes trying to include "conftest.sh" if current dir is not in PATH

System Configuration
--------------------
  Operating System   : Solaris 2.6

  PostgreSQL version : 6.4.2

  Compiler used      : gcc 2.8.1

Hardware:
---------


Versions of other tools:
------------------------
GNUmake - 3.77
GNUflex - 2.5.4

--------------------------------------------------------------------------

Problem Description:
--------------------
configure crashes trying to include "conftest.sh" if current dir is not in PATH

--------------------------------------------------------------------------

Test Case:
----------
unpack archive, cd src; ./configure

--------------------------------------------------------------------------

Solution:
---------
instead of:
. conftest.sh

use
. ./conftest.sh

--------------------------------------------------------------------------


pgsql-ports by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [PORTS] Port Bug Report: select of array columns
Next
From: Unprivileged user
Date:
Subject: Port Bug Report: configure script creates errored gcc statements - no compilation