Hi, I am trying to build fish 1.23.1 on FreeBSD 9 using the --without-gettext option, but I get an error:
cc function.o builtin.o complete.o env.o exec.o expand.o highlight.o history.o kill.o parser.o proc.o reader.o sanity.o tokenizer.o wildcard.o wgetopt.o wutil.o input.o output.o intern.o env_universal.o env_universal_common.o input_common.o event.o signal.o io.o parse_util.o common.o screen.o path.o parser_keywords.o fish.o -L/usr/local/lib -L/usr/local/lib -liconv -lm -lncurses -rdynamic -o fish env.o(.text+0xd5e): In function `handle_locale': : undefined reference to `libintl_dcgettext' wutil.o(.text+0x228): In function `wgettext': : undefined reference to `libintl_bindtextdomain' wutil.o(.text+0x234): In function `wgettext': : undefined reference to `libintl_textdomain' wutil.o(.text+0x264): In function `wgettext': : undefined reference to `libintl_gettext' gmake: *** [fish] Error 1 *** Error code 1 Stop in /usr/ports/shells/fish. *** Error code 1 Stop in /usr/ports/shells/fish. I am just wondering if anyone else has seen this issue or if --without-gettext is known to not work? Thanks, Rob Farmer ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
