From owner-freebsd-questions Thu Oct 17 14:33:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 783A937B401 for ; Thu, 17 Oct 2002 14:33:08 -0700 (PDT) Received: from apollo.sitaranetworks.com (apollo.sitaranetworks.com [199.103.141.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id A87BC43E75 for ; Thu, 17 Oct 2002 14:33:07 -0700 (PDT) (envelope-from cptacek@sitaranetworks.com) Received: from rios.sitaranetworks.com (rios.sitaranetworks.com [199.103.141.78]) by apollo.sitaranetworks.com (8.10.2+Sun/8.9.3) with ESMTP id g9HLX6615673; Thu, 17 Oct 2002 17:33:06 -0400 (EDT) Received: by rios.sitaranetworks.com with Internet Mail Service (5.5.2653.19) id ; Thu, 17 Oct 2002 17:33:52 -0400 Message-ID: <31269226357BD211979E00A0C9866DAB02BB99ED@rios.sitaranetworks.com> From: Chris Ptacek To: "'freebsd-questions@freebsd.org'" Cc: "'cptacek@dsl-only.net'" Subject: prc-tools-2.2 on FreeBSD-4.7 build errors Date: Thu, 17 Oct 2002 17:33:48 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have followed the build instructions http://prc-tools.sourceforge.net/install/BUILDING.html and am having problems getting prc-tools-2.2 to build. Has anyone else had any luck? I am using the tarballs specified in the instructions. I have tried switching between patch, gpatch, make, and gmake without luck. I am extracting to /usr/local/pilot ... I actually get 2 different errors depending on my configure call: with: ../prc-tools-2.2/configure --target=m68k-palmos --enable-languages=c,c++ --with-headers=`pwd`/empty --with-palmdev-prefix=/usr/local/pilot I get the following errors: ------------------------------ /usr/local/pilot/build/binutils/bfd/../../../prc-tools-2.2/binutils/bfd/dwar f2.c:1350: undefined reference to `_nl_msg_cat_cntr' /usr/local/pilot/build/binutils/bfd/../../../prc-tools-2.2/binutils/bfd/dwar f2.c:1350: undefined reference to `dcgettext__' /usr/local/pilot/build/binutils/bfd/../../../prc-tools-2.2/binutils/bfd/dwar f2.c:1350: undefined reference to `_nl_msg_cat_cntr' ../binutils/bfd/libbfd.a(dwarf2.o): In function `parse_comp_unit': /usr/local/pilot/build/binutils/bfd/../../../prc-tools-2.2/binutils/bfd/dwar f2.c(.text+0x15b1): undefined ref erence to `_nl_msg_cat_cntr' /usr/local/pilot/build/binutils/bfd/../../../prc-tools-2.2/binutils/bfd/dwar f2.c(.text+0x15cd): undefined ref erence to `dcgettext__' /usr/local/pilot/build/binutils/bfd/../../../prc-tools-2.2/binutils/bfd/dwar f2.c(.text+0x15da): undefined ref erence to `_nl_msg_cat_cntr' /usr/local/pilot/build/binutils/bfd/../../../prc-tools-2.2/binutils/bfd/dwar f2.c(.text+0x1609): undefined ref erence to `_nl_msg_cat_cntr' /usr/local/pilot/build/binutils/bfd/../../../prc-tools-2.2/binutils/bfd/dwar f2.c(.text+0x1625): undefined ref erence to `dcgettext__' /usr/local/pilot/build/binutils/bfd/../../../prc-tools-2.2/binutils/bfd/dwar f2.c(.text+0x1632): undefined ref erence to `_nl_msg_cat_cntr' /usr/local/pilot/build/binutils/bfd/../../../prc-tools-2.2/binutils/bfd/dwar f2.c(.text+0x16bc): undefined ref erence to `_nl_msg_cat_cntr' /usr/local/pilot/build/binutils/bfd/../../../prc-tools-2.2/binutils/bfd/dwar f2.c(.text+0x16d8): undefined ref erence to `dcgettext__' /usr/local/pilot/build/binutils/bfd/../../../prc-tools-2.2/binutils/bfd/dwar f2.c(.text+0x16e5): undefined ref erence to `_nl_msg_cat_cntr' /usr/local/pilot/build/binutils/bfd/../../../prc-tools-2.2/binutils/bfd/dwar f2.c(.text+0x171d): undefined ref erence to `_nl_msg_cat_cntr' /usr/local/pilot/build/binutils/bfd/../../../prc-tools-2.2/binutils/bfd/dwar f2.c(.text+0x1739): undefined ref erence to `dcgettext__' /usr/local/pilot/build/binutils/bfd/../../../prc-tools-2.2/binutils/bfd/dwar f2.c(.text+0x1746): undefined ref erence to `_nl_msg_cat_cntr' gmake[1]: *** [build-prc] Error 1 gmake[1]: Leaving directory `/usr/local/pilot/build/tools' gmake: *** [tools] Error 2 with: ../prc-tools-2.2/configure --enable-targets=m68k-palmos,arm-palmos --enable-languages=c,c++ --with-headers=`pwd`/empty --with-palmdev-prefix=/usr/local/pilot I get the following errors: --------------------------- rm -f bfd-tmp.h cp bfd-in3.h bfd-tmp.h /bin/sh ../../prc-tools-2.2/binutils/bfd/../move-if-change bfd-tmp.h bfd.h rm -f bfd-tmp.h touch stmp-bfd-h /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../prc-tools-2.2/binutils/bfd -I. -D_GNU_SOURCE -I. -I../../prc-tools-2.2/binutils/bfd -I../../prc-tools-2.2/binutils/bfd/../include -I../../prc-tools-2.2/binutils/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../prc-tools-2.2/binutils/bfd/archive.c gcc -DHAVE_CONFIG_H -I. -I../../prc-tools-2.2/binutils/bfd -I. -D_GNU_SOURCE -I. -I../../prc-tools-2.2/binutils/bfd -I../../prc-tools-2.2/binutils/bfd/../include -I../../prc-tools-2.2/binutils/bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../prc-tools-2.2/binutils/bfd/archive.c -o archive.o In file included from ../../prc-tools-2.2/binutils/bfd/archive.c:131: ../../prc-tools-2.2/binutils/bfd/sysdep.h:135: libintl.h: No such file or directory gmake[3]: *** [archive.lo] Error 1 gmake[3]: Leaving directory `/usr/local/pilot/build/bfd' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/local/pilot/build/bfd' gmake[1]: *** [all-recursive-am] Error 2 gmake[1]: Leaving directory `/usr/local/pilot/build/bfd' gmake: *** [bfd] Error 2 Thanks, Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message