Date: Fri, 12 Apr 2002 17:06:52 +0100 From: Ceri Davies <setantae@submonkey.net> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: questions@FreeBSD.ORG Subject: Re: Getting fed up of "undefined reference to dgettext" Message-ID: <20020412160652.GA67100@submonkey.net> In-Reply-To: <1018626062.74356.16.camel@shumai.marcuscom.com> References: <20020412080405.GA52079@submonkey.net> <1018626062.74356.16.camel@shumai.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 12, 2002 at 12:41:02PM -0300, Joe Marcus Clarke wrote: > On Fri, 2002-04-12 at 05:04, Ceri Davies wrote: > > > > Hey all, > > > > Ever since the gettext port was updated, I've been patiently waiting > > for someone to go in and fix all the ports that now break while being > > built with errors like "undefined reference to `dgettext'". > > > > I do have both gettext packages installed : > > > > gettext-0.10.35_1 GNU gettext package > > gettext-0.11.1 GNU gettext package > > Did you build gettext-0.11.1 with the WANT_FULL_GETTEXT option? If so, > uninstall it, and rebuild without this option. I don't believe so - just a simple "make install clean". Looking at the Makefile, it only checks whether the variable is defined, so I'm assuming that setting WANT_FULL_GETTEXT=no won't help here ? > > which I believe is supposed to fix the problem, but it doesn't. > > Yes, installing gettext and gettext-old should fix this problem. Thanks for clarifying. > > I even uninstalled every package on the system and then rebuilt > > everything from scratch, but it hasn't helped. > > > > Ports that fail to build in particular are : > > > > gkrellm-1.2.11 (annoying, but not terrible as I installed 1.2.9 > > from packages) > > > > gqview-1.1.1 (very annoying, as I can't get plugger to build > > without it) > > Can you send the output of make for each port? I have successfully > installed the latest version of plugger without a problem. Sure, here you go : gkrellm-1.2.11 : ===> Building for gkrellm-1.2.11 (cd po && gmake all) gmake[1]: Entering directory `/usr/ports/sysutils/gkrellm/work/gkrellm-1.2.11/po' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/sysutils/gkrellm/work/gkrellm-1.2.11/po' (cd src && gmake GTK_CONFIG=/usr/X11R6/bin/gtk12-config GTOP_LIBS= GTOP_INCLUDE= \ EXTRAOBJS= SYS_LIBS="-lkvm -ldevstat -lmd" gkrellm ) gmake[1]: Entering directory `/usr/ports/sysutils/gkrellm/work/gkrellm-1.2.11/src' cc -O -pipe -march=pentiumpro -DSYSTEM_THEMES_DIR='"/usr/X11R6/share/gkrellm/themes"' -DSYSTEM_PLUGINS_DIR='"/usr/X11R6/libexec/gkrellm/plugins"' -I.. `/usr/X11R6/bin/gtk12-config --cflags gthread` `imlib-config --cflags-gdk` -DENABLE_NLS -DLOCALEDIR=\"/usr/X11R6/share/locale\" -c -o net.o net.c cc -O -pipe -march=pentiumpro -DSYSTEM_THEMES_DIR='"/usr/X11R6/share/gkrellm/themes"' -DSYSTEM_PLUGINS_DIR='"/usr/X11R6/libexec/gkrellm/plugins"' -I.. `/usr/X11R6/bin/gtk12-config --cflags gthread` `imlib-config --cflags-gdk` -DENABLE_NLS -DLOCALEDIR=\"/usr/X11R6/share/locale\" -c -o proc.o proc.c cc -O -pipe -march=pentiumpro -DSYSTEM_THEMES_DIR='"/usr/X11R6/share/gkrellm/themes"' -DSYSTEM_PLUGINS_DIR='"/usr/X11R6/libexec/gkrellm/plugins"' -I.. `/usr/X11R6/bin/gtk12-config --cflags gthread` `imlib-config --cflags-gdk` -DENABLE_NLS -DLOCALEDIR=\"/usr/X11R6/share/locale\" -c -o sensors.o sensors.c cc -O -pipe -march=pentiumpro -DSYSTEM_THEMES_DIR='"/usr/X11R6/share/gkrellm/themes"' -DSYSTEM_PLUGINS_DIR='"/usr/X11R6/libexec/gkrellm/plugins"' -I.. `/usr/X11R6/bin/gtk12-config --cflags gthread` `imlib-config --cflags-gdk` -DENABLE_NLS -DLOCALEDIR=\"/usr/X11R6/share/locale\" -c -o uptime.o uptime.c cc -O -pipe -march=pentiumpro -DSYSTEM_THEMES_DIR='"/usr/X11R6/share/gkrellm/themes"' -DSYSTEM_PLUGINS_DIR='"/usr/X11R6/libexec/gkrellm/plugins"' -I.. `/usr/X11R6/bin/gtk12-config --cflags gthread` `imlib-config --cflags-gdk` -DENABLE_NLS -DLOCALEDIR=\"/usr/X11R6/share/locale\" -c -o chart.o chart.c cc -O -pipe -march=pentiumpro -DSYSTEM_THEMES_DIR='"/usr/X11R6/share/gkrellm/themes"' -DSYSTEM_PLUGINS_DIR='"/usr/X11R6/libexec/gkrellm/plugins"' -I.. `/usr/X11R6/bin/gtk12-config --cflags gthread` `imlib-config --cflags-gdk` -DENABLE_NLS -DLOCALEDIR=\"/usr/X11R6/share/locale\" -c -o panel.o panel.c cc -O -pipe -march=pentiumpro -DSYSTEM_THEMES_DIR='"/usr/X11R6/share/gkrellm/themes"' -DSYSTEM_PLUGINS_DIR='"/usr/X11R6/libexec/gkrellm/plugins"' -I.. `/usr/X11R6/bin/gtk12-config --cflags gthread` `imlib-config --cflags-gdk` -DENABLE_NLS -DLOCALEDIR=\"/usr/X11R6/share/locale\" -c -o config.o config.c cc -O -pipe -march=pentiumpro -DSYSTEM_THEMES_DIR='"/usr/X11R6/share/gkrellm/themes"' -DSYSTEM_PLUGINS_DIR='"/usr/X11R6/libexec/gkrellm/plugins"' -I.. `/usr/X11R6/bin/gtk12-config --cflags gthread` `imlib-config --cflags-gdk` -DENABLE_NLS -DLOCALEDIR=\"/usr/X11R6/share/locale\" -c -o gui.o gui.c cc -O -pipe -march=pentiumpro -DSYSTEM_THEMES_DIR='"/usr/X11R6/share/gkrellm/themes"' -DSYSTEM_PLUGINS_DIR='"/usr/X11R6/libexec/gkrellm/plugins"' -I.. `/usr/X11R6/bin/gtk12-config --cflags gthread` `imlib-config --cflags-gdk` -DENABLE_NLS -DLOCALEDIR=\"/usr/X11R6/share/locale\" -c -o krell.o krell.c cc -O -pipe -march=pentiumpro -DSYSTEM_THEMES_DIR='"/usr/X11R6/share/gkrellm/themes"' -DSYSTEM_PLUGINS_DIR='"/usr/X11R6/libexec/gkrellm/plugins"' -I.. `/usr/X11R6/bin/gtk12-config --cflags gthread` `imlib-config --cflags-gdk` -DENABLE_NLS -DLOCALEDIR=\"/usr/X11R6/share/locale\" -c -o plugins.o plugins.c plugins.c: In function `install_plugin': plugins.c:798: warning: assignment discards qualifiers from pointer target type cc -O -pipe -march=pentiumpro -DSYSTEM_THEMES_DIR='"/usr/X11R6/share/gkrellm/themes"' -DSYSTEM_PLUGINS_DIR='"/usr/X11R6/libexec/gkrellm/plugins"' -I.. `/usr/X11R6/bin/gtk12-config --cflags gthread` `imlib-config --cflags-gdk` -DENABLE_NLS -DLOCALEDIR=\"/usr/X11R6/share/locale\" -c -o utils.o utils.c cc main.o alerts.o apm.o base64.o clock.o cpu.o disk.o fs.o hostname.o inet.o mail.o meminfo.o net.o proc.o sensors.o uptime.o chart.o panel.o config.o gui.o krell.o plugins.o utils.o -o gkrellm `/usr/X11R6/bin/gtk12-config --libs gthread` `imlib-config --libs-gdk` -lkvm -ldevstat -lmd -Wl,-E main.o: In function `setup_fonts': main.o(.text+0x189): undefined reference to `dgettext' main.o: In function `top_frame_button_press': main.o(.text+0x1271): undefined reference to `dgettext' main.o: In function `gkrellm_render_to_pixmap': main.o(.text+0x17ac): undefined reference to `dgettext' main.o: In function `check_gkrellm_directories': main.o(.text+0x2988): undefined reference to `dgettext' main.o(.text+0x299e): undefined reference to `dgettext' main.o(.text+0x2a9c): more undefined references to `dgettext' follow main.o: In function `main': main.o(.text+0x314b): undefined reference to `bindtextdomain' main.o(.text+0x315b): undefined reference to `textdomain' main.o(.text+0x35fe): undefined reference to `dgettext' main.o(.text+0x366b): undefined reference to `dgettext' alerts.o: In function `gkrellm_alert_config_window': alerts.o(.text+0x1092): undefined reference to `dgettext' alerts.o(.text+0x1183): undefined reference to `dgettext' alerts.o(.text+0x11a8): undefined reference to `dgettext' alerts.o(.text+0x121e): more undefined references to `dgettext' follow gui.o: In function `add_info_text': gui.o(.text+0x3c3): undefined reference to `gettext' gui.o: In function `gkrellm_config_launcher': gui.o(.text+0x88c): undefined reference to `dgettext' gui.o(.text+0x9d8): undefined reference to `dgettext' gui.o: In function `create_about_tab': gui.o(.text+0x13b8): undefined reference to `dgettext' gui.o(.text+0x1448): undefined reference to `dgettext' gui.o: In function `create_general_tab': gui.o(.text+0x1781): undefined reference to `dgettext' gui.o(.text+0x180b): more undefined references to `dgettext' follow gmake[1]: *** [gkrellm] Error 1 gmake[1]: Leaving directory `/usr/ports/sysutils/gkrellm/work/gkrellm-1.2.11/src' gmake: *** [freebsd] Error 2 *** Error code 2 Stop in /usr/ports/sysutils/gkrellm. gqview-1.1.1: If you want to compile with GNOME support, hit Ctrl-C right now and use "make WITH_GNOME=yes" ===> Extracting for gqview-1.1.1 >> Checksum OK for gqview-1.1.1.tar.gz. ===> gqview-1.1.1 depends on shared library: gdk_pixbuf.2 - found ===> gqview-1.1.1 depends on shared library: X11.6 - found ===> gqview-1.1.1 depends on shared library: glib12.3 - found ===> gqview-1.1.1 depends on shared library: gtk12.2 - found gzip: stdout: Broken pipe ===> Patching for gqview-1.1.1 ===> Applying FreeBSD patches for gqview-1.1.1 ===> Configuring for gqview-1.1.1 creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking for strerror in -lcposix... no checking for gcc... cc checking whether the C compiler (cc -O -pipe -march=pentiumpro ) works... yes checking whether the C compiler (cc -O -pipe -march=pentiumpro ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for gtk-config... /usr/X11R6/bin/gtk12-config checking for GTK - version >= 1.2.0... yes checking for gdk-pixbuf-config... /usr/X11R6/bin/gdk-pixbuf-config checking for GDK_PIXBUF - version >= 0.10.0... yes checking for png_read_info in -lpng... yes checking for png_structp in png.h... yes checking for gnome-config... no GNOME icon and menu entry will NOT be installed checking for strverscmp... no checking host system type... i386-portbld-freebsd4.5 checking for ranlib... ranlib checking for working const... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking for working alloca.h... no checking for alloca... yes checking for stdlib.h... yes checking for unistd.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for getpagesize... yes checking for working mmap... yes checking whether we are using the GNU C Library 2.1 or newer... no checking for argz.h... no checking for limits.h... yes checking for locale.h... yes checking for nl_types.h... yes checking for malloc.h... no checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for feof_unlocked... no checking for fgets_unlocked... no checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... yes checking for mempcpy... no checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for stpcpy... no checking for strchr... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for __argz_count... no checking for __argz_stringify... no checking for __argz_next... no checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking whether NLS is requested... yes checking whether included gettext is requested... no checking for libintl.h... yes checking for GNU gettext in libc... no checking for GNU gettext in libintl... yes checking for dcgettext... yes checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for bison... bison checking version of bison... v. ?.??, bad checking for catalogs to be installed... cs da de es et fi fr hu it ja nl no pl pt_BR ru sk sl tr uk zh_CN.GB2312 zh_TW updating cache ./config.cache creating ./config.status creating Makefile creating gqview.spec creating intl/Makefile creating po/Makefile.in creating src/Makefile creating src/icons/Makefile creating config.h creating po/POTFILES creating po/Makefile ===> Building for gqview-1.1.1 make all-recursive Making all in src Making all in icons cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c ui_clist_edit.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c ui_fileops.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c ui_help.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c ui_menu.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c ui_pathsel.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c ui_tabcomp.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c ui_utildlg.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c cache.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c cache_maint.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c collect.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c collect-dlg.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c collect-io.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c collect-table.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c dnd.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c dupe.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c filelist.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c fullscreen.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c globals.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c image.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c image-load.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c img-view.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c layout.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c layout_config.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c layout_image.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c layout_util.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c main.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c menu.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c pixbuf_util.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c preferences.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c rcfile.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c similar.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c slideshow.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c thumb.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c utilops.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c view_dir_list.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c view_dir_tree.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c view_file_list.c cc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I -I.. -I.. -DLOCALEDIR=\""/usr/X11R6/share/locale"\" -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/gdk-pixbuf-1.0 -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -O -pipe -march=pentiumpro -c view_file_icon.c cc -O -pipe -march=pentiumpro -o gqview ui_clist_edit.o ui_fileops.o ui_help.o ui_menu.o ui_pathsel.o ui_tabcomp.o ui_utildlg.o cache.o cache_maint.o collect.o collect-dlg.o collect-io.o collect-table.o dnd.o dupe.o filelist.o fullscreen.o globals.o image.o image-load.o img-view.o layout.o layout_config.o layout_image.o layout_util.o main.o menu.o pixbuf_util.o preferences.o rcfile.o similar.o slideshow.o thumb.o utilops.o view_dir_list.o view_dir_tree.o view_file_list.o view_file_icon.o -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lXext -lX11 -lm -L/usr/X11R6/lib -lgdk_pixbuf -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lXext -lX11 -lm -lpng -lz -L/usr/local/lib ui_help.o: In function `help_window_load_text': ui_help.o(.text+0x409): undefined reference to `dgettext' ui_help.o: In function `help_window_new': ui_help.o(.text+0x8f7): undefined reference to `dgettext' ui_pathsel.o: In function `dest_row_edit_rename_cb': ui_pathsel.o(.text+0x785): undefined reference to `dgettext' ui_pathsel.o: In function `dest_delete_dlg_ok_cb': ui_pathsel.o(.text+0x82e): undefined reference to `dgettext' ui_pathsel.o(.text+0x84f): undefined reference to `dgettext' ui_pathsel.o(.text+0x9d0): more undefined references to `dgettext' follow main.o: In function `main': main.o(.text+0xe50): undefined reference to `bindtextdomain' main.o(.text+0xe5d): undefined reference to `textdomain' main.o(.text+0x1067): undefined reference to `dgettext' menu.o: In function `add_edit_items': menu.o(.text+0x197): undefined reference to `dgettext' menu.o(.text+0x1bd): undefined reference to `dgettext' menu.o: In function `submenu_add_edit': menu.o(.text+0x245): undefined reference to `dgettext' menu.o: In function `sort_type_get_text': menu.o(.text+0x33a): undefined reference to `dgettext' menu.o(.text+0x482): more undefined references to `dgettext' follow *** Error code 1 Stop in /usr/ports/graphics/gqview/work/gqview-1.1.1/src. *** Error code 1 Stop in /usr/ports/graphics/gqview/work/gqview-1.1.1/src. *** Error code 1 Stop in /usr/ports/graphics/gqview/work/gqview-1.1.1. *** Error code 1 Stop in /usr/ports/graphics/gqview/work/gqview-1.1.1. *** Error code 1 Stop in /usr/ports/graphics/gqview. Thanks for taking the time to look at this. Ceri -- get the cool shoe shine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020412160652.GA67100>