search for: libintl_gettext

Displaying 9 results from an estimated 9 matches for "libintl_gettext".

2010 Oct 18
2
Unable to compile Samba 3.5.6 on Solaris 9 - more winbind issues
Greetings, No helpful hints have been offered to my winbind issues with Samba 3.4.9 and Solaris 9 I started trying to build Samba 3.5.6. Using gcc 3.4.6. I added "-lintl" to the LIBS option in the Makefile which cleared some earlier linker errors involving libintl_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_dgett...
2011 Mar 28
1
Build error with Samba 3.5.6
I'm trying to build Samba 3.5.6 with winbind enabled on a Solaris 10 machine and I've hit the following errors: Error without -lintl in the Makefile: Undefined first referenced symbol in file libintl_gettext utils/net.o (symbol belongs to implicit dependency /usr/local/lib/libintl.so.8) libintl_textdomain utils/net.o (symbol belongs to implicit dependency /usr/local/lib/libintl.so.8) libintl_bindtextdomain utils/net.o (symbol belongs to implicit depe...
2005 May 13
1
R make errors
...:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -lX11 ld: 0711-317 ERROR: Undefined symbol: .log10 ld: 0711-317 ERROR: Undefined symbol: .floor ld: 0711-317 ERROR: Undefined symbol: .libintl_gettext ld: 0711-317 ERROR: Undefined symbol: .pow ld: 0711-317 ERROR: Undefined symbol: .sin ld: 0711-317 ERROR: Undefined symbol: .cos ld: 0711-317 ERROR: Undefined symbol: .tan ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make: 1254-0...
2003 Nov 19
1
gdb compile error
.../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' make: *** [all-gdb] Error 2 thanks and apologies a...
2014 Jul 21
1
Problems building Samba 4.x on Solaris 9 and 10 - libintl (again)
...th samba 4's new build system my old tricks no longer work. With 4.x I am again seeing problems centered on libintl. I see either of the following errors upon running make: [3326/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 /u...
2015 Jun 20
0
Samba 4.2.2 and Solaris 10
...dering if anyone has managed to successfully compile 4.2.2 on Solaris 10 SPARC? I've tried multiple times with no success. Last error was: [3320/3826] 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 /onb...
2005 Jul 20
1
(PR#8017) build of REventLoop package crashes with 2.1 due
...STRCOLL > < #define STRCOLL strcoll > < #else > < #define STRCOLL strcmp > < #endif > < > < #endif > < > < /* Localization */ > < > < #ifdef ENABLE_NLS > < #include <libintl.h> > < #ifdef Win32 > < #define _(String) libintl_gettext (String) > < #undef gettext /* needed for graphapp */ > < #else > < #define _(String) gettext (String) > < #endif > < #define gettext_noop(String) String > < #define N_(String) gettext_noop (String) > < #else /* not NLS */ > < #define _(String) (Strin...
2005 Jul 19
0
build of REventLoop package crashes with 2.1 due tosyntax error in Defn.h (PR#8017)
...) < #define STRCOLL Rstrcoll < #else < < #ifdef HAVE_STRCOLL < #define STRCOLL strcoll < #else < #define STRCOLL strcmp < #endif < < #endif < < /* Localization */ < < #ifdef ENABLE_NLS < #include <libintl.h> < #ifdef Win32 < #define _(String) libintl_gettext (String) < #undef gettext /* needed for graphapp */ < #else < #define _(String) gettext (String) < #endif < #define gettext_noop(String) String < #define N_(String) gettext_noop (String) < #else /* not NLS */ < #define _(String) (String) < #define N_(String) String < #...
2005 May 11
5
Implementing R on IBM p690 cluster Jump
...T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -lX11 -ljpeg -lpng -lz ld: 0711-317 ERROR: Undefined symbol: .log10 ld: 0711-317 ERROR: Undefined symbol: .floor ld: 0711-317 ERROR: Undefined symbol: .libintl_gettext ld: 0711-317 ERROR: Undefined symbol: .pow ld: 0711-317 ERROR: Undefined symbol: .sin ld: 0711-317 ERROR: Undefined symbol: .cos ld: 0711-317 ERROR: Undefined symbol: .tan ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make: 1254-...