From owner-freebsd-questions@FreeBSD.ORG Tue Mar 14 19:28:25 2006 Return-Path: X-Original-To: questions@freebsd.org 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 7B99A16A401 for ; Tue, 14 Mar 2006 19:28:25 +0000 (UTC) (envelope-from dmacpherson@mainframe.ca) Received: from wale.mainframe.ca (wale.mainframe.ca [209.17.131.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0635043D45 for ; Tue, 14 Mar 2006 19:28:24 +0000 (GMT) (envelope-from dmacpherson@mainframe.ca) Received: from jupiter.mainframe.ca ([10.0.0.12] helo=mail.mainframe.ca) by wale.mainframe.ca with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJFBt-0000oz-Bd for questions@freebsd.org; Tue, 14 Mar 2006 11:28:21 -0800 Received: from [172.16.139.102] (helo=Mandarin-04) by mail.mainframe.ca with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FJFBQ-00072M-Ry for questions@freebsd.org; Tue, 14 Mar 2006 11:27:52 -0800 From: Derrick MacPherson To: questions@freebsd.org Content-Type: text/plain Organization: Mainframe Entertainment Inc. Date: Tue, 14 Mar 2006 11:28:20 -0800 Message-Id: <1142364500.3537.56.camel@mandarin-04> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-22) Content-Transfer-Encoding: 7bit Cc: Subject: bas 3.1 fails to build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 19:28:25 -0000 On FreeBSD 5.4, not sure what this error means: ===> Building for bash-3.1.10_1 rm -f bash cc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob - L./lib/tilde -L./lib/sh -L/usr/local/lib -rdynamic -O -pipe -o bash shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o arrayfunc.o braces.o bracecomp.o bashhist.o bashline.o list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o -lbuiltins -lsh -lreadline -lhistory -ltermcap -lglob - ltilde /usr/local/lib/libintl.so /usr/local/lib/libiconv.so subst.o(.text+0x4f69): In function `remove_wpattern': : undefined reference to `wcsmatch' subst.o(.text+0x4fad): In function `remove_wpattern': : undefined reference to `wcsmatch' subst.o(.text+0x4fe6): In function `remove_wpattern': : undefined reference to `wcsmatch' subst.o(.text+0x5072): In function `remove_wpattern': : undefined reference to `wcsmatch' subst.o(.text+0x5107): In function `remove_pattern': : undefined reference to `xdupmbstowcs' subst.o(.text+0x5133): In function `remove_pattern': : undefined reference to `xdupmbstowcs' subst.o(.text+0x565a): In function `match_wpattern': : undefined reference to `wcsmatch' subst.o(.text+0x56fa): In function `match_wpattern': : undefined reference to `wcsmatch' subst.o(.text+0x576c): In function `match_wpattern': : undefined reference to `wcsmatch' subst.o(.text+0x57ad): In function `match_wpattern': : undefined reference to `wcsmatch' subst.o(.text+0x5878): In function `match_pattern': : undefined reference to `xdupmbstowcs' subst.o(.text+0x58a7): In function `match_pattern': : undefined reference to `xdupmbstowcs' *** Error code 1