Received: from localhost (wm.hub.org [200.46.204.128]) by postgresql.org (Postfix) with ESMTP id AF7CA9FA274 for ; Sat, 30 Sep 2006 15:04:09 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024) with ESMTP id 07164-07 for ; Sat, 30 Sep 2006 18:04:05 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey- Received: from lists.commandprompt.com (host-130.commandprompt.net [207.173.203.130]) by postgresql.org (Postfix) with ESMTP id 462199FA372 for ; Sat, 30 Sep 2006 15:04:04 -0300 (ADT) Received: from [192.168.1.95] (or-67-76-146-141.sta.embarqhsd.net [67.76.146.141]) (authenticated bits=0) by lists.commandprompt.com (8.13.7/8.13.6) with ESMTP id k8UI40l6032708 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 30 Sep 2006 11:04:05 -0700 Message-ID: <451EB194.9090506@commandprompt.com> Date: Sat, 30 Sep 2006 11:04:04 -0700 From: "Joshua D. Drake" Organization: Command Prompt, Inc. User-Agent: Thunderbird 1.5.0.7 (X11/20060918) MIME-Version: 1.0 To: PostgreSQL-development Subject: libedit broke in head Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on projects.commandprompt.com X-Virus-Status: Clean X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.6 (lists.commandprompt.com [192.168.2.159]); Sat, 30 Sep 2006 11:04:06 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.135 tagged_above=0 required=5 tests=FORGED_RCVD_HELO X-Spam-Level: X-Archive-Number: 200609/2356 X-Sequence-Number: 91884 Hello, It seems I am unable to compile libedit support in -HEAD t -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,-rpath,'/usr/local/pgsql/lib' -lpgport -lz -lcrypt -ldl -lm -o psql input.o: In function `pg_send_history': input.c:(.text+0x10d): undefined reference to `add_history' input.o: In function `gets_interactive': input.c:(.text+0x23d): undefined reference to `readline' input.o: In function `initializeInput': input.c:(.text+0x27a): undefined reference to `initialize_readline' input.c:(.text+0x286): undefined reference to `using_history' input.c:(.text+0x2ca): undefined reference to `read_history' input.c:(.text+0x2d1): undefined reference to `history_set_pos' input.c:(.text+0x2d6): undefined reference to `current_history' input.c:(.text+0x311): undefined reference to `next_history' input.o: In function `saveHistory': input.c:(.text+0x409): undefined reference to `write_history' input.c:(.text+0x43b): undefined reference to `history_set_pos' input.c:(.text+0x440): undefined reference to `current_history' input.c:(.text+0x481): undefined reference to `next_history' input.o: In function `finishInput': input.c:(.text+0x4df): undefined reference to `stifle_history' collect2: ld returned 1 exit status make[3]: *** [psql] Error 1 make[3]: Leaving directory `/home/jd/pgsql/src/bin/psql' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/jd/pgsql/src/bin' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/jd/pgsql/src' make: *** [all] Error 2 Configured with: ./configure --with-libedit-preferred --without-readline -- === The PostgreSQL Company: Command Prompt, Inc. === Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240 Providing the most comprehensive PostgreSQL solutions since 1997 http://www.commandprompt.com/