BUG #2838: Compile error "tab-complete.c" on Mac OS X - Mailing list pgsql-bugs
From | Thomas Jahnsen |
---|---|
Subject | BUG #2838: Compile error "tab-complete.c" on Mac OS X |
Date | |
Msg-id | 200612181939.kBIJd9OG002547@wwwmaster.postgresql.org Whole thread Raw |
Responses |
Re: BUG #2838: Compile error "tab-complete.c" on Mac OS X
|
List | pgsql-bugs |
The following bug has been logged online: Bug reference: 2838 Logged by: Thomas Jahnsen Email address: tjahnsenX@netscape.net PostgreSQL version: 8.2 Operating system: Mac OS X 10.4.8 PPC Description: Compile error "tab-complete.c" on Mac OS X Details: I try to compile PostgreSQL 8.2, but it fails in the file "tab-complete.c" (src/bin/psql/tab-complete.c). It reports an undeclared function call; 'rl_filename_completion_function' First, some info on my system: Apple iMac G5 2.1 GHz Mac OS X 10.4.8 PPC Apple Developer Tools version 2.4.1 (latest) Compiler: powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367) This is the error message it gets to when you call "make" - this skips a lot of what happens beforehand: -- Error Message Start gcc -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -DFRONTEND -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -c -o tab-complete.o tab-complete.c tab-complete.c: In function 'psql_completion': tab-complete.c:574: warning: implicit declaration of function 'rl_completion_matches' tab-complete.c:574: warning: assignment makes pointer from integer without a cast tab-complete.c:578: warning: assignment makes pointer from integer without a cast tab-complete.c:583: warning: assignment makes pointer from integer without a cast tab-complete.c:591: warning: assignment makes pointer from integer without a cast tab-complete.c:607: warning: assignment makes pointer from integer without a cast tab-complete.c:617: warning: assignment makes pointer from integer without a cast tab-complete.c:628: warning: assignment makes pointer from integer without a cast tab-complete.c:638: warning: assignment makes pointer from integer without a cast tab-complete.c:648: warning: assignment makes pointer from integer without a cast tab-complete.c:654: warning: assignment makes pointer from integer without a cast tab-complete.c:667: warning: assignment makes pointer from integer without a cast tab-complete.c:675: warning: assignment makes pointer from integer without a cast tab-complete.c:684: warning: assignment makes pointer from integer without a cast tab-complete.c:694: warning: assignment makes pointer from integer without a cast tab-complete.c:704: warning: assignment makes pointer from integer without a cast tab-complete.c:714: warning: assignment makes pointer from integer without a cast tab-complete.c:724: warning: assignment makes pointer from integer without a cast tab-complete.c:729: warning: assignment makes pointer from integer without a cast tab-complete.c:735: warning: assignment makes pointer from integer without a cast tab-complete.c:744: warning: assignment makes pointer from integer without a cast tab-complete.c:749: warning: assignment makes pointer from integer without a cast tab-complete.c:762: warning: assignment makes pointer from integer without a cast tab-complete.c:768: warning: assignment makes pointer from integer without a cast tab-complete.c:778: warning: assignment makes pointer from integer without a cast tab-complete.c:784: warning: assignment makes pointer from integer without a cast tab-complete.c:791: warning: assignment makes pointer from integer without a cast tab-complete.c:800: warning: assignment makes pointer from integer without a cast tab-complete.c:806: warning: assignment makes pointer from integer without a cast tab-complete.c:818: warning: assignment makes pointer from integer without a cast tab-complete.c:822: warning: assignment makes pointer from integer without a cast tab-complete.c:828: warning: assignment makes pointer from integer without a cast tab-complete.c:837: warning: assignment makes pointer from integer without a cast tab-complete.c:843: warning: assignment makes pointer from integer without a cast tab-complete.c:852: warning: assignment makes pointer from integer without a cast tab-complete.c:861: warning: assignment makes pointer from integer without a cast tab-complete.c:870: warning: assignment makes pointer from integer without a cast tab-complete.c:879: warning: assignment makes pointer from integer without a cast tab-complete.c:886: warning: assignment makes pointer from integer without a cast tab-complete.c:892: warning: assignment makes pointer from integer without a cast tab-complete.c:902: warning: assignment makes pointer from integer without a cast tab-complete.c:910: warning: assignment makes pointer from integer without a cast tab-complete.c:914: warning: assignment makes pointer from integer without a cast tab-complete.c:921: warning: assignment makes pointer from integer without a cast tab-complete.c:931: warning: assignment makes pointer from integer without a cast tab-complete.c:935: warning: assignment makes pointer from integer without a cast tab-complete.c:944: warning: assignment makes pointer from integer without a cast tab-complete.c:949: warning: assignment makes pointer from integer without a cast tab-complete.c:959: warning: assignment makes pointer from integer without a cast tab-complete.c:963: warning: assignment makes pointer from integer without a cast tab-complete.c:975: warning: assignment makes pointer from integer without a cast tab-complete.c:984: warning: assignment makes pointer from integer without a cast tab-complete.c:992: error: 'rl_filename_completion_function' undeclared (first use in this function) tab-complete.c:992: error: (Each undeclared identifier is reported only once tab-complete.c:992: error: for each function it appears in.) tab-complete.c:992: warning: assignment makes pointer from integer without a cast tab-complete.c:1004: warning: assignment makes pointer from integer without a cast tab-complete.c:1015: warning: assignment makes pointer from integer without a cast tab-complete.c:1026: warning: assignment makes pointer from integer without a cast tab-complete.c:1033: warning: assignment makes pointer from integer without a cast tab-complete.c:1038: warning: assignment makes pointer from integer without a cast tab-complete.c:1042: warning: assignment makes pointer from integer without a cast tab-complete.c:1052: warning: assignment makes pointer from integer without a cast tab-complete.c:1054: warning: assignment makes pointer from integer without a cast tab-complete.c:1059: warning: assignment makes pointer from integer without a cast tab-complete.c:1063: warning: assignment makes pointer from integer without a cast tab-complete.c:1070: warning: assignment makes pointer from integer without a cast tab-complete.c:1077: warning: assignment makes pointer from integer without a cast tab-complete.c:1082: warning: assignment makes pointer from integer without a cast tab-complete.c:1091: warning: assignment makes pointer from integer without a cast tab-complete.c:1098: warning: assignment makes pointer from integer without a cast tab-complete.c:1103: warning: assignment makes pointer from integer without a cast tab-complete.c:1109: warning: assignment makes pointer from integer without a cast tab-complete.c:1118: warning: assignment makes pointer from integer without a cast tab-complete.c:1125: warning: assignment makes pointer from integer without a cast tab-complete.c:1136: warning: assignment makes pointer from integer without a cast tab-complete.c:1147: warning: assignment makes pointer from integer without a cast tab-complete.c:1161: warning: assignment makes pointer from integer without a cast tab-complete.c:1173: warning: assignment makes pointer from integer without a cast tab-complete.c:1184: warning: assignment makes pointer from integer without a cast tab-complete.c:1191: warning: assignment makes pointer from integer without a cast tab-complete.c:1196: warning: assignment makes pointer from integer without a cast tab-complete.c:1204: warning: assignment makes pointer from integer without a cast tab-complete.c:1212: warning: assignment makes pointer from integer without a cast tab-complete.c:1227: warning: assignment makes pointer from integer without a cast tab-complete.c:1231: warning: assignment makes pointer from integer without a cast tab-complete.c:1239: warning: assignment makes pointer from integer without a cast tab-complete.c:1247: warning: assignment makes pointer from integer without a cast tab-complete.c:1273: warning: assignment makes pointer from integer without a cast tab-complete.c:1278: warning: assignment makes pointer from integer without a cast tab-complete.c:1286: warning: assignment makes pointer from integer without a cast tab-complete.c:1297: warning: assignment makes pointer from integer without a cast tab-complete.c:1303: warning: assignment makes pointer from integer without a cast tab-complete.c:1307: warning: assignment makes pointer from integer without a cast tab-complete.c:1321: warning: assignment makes pointer from integer without a cast tab-complete.c:1329: warning: assignment makes pointer from integer without a cast tab-complete.c:1340: warning: assignment makes pointer from integer without a cast tab-complete.c:1351: warning: assignment makes pointer from integer without a cast tab-complete.c:1360: warning: assignment makes pointer from integer without a cast tab-complete.c:1374: warning: assignment makes pointer from integer without a cast tab-complete.c:1387: warning: assignment makes pointer from integer without a cast tab-complete.c:1392: warning: assignment makes pointer from integer without a cast tab-complete.c:1408: warning: assignment makes pointer from integer without a cast tab-complete.c:1421: warning: assignment makes pointer from integer without a cast tab-complete.c:1423: warning: assignment makes pointer from integer without a cast tab-complete.c:1425: warning: assignment makes pointer from integer without a cast tab-complete.c:1427: warning: assignment makes pointer from integer without a cast tab-complete.c:1429: warning: assignment makes pointer from integer without a cast tab-complete.c:1431: warning: assignment makes pointer from integer without a cast tab-complete.c:1433: warning: assignment makes pointer from integer without a cast tab-complete.c:1442: warning: assignment makes pointer from integer without a cast tab-complete.c:1447: warning: assignment makes pointer from integer without a cast tab-complete.c:1452: warning: assignment makes pointer from integer without a cast tab-complete.c:1456: warning: assignment makes pointer from integer without a cast tab-complete.c:1461: warning: assignment makes pointer from integer without a cast tab-complete.c:1473: warning: assignment makes pointer from integer without a cast tab-complete.c:1483: warning: assignment makes pointer from integer without a cast tab-complete.c:1489: warning: assignment makes pointer from integer without a cast tab-complete.c:1494: warning: assignment makes pointer from integer without a cast tab-complete.c:1498: warning: assignment makes pointer from integer without a cast tab-complete.c:1507: warning: assignment makes pointer from integer without a cast tab-complete.c:1522: warning: assignment makes pointer from integer without a cast tab-complete.c:1527: warning: assignment makes pointer from integer without a cast tab-complete.c:1532: warning: assignment makes pointer from integer without a cast tab-complete.c:1537: warning: assignment makes pointer from integer without a cast tab-complete.c:1541: warning: assignment makes pointer from integer without a cast tab-complete.c:1550: warning: assignment makes pointer from integer without a cast tab-complete.c:1555: warning: assignment makes pointer from integer without a cast tab-complete.c:1558: warning: assignment makes pointer from integer without a cast tab-complete.c:1562: warning: assignment makes pointer from integer without a cast tab-complete.c:1566: warning: assignment makes pointer from integer without a cast tab-complete.c:1571: warning: assignment makes pointer from integer without a cast tab-complete.c:1579: warning: assignment makes pointer from integer without a cast tab-complete.c:1584: warning: assignment makes pointer from integer without a cast tab-complete.c:1586: warning: assignment makes pointer from integer without a cast tab-complete.c:1589: warning: assignment makes pointer from integer without a cast tab-complete.c:1600: warning: assignment makes pointer from integer without a cast tab-complete.c:1602: warning: assignment makes pointer from integer without a cast tab-complete.c:1620: warning: assignment makes pointer from integer without a cast tab-complete.c:1630: warning: assignment makes pointer from integer without a cast tab-complete.c:1643: warning: assignment makes pointer from integer without a cast tab-complete.c:1654: warning: assignment makes pointer from integer without a cast tab-complete.c:1661: warning: assignment makes pointer from integer without a cast tab-complete.c:1673: warning: assignment makes pointer from integer without a cast tab-complete.c:1682: warning: assignment makes pointer from integer without a cast tab-complete.c:1687: warning: assignment makes pointer from integer without a cast tab-complete.c:1695: warning: assignment makes pointer from integer without a cast tab-complete.c:1701: warning: assignment makes pointer from integer without a cast tab-complete.c:1705: warning: assignment makes pointer from integer without a cast tab-complete.c:1711: warning: assignment makes pointer from integer without a cast tab-complete.c:1724: warning: assignment makes pointer from integer without a cast tab-complete.c:1731: warning: assignment makes pointer from integer without a cast tab-complete.c:1738: warning: assignment makes pointer from integer without a cast tab-complete.c:1744: warning: assignment makes pointer from integer without a cast tab-complete.c:1748: warning: assignment makes pointer from integer without a cast tab-complete.c:1752: warning: assignment makes pointer from integer without a cast tab-complete.c:1757: warning: assignment makes pointer from integer without a cast tab-complete.c:1760: warning: assignment makes pointer from integer without a cast tab-complete.c:1768: warning: assignment makes pointer from integer without a cast tab-complete.c:1773: warning: assignment makes pointer from integer without a cast tab-complete.c:1780: warning: assignment makes pointer from integer without a cast tab-complete.c:1788: warning: assignment makes pointer from integer without a cast tab-complete.c:1795: warning: assignment makes pointer from integer without a cast tab-complete.c:1801: warning: assignment makes pointer from integer without a cast tab-complete.c:1805: warning: assignment makes pointer from integer without a cast tab-complete.c:1809: warning: assignment makes pointer from integer without a cast tab-complete.c:1815: warning: assignment makes pointer from integer without a cast tab-complete.c:1820: warning: assignment makes pointer from integer without a cast tab-complete.c:1825: warning: assignment makes pointer from integer without a cast tab-complete.c:1832: warning: assignment makes pointer from integer without a cast tab-complete.c:1838: warning: assignment makes pointer from integer without a cast tab-complete.c:1840: warning: assignment makes pointer from integer without a cast tab-complete.c:1842: warning: assignment makes pointer from integer without a cast tab-complete.c:1844: warning: assignment makes pointer from integer without a cast tab-complete.c:1846: warning: assignment makes pointer from integer without a cast tab-complete.c:1848: warning: assignment makes pointer from integer without a cast tab-complete.c:1850: warning: assignment makes pointer from integer without a cast tab-complete.c:1852: warning: assignment makes pointer from integer without a cast tab-complete.c:1854: warning: assignment makes pointer from integer without a cast tab-complete.c:1856: warning: assignment makes pointer from integer without a cast tab-complete.c:1858: warning: assignment makes pointer from integer without a cast tab-complete.c:1860: warning: assignment makes pointer from integer without a cast tab-complete.c:1862: warning: assignment makes pointer from integer without a cast tab-complete.c:1864: warning: assignment makes pointer from integer without a cast tab-complete.c:1866: warning: assignment makes pointer from integer without a cast tab-complete.c:1868: warning: assignment makes pointer from integer without a cast tab-complete.c:1870: warning: assignment makes pointer from integer without a cast tab-complete.c:1872: warning: assignment makes pointer from integer without a cast tab-complete.c:1880: warning: assignment makes pointer from integer without a cast tab-complete.c:1890: warning: assignment makes pointer from integer without a cast tab-complete.c:1907: warning: assignment makes pointer from integer without a cast tab-complete.c:1909: warning: assignment makes pointer from integer without a cast tab-complete.c:1923: warning: assignment makes pointer from integer without a cast make[3]: *** [tab-complete.o] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all] Error 2 make: *** [all] Error 2 -- Error Message End My configuration output is as following - this is with no options. -- Configure output Start [cm-84:local/src/postgresql-8.2.0-src] tjahnsen% ./configure checking build system type... powerpc-apple-darwin8.8.0 checking host system type... powerpc-apple-darwin8.8.0 checking which template to use... darwin checking whether to build with 64-bit integer date/time support... no checking whether NLS is wanted... no checking for default port number... 5432 checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking if gcc -no-cpp-precomp supports -Wdeclaration-after-statement... yes checking if gcc -no-cpp-precomp supports -Wendif-labels... yes checking if gcc -no-cpp-precomp supports -fno-strict-aliasing... yes configure: using CFLAGS=-O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing checking whether the C compiler still works... yes checking how to run the C preprocessor... gcc -no-cpp-precomp -E checking allow thread-safe client libraries... no checking whether to build with Tcl... no checking whether to build Perl modules... no checking whether to build Python modules... no checking whether to build with Kerberos 5 support... no checking whether to build with PAM support... no checking whether to build with LDAP support... no checking whether to build with Bonjour support... no checking whether to build with OpenSSL support... no checking for egrep... grep -E configure: using CPPFLAGS= configure: using LDFLAGS= checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking for flex... /usr/bin/flex checking whether ln -s works... yes checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for ranlib... ranlib checking for tar... /usr/bin/tar checking for strip... strip checking whether it is possible to strip libraries... no checking for bison... bison -y checking for perl... /usr/bin/perl checking for main in -lm... yes checking for library containing setproctitle... no checking for library containing dlopen... none required checking for library containing socket... none required checking for library containing shl_load... no checking for library containing getopt_long... none required checking for library containing crypt... none required checking for library containing fdatasync... no checking for library containing shmget... none required checking for -lreadline... yes (-lreadline) checking for inflate in -lz... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking crypt.h usability... no checking crypt.h presence... no checking for crypt.h... no checking dld.h usability... no checking dld.h presence... no checking for dld.h... no checking endian.h usability... no checking endian.h presence... no checking for endian.h... no checking fp_class.h usability... no checking fp_class.h presence... no checking for fp_class.h... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/pstat.h usability... no checking sys/pstat.h presence... no checking for sys/pstat.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/sem.h usability... yes checking sys/sem.h presence... yes checking for sys/sem.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking kernel/OS.h usability... no checking kernel/OS.h presence... no checking for kernel/OS.h... no checking kernel/image.h usability... no checking kernel/image.h presence... no checking for kernel/image.h... no checking SupportDefs.h usability... no checking SupportDefs.h presence... no checking for SupportDefs.h... no checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for netinet/tcp.h... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for preprocessor stringizing operator... yes checking for signed types... yes checking for working volatile... yes checking for __func__... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for tzname... yes checking for union semun... yes checking for struct sockaddr_un... yes checking for struct sockaddr_storage... yes checking for struct sockaddr_storage.ss_family... yes checking for struct sockaddr_storage.__ss_family... no checking for struct sockaddr_storage.ss_len... yes checking for struct sockaddr_storage.__ss_len... no checking for struct sockaddr.sa_len... yes checking for struct addrinfo... yes checking for struct cmsgcred... no checking for struct fcred... no checking for struct sockcred... no checking for struct option... yes checking for z_streamp... yes checking for int timezone... no checking types of arguments for accept()... int, int, struct sockaddr *, socklen_t * checking whether gettimeofday takes only one argument... no checking for cbrt... yes checking for dlopen... yes checking for fcvt... yes checking for fdatasync... no checking for getpeereid... yes checking for getrlimit... yes checking for memmove... yes checking for poll... yes checking for pstat... no checking for readlink... yes checking for setproctitle... no checking for setsid... yes checking for sigprocmask... yes checking for symlink... yes checking for sysconf... yes checking for towlower... yes checking for utime... yes checking for utimes... yes checking for waitpid... yes checking for wcstombs... yes checking whether fdatasync is declared... no checking whether posix_fadvise is declared... no checking whether strlcpy is declared... yes checking whether F_FULLFSYNC is declared... yes checking for struct sockaddr_in6... yes checking for PS_STRINGS... no checking for snprintf... yes checking for vsnprintf... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking for isinf... yes checking for crypt... yes checking for fseeko... yes checking for getopt... yes checking for getrusage... yes checking for inet_aton... yes checking for random... yes checking for rint... yes checking for srandom... yes checking for strdup... yes checking for strerror... yes checking for strlcpy... yes checking for strtol... yes checking for strtoul... yes checking for unsetenv... yes checking for getaddrinfo... yes checking for getopt_long... yes checking for rl_completion_append_character... yes checking for rl_completion_matches... yes checking for rl_filename_completion_function... yes checking for replace_history_entry... yes checking for finite... yes checking for sigsetjmp... yes checking for syslog... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for optreset... yes checking for strtoll... yes checking for strtoull... yes checking for atexit... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for fseeko... (cached) yes checking test program... ok checking whether long int is 64 bits... no checking whether long long int is 64 bits... yes checking snprintf format for long long int... %lld checking for unsigned long... yes checking size of unsigned long... 4 checking for size_t... yes checking size of size_t... 4 checking for short... yes checking alignment of short... 2 checking for int... yes checking alignment of int... 4 checking for long... yes checking alignment of long... 4 checking for long long int... yes checking alignment of long long int... 4 checking for double... yes checking alignment of double... 4 checking for int8... no checking for uint8... no checking for int64... no checking for uint64... no checking for sig_atomic_t... yes checking for POSIX signal interface... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for working memcmp... yes checking for onsgmls... no checking for nsgmls... no checking for openjade... no checking for jade... no checking for DocBook V4.2... no checking for DocBook stylesheets... no checking for collateindex.pl... no checking for sgmlspl... no configure: creating ./config.status config.status: creating GNUmakefile config.status: creating src/Makefile.global config.status: creating src/include/pg_config.h config.status: creating src/interfaces/ecpg/include/ecpg_config.h config.status: linking ./src/backend/port/tas/dummy.s to src/backend/port/tas.s config.status: linking ./src/backend/port/dynloader/darwin.c to src/backend/port/dynloader.c config.status: linking ./src/backend/port/posix_sema.c to src/backend/port/pg_sema.c config.status: linking ./src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c config.status: linking ./src/backend/port/dynloader/darwin.h to src/include/dynloader.h config.status: linking ./src/include/port/darwin.h to src/include/pg_config_os.h config.status: linking ./src/makefiles/Makefile.darwin to src/Makefile.port [cm-84:local/src/postgresql-8.2.0-src] tjahnsen% -- Configure output End I guess the rl-prefix is Readline. I have version 5 of this library. I hope this is enough information for you to go on.
pgsql-bugs by date: