Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
8aa966e4
Commit
8aa966e4
authored
Sep 11, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention of config.log for configure failure debugging.
parent
6a5733a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
12 deletions
+37
-12
configure
configure
+24
-7
configure.in
configure.in
+13
-5
No files found.
configure
View file @
8aa966e4
...
@@ -3020,11 +3020,6 @@ if test "${with_java+set}" = set; then
...
@@ -3020,11 +3020,6 @@ if test "${with_java+set}" = set; then
yes
)
yes
)
echo
"
$as_me
:
$LINENO
: result: yes"
>
&5
echo
"
$as_me
:
$LINENO
: result: yes"
>
&5
echo
"
${
ECHO_T
}
yes"
>
&6
echo
"
${
ECHO_T
}
yes"
>
&6
if
test
!
"
$JAVA_HOME
"
-o
!
-d
"
$JAVA_HOME
"
;
then
{
{
echo
"
$as_me
:
$LINENO
: error: Set the JAVA_HOME environment variable to build Java components"
>
&5
echo
"
$as_me
: error: Set the JAVA_HOME environment variable to build Java components"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
for
ac_prog
in
jakarta-ant ant ant.sh ant.bat
for
ac_prog
in
jakarta-ant ant ant.sh ant.bat
do
do
...
@@ -3125,8 +3120,10 @@ echo "$as_me: error: ant does not work" >&2;}
...
@@ -3125,8 +3120,10 @@ echo "$as_me: error: ant does not work" >&2;}
if
test
-z
"
$ANT
"
;
then
if
test
-z
"
$ANT
"
;
then
{
{
echo
"
$as_me
:
$LINENO
: error: Ant is required to build Java components"
>
&5
{
{
echo
"
$as_me
:
$LINENO
: error: Ant is required to build Java components
echo
"
$as_me
: error: Ant is required to build Java components"
>
&2
;
}
If you have Ant already installed, see config.log for details on the failure."
>
&5
echo
"
$as_me
: error: Ant is required to build Java components
If you have Ant already installed, see config.log for details on the failure."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
fi
if
"
$ANT
"
-version
|
sed
q | egrep
-v
' 1\.[5-9]| [2-9]\.'
>
/dev/null
;
then
if
"
$ANT
"
-version
|
sed
q | egrep
-v
' 1\.[5-9]| [2-9]\.'
>
/dev/null
;
then
...
@@ -5841,8 +5838,12 @@ echo "${ECHO_T}no" >&6
...
@@ -5841,8 +5838,12 @@ echo "${ECHO_T}no" >&6
fi
fi
if
test
x
"
$pgac_cv_check_readline
"
=
x
"no"
;
then
if
test
x
"
$pgac_cv_check_readline
"
=
x
"no"
;
then
{
{
echo
"
$as_me
:
$LINENO
: error: readline library not found
{
{
echo
"
$as_me
:
$LINENO
: error: readline library not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support."
>
&5
Use --without-readline to disable readline support."
>
&5
echo
"
$as_me
: error: readline library not found
echo
"
$as_me
: error: readline library not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support."
>
&2
;
}
Use --without-readline to disable readline support."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
fi
...
@@ -5914,8 +5915,12 @@ _ACEOF
...
@@ -5914,8 +5915,12 @@ _ACEOF
else
else
{
{
echo
"
$as_me
:
$LINENO
: error: zlib library not found
{
{
echo
"
$as_me
:
$LINENO
: error: zlib library not found
If you have zlib already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-zlib to disable zlib support."
>
&5
Use --without-zlib to disable zlib support."
>
&5
echo
"
$as_me
: error: zlib library not found
echo
"
$as_me
: error: zlib library not found
If you have zlib already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-zlib to disable zlib support."
>
&2
;
}
Use --without-zlib to disable zlib support."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
fi
...
@@ -7341,8 +7346,12 @@ _ACEOF
...
@@ -7341,8 +7346,12 @@ _ACEOF
else
else
{
{
echo
"
$as_me
:
$LINENO
: error: readline header not found
{
{
echo
"
$as_me
:
$LINENO
: error: readline header not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support."
>
&5
Use --without-readline to disable readline support."
>
&5
echo
"
$as_me
: error: readline header not found
echo
"
$as_me
: error: readline header not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support."
>
&2
;
}
Use --without-readline to disable readline support."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
fi
...
@@ -7576,8 +7585,12 @@ _ACEOF
...
@@ -7576,8 +7585,12 @@ _ACEOF
else
else
{
{
echo
"
$as_me
:
$LINENO
: error: history header not found
{
{
echo
"
$as_me
:
$LINENO
: error: history header not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support."
>
&5
Use --without-readline to disable readline support."
>
&5
echo
"
$as_me
: error: history header not found
echo
"
$as_me
: error: history header not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support."
>
&2
;
}
Use --without-readline to disable readline support."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
fi
...
@@ -7696,8 +7709,12 @@ if test $ac_cv_header_zlib_h = yes; then
...
@@ -7696,8 +7709,12 @@ if test $ac_cv_header_zlib_h = yes; then
:
:
else
else
{
{
echo
"
$as_me
:
$LINENO
: error: zlib header not found
{
{
echo
"
$as_me
:
$LINENO
: error: zlib header not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-zlib to disable zlib support."
>
&5
Use --without-zlib to disable zlib support."
>
&5
echo
"
$as_me
: error: zlib header not found
echo
"
$as_me
: error: zlib header not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-zlib to disable zlib support."
>
&2
;
}
Use --without-zlib to disable zlib support."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
fi
...
...
configure.in
View file @
8aa966e4
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
dnl $Header: /cvsroot/pgsql/configure.in,v 1.20
7 2002/09/06 14:31:16
momjian Exp $
dnl $Header: /cvsroot/pgsql/configure.in,v 1.20
8 2002/09/11 04:27:48
momjian Exp $
dnl
dnl
dnl Developers, please strive to achieve this order:
dnl Developers, please strive to achieve this order:
dnl
dnl
...
@@ -371,12 +371,10 @@ AC_SUBST(with_python)
...
@@ -371,12 +371,10 @@ AC_SUBST(with_python)
AC_MSG_CHECKING([whether to build Java/JDBC tools])
AC_MSG_CHECKING([whether to build Java/JDBC tools])
PGAC_ARG_BOOL(with, java, no, [ --with-java build JDBC interface and Java tools],
PGAC_ARG_BOOL(with, java, no, [ --with-java build JDBC interface and Java tools],
[AC_MSG_RESULT(yes)
[AC_MSG_RESULT(yes)
if test ! "$JAVA_HOME" -o ! -d "$JAVA_HOME" ; then
AC_MSG_ERROR([Set the JAVA_HOME environment variable to build Java components])
fi
PGAC_PATH_ANT
PGAC_PATH_ANT
if test -z "$ANT"; then
if test -z "$ANT"; then
AC_MSG_ERROR([Ant is required to build Java components])
AC_MSG_ERROR([Ant is required to build Java components
If you have Ant already installed, see config.log for details on the failure.])
fi
fi
if "$ANT" -version | sed q | egrep -v ' 1\.[[5-9]]| [[2-9]]\.' >/dev/null ; then
if "$ANT" -version | sed q | egrep -v ' 1\.[[5-9]]| [[2-9]]\.' >/dev/null ; then
AC_MSG_ERROR([Ant version >= 1.5 is required to build Java components])
AC_MSG_ERROR([Ant version >= 1.5 is required to build Java components])
...
@@ -624,6 +622,8 @@ if test "$with_readline" = yes; then
...
@@ -624,6 +622,8 @@ if test "$with_readline" = yes; then
PGAC_CHECK_READLINE
PGAC_CHECK_READLINE
if test x"$pgac_cv_check_readline" = x"no"; then
if test x"$pgac_cv_check_readline" = x"no"; then
AC_MSG_ERROR([readline library not found
AC_MSG_ERROR([readline library not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support.])
Use --without-readline to disable readline support.])
fi
fi
fi
fi
...
@@ -631,6 +631,8 @@ fi
...
@@ -631,6 +631,8 @@ fi
if test "$with_zlib" = yes; then
if test "$with_zlib" = yes; then
AC_CHECK_LIB(z, inflate, [],
AC_CHECK_LIB(z, inflate, [],
[AC_MSG_ERROR([zlib library not found
[AC_MSG_ERROR([zlib library not found
If you have zlib already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-zlib to disable zlib support.])])
Use --without-zlib to disable zlib support.])])
fi
fi
...
@@ -680,15 +682,21 @@ if test "$with_readline" = yes; then
...
@@ -680,15 +682,21 @@ if test "$with_readline" = yes; then
AC_CHECK_HEADERS([readline/readline.h], [],
AC_CHECK_HEADERS([readline/readline.h], [],
[AC_CHECK_HEADERS([readline.h], [],
[AC_CHECK_HEADERS([readline.h], [],
[AC_MSG_ERROR([readline header not found
[AC_MSG_ERROR([readline header not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support.])])])
Use --without-readline to disable readline support.])])])
AC_CHECK_HEADERS([readline/history.h], [],
AC_CHECK_HEADERS([readline/history.h], [],
[AC_CHECK_HEADERS([history.h], [],
[AC_CHECK_HEADERS([history.h], [],
[AC_MSG_ERROR([history header not found
[AC_MSG_ERROR([history header not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support.])])])
Use --without-readline to disable readline support.])])])
fi
fi
if test "$with_zlib" = yes; then
if test "$with_zlib" = yes; then
AC_CHECK_HEADER(zlib.h, [], [AC_MSG_ERROR([zlib header not found
AC_CHECK_HEADER(zlib.h, [], [AC_MSG_ERROR([zlib header not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-zlib to disable zlib support.])])
Use --without-zlib to disable zlib support.])])
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment