search for: libintl_dgettext

Displaying 10 results from an estimated 10 matches for "libintl_dgettext".

2010 Oct 18
2
Unable to compile Samba 3.5.6 on Solaris 9 - more winbind issues
...bintl_gettext, libintl_textdomain and libintl_bindtextdomain being undefined, except with winbind: Linking shared library bin/pam_winbind.so Undefined first referenced symbol in file libintl_bindtextdomain ../nsswitch/pam_winbind.o libintl_dgettext ../nsswitch/pam_winbind.o ld: fatal: Symbol referencing errors. No output written to bin/pam_winbind.so collect2: ld returned 1 exit status make: *** [bin/pam_winbind.so] Error 1 I have not been able to get any version of Samba beyond 3.2.15 to build on Solaris 9 with support...
2010 Oct 27
3
Samba 3.5.6, Solaris 10, pam_winbind.so will not link
...cal/openldap/lib -lthread -L./bin -lc -Wl,-z,defs SHLIBEXT = so SONAMEFLAG = -Wl,-h, Linking shared library bin/pam_winbind.so Undefined first referenced symbol in file libintl_bindtextdomain ../nsswitch/pam_winbind.o libintl_dgettext ../nsswitch/pam_winbind.o ld: fatal: Symbol referencing errors. No output written to bin/pam_winbind.so collect2: ld returned 1 exit status make: *** [bin/pam_winbind.so] Error 1 -- *********************************************************************** Robert M. Martel...
2011 Mar 28
1
Build error with Samba 3.5.6
...: fatal: Symbol referencing errors. No output written to bin/net Error with -lintl in the Makefile: Linking shared library bin/pam_winbind.so Undefined first referenced symbol in file libintl_bindtextdomain ../nsswitch/pam_winbind.o libintl_dgettext ../nsswitch/pam_winbind.o ld: fatal: Symbol referencing errors. No output written to bin/pam_winbind.so I did find some posts (archived email to the Samba list) with this error, and I've tried the suggested solutions, but it still fails. Any suggestions? Thanks..... Stan
2008 Apr 10
2
Adobe Photoshop CS and CS2
...92-0060081ed811} could be created for context 0x4 fixme:keyboard:UnregisterHotKey (0x10026,99): stub fixme:keyboard:RegisterHotKey (0x10026,99,0x00000000,27): stub fixme:font:WineEngRemoveFontResourceEx :stub /libexec/ld-elf.so.1: /usr/local/lib/libgphoto2_port/0.8.0/disk.so: Undefined symbol "libintl_dgettext" Sam Fourman Jr.
2003 Nov 19
1
gdb compile error
...bfd.a ../readline/libreadline.a ../opcodes/libopcodes.a ../libiberty/libiberty.a -lsocket -lnsl -ldl -ltermcap -lsocket -lm -liconv ../libiberty/libiberty.a Undefined first referenced symbol in file libintl_textdomain main.o libintl_dgettext ../bfd/libbfd.a(bfd.o) libintl_gettext main.o libintl_bindtextdomain main.o ld: fatal: Symbol referencing errors. No output written to gdb collect2: ld returned 1 exit status make[1]: *** [gdb] Error 1 make[1]: Leaving directory `/tmp/gdb-6.0/gdb&...
2005 Jun 19
1
error loading Matrix in Mac OSX 10.4
...g simple): Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/Library/Frameworks/R.framework/ Resources/library/Matrix/libs/Matrix.so': dlopen(/Library/Frameworks/R.framework/Resources/library/Matrix/ libs/Matrix.so, 6): Symbol not found: _libintl_dgettext Referenced from: /Library/Frameworks/R.framework/Resources/library/ Matrix/libs/Matrix.so Expected in: flat namespace In addition: Warning messages: 1: cannot create HTML package index in: make.packages.html() 2: cannot create HTML package index in: make.packages.html() Error: package/namesp...
2014 Jul 21
1
Problems building Samba 4.x on Solaris 9 and 10 - libintl (again)
...26/3808] Linking default/source4/heimdal_build/samba4kinit Undefined first referenced symbol in file libintl_gettext default/source4/heimdal/kuser/kinit_138.o libintl_textdomain default/source4/heimdal/kuser/kinit_138.o libintl_bindtextdomain default/source4/heimdal/kuser/kinit_138.o libintl_dgettext default/source4/heimdal_build/libkrb5-samba4.so ld: fatal: Symbol referencing errors. No output written to /usr/local/src/samba-4.1.9/bin/default/source4/heimdal_build/samba4kinit collect2: ld returned 1 exit status Waf: Leaving directory `/usr/local/src/samba-4.1.9/bin' Build failed: ->...
2011 Apr 28
2
Linker error for Samba 3.5.8 on Solaris 5.8
I get the following linker error when compiling Samba on Solaris Sparc 5.8: bash-2.03# make Using CFLAGS = -I../lib/zlib -O -I. -I/root/samba-3.5.8/source3 -I/root/samba-3.5.8/source3/../lib/popt -I/root/samba-3.5.8/source3/iniparser/src -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./libaddns -I./librpc -I./.. -I./../lib/talloc -I../lib/tdb/include -DHAVE_CONFIG_H
2015 Jun 20
0
Samba 4.2.2 and Solaris 10
...al_build/samba4kinit Undefined first referenced symbol in file libintl_gettext default/source4/heimdal/kuser/kinit_138.o libintl_textdomain default/source4/heimdal/kuser/kinit_138.o libintl_bindtextdomain default/source4/heimdal/kuser/kinit_138.o libintl_dgettext default/source4/heimdal_build/libkrb5-samba4.so ld: fatal: symbol referencing errors. No output written to /onbackup/home-orchard/samba4.2.2/samba-4.1.18/bin/default/source4/heimdal_build/samba4kinit Waf: Leaving directory `/onbackup/home-orchard/samba4.2.2/samba-4.1.18/bin' Build failed: -&g...
2015 Aug 14
2
Build R on Haiku
Hi R-devel, I'm trying to get R 3.2.1 working on Haiku (an open source OS inspired by BeOS, not Linux based) on i586. With a few small changes to library paths and ifdefs I am able to get a seemingly working R binary. The build process stops with the 'tools' package. The last lines from make are below. Does anyone have any tips? I'm rather new to debugging at this low level. Are