Displaying 20 results from an estimated 132 matches for "liconv".
2012 Jun 25
1
[hivex] OS X, Fedora 17: iconv autotool inconsistency
....libs/libhivex.0.dylib
> Expected in: flat namespace
>
>Trace/BPT trap
This is pretty easily resolved in OS X by adding $(LTLIBICONV) to
libhivex_la_LDFLAGS in lib/Makefile.am.
Unfortunately, bringing that same change to Fedora (17) raises this error
in `make`:
>/bin/ld: cannot find -liconv
>collect2: error: ld returned 1 exit status
LIBICONV and LTLIBICONV are both set to '-liconv' in config.log; but there
is no check for how to link in config.log. That is, these lines do not
appear (in part or in whole) in Fedora's config.log:
>checking for iconv... yes
>check...
2007 Sep 28
1
SwfDec in Windows
...directory `/home/Administrador/swfdec-0.4.3/player'
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o swfplay.exe
-Lc:/MinGW/lib -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lpangowin32-1.0 -lpangocairo-1.0 -lpango-1.0 -lcairo
-lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv
../libswfdec/libswfdec-0.4.la -Lc:/MinGW/lib -lgobject-2.0 -lglib-2.0
-lintl -liconv -lz swfplay-swfdec_slow_loader.o swfplay-swfplay.o
libswfdecui.la
gcc -g -O2 -o swfplay.exe swfplay-swfdec_slow_loader.o
swfplay-swfplay.o -Lc:/MinGW/lib ../libswfdec/.libs/libswfdec-0.4.a
-LC:/msys/1.0/local/l...
2009 May 13
1
dovecot 2.0 (revision 9271:d467712aee77) compile problems on AIX 5.3
...ERROR: Undefined symbol: .rfc822_parse_atom
ld: 0711-317 ERROR: Undefined symbol: .message_address_parse
ld: 0711-317 ERROR: Undefined symbol: .iconv
ld: 0711-317 ERROR: Undefined symbol: .iconv_open
ld: 0711-317 ERROR: Undefined symbol: .iconv_close
I add this ../lib-charset/.libs/libcharset.a -liconv to the Makefiles
(./src/lib-imap/Makefile;./src/lib-index/Makefile;./src/lib-mail/
Makefile)
below:
$ find . -name Makefile -exec egrep -p libcharset.a {} \; -print
clean-noinstPROGRAMS:
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
f=`echo $$p|sed 's/$(EXEE...
2009 May 07
0
Building 2.9.0 on Solaris 10 U6 x86
...belong, so I thought I'd send it here in hope someone will send them where they do belong. It mostly seems to be either errors in the autoconf input or system header weirdness. There was one genuine compiler bug when compiling saveload.c which google resolved (add "-xunroll=1" ).
-liconv is missing from LIBS in the configure script causing an undefined symbol. Adding a line w/ LIBS = "$LIBS -liconv" fixed it. Gnu libiconv was installed and in the LDPATH. There appears to be a relevant comment in configure, but machine generated scripts are pretty painful to read and ha...
2008 Jul 03
0
configure: error: Active Directory support requires ldap_initialize
...D_SAMBA_BUILD_=3
-D_LARGEFILE_SOURCE -D_RE
ENTRANT -D_FILE_OFFSET_BITS=64 -Iinclude -I./include -I. -I.
-I./lib/replace -I
./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt
-I/usr/include
-lthread -L./bin -L/usr/lib conftest.c -lldap -llber -lresolv -ldl
-lnsl -
lsocket -liconv >&5
configure:54288: checking for ldap_set_rebind_proc
configure:54344: gcc -o conftest -O -D_SAMBA_BUILD_=3
-D_LARGEFILE_SOURCE -D_RE
ENTRANT -D_FILE_OFFSET_BITS=64 -Iinclude -I./include -I. -I.
-I./lib/replace -I
./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt
-I/usr...
2010 Aug 17
4
Compiling static libFLAC.a still requires libogg.dylib
...topt/libgetopt.a
../../src/share/replaygain_analysis/.libs/libreplaygain_analysis.a
../../src/share/replaygain_synthesis/.libs/libreplaygain_synthesis.a
../../src/share/utf8/.libs/libutf8.a ../../src/libFLAC/.libs/libFLAC.a
-L/Users/glennm/libOGG-i386/lib
/Users/glennm/libOGG-i386/lib/libogg.dylib -liconv -lm
i686-apple-darwin10-gcc-4.2.1:
/Users/glennm/libOGG-i386/lib/libogg.dylib: No such file or directory
Could this be something to do with the way libtool has been set up?
On Tue, Aug 17, 2010 at 2:57 PM, Brian Willoughby <brianw at sounds.wa.com> wrote:
>
> On Aug 16, 2010, at...
2019 Jan 28
2
How to generate .bc file using configure && make on Mac OS X?
....o unwind_prot.o pathexp.o sig.o
test.o version.o alias.o array.o arrayfunc.o assoc.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 -lglob -lsh -lreadline -lhistory -ltermcap -ltilde
lib/intl/libintl.a -liconv -liconv -ldl
It is just the .o files are bitcode. But bash is an executable. And
there are not .bc files accompanying it.
$ file bash
bash: Mach-O 64-bit executable x86_64
Using the original commands on Linux, I got the following associated files.
./configure CC=clang RANLIB=llvm-ranlib CFLAGS=...
2008 Jun 10
5
DO NOT REPLY [Bug 5532] New: rsync / autoconf fails to detect libiconv on Solaris 10
...:
checking for library containing libiconv_open... no
checking for iconv declaration...
extern size_t iconv (iconv_t cd, const char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
With it set, it guesses correctly:
checking for library containing libiconv_open... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, const char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
I compile with these (working) options:
tcsh# setenv CC /usr/sfw/bin/gcc
tcsh# setenv LDFLAGS -L/usr/local/lib
tcsh# ./configure --with-rsy...
2011 Oct 19
1
Failed dependencies for libxslt-ruby on CentOS 6
...ibxslt-ruby --no-rdoc --no-ri
Building native extensions. This could take a while...
ERROR: Error installing libxslt-ruby:
ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb
checking for ruby/io.h... no
checking for inflate() in -lz... yes
checking for iconv_open() in -liconv... no
checking for libiconv_open() in -liconv... no
checking for libiconv_open() in -llibiconv... no
checking for iconv_open() in -llibiconv... no
checking for iconv_open() in -lc... yes
checking for xmlXPtrNewRange() in -lxml2... yes
checking for libxml/xmlversion.h... no
checking for libxml/xmlve...
2003 Sep 09
1
configure / compile problems samba-3.0.0rc3 on Solaris 8
...hecking for ldap_initialize... no
configure: WARNING: libldap is needed for LDAP support
checking for Active Directory and krb5 support... auto
configure: WARNING: Active Directory Support requires LDAP support
.....
Using libraries:
LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -ldl -liconv
AUTH_LIBS =
It seems that libldap isn't found, but I have it in /usr/lib and the
path ist the first entry in LD_LIBRARY_PATH
Here now the error when compiling with gcc 3.2.2:
make
Using FLAGS = -g -O2 -I/usr/local/include -Iinclude
-I/var/iplanet/samba-3.0.0
rc3/source/include -I/var...
2011 Nov 22
2
[LLVMdev] VMKit GNU classpath configure
...cc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory
done
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for X... no
configure: error: GTK+ peers requested but no X library available
when running:
./configure --disable-plugin --disable-exampl...
2003 Sep 23
1
Solaris 8 samba-3.0.0rc4 compile errors
...make
%make
Using FLAGS = -g -O2 -Iinclude -I/opt/samba-3.0.0rc4/source/include
-I/opt/samba-3.0.0rc4/source/ubiqx
-I/opt/samba-3.0.0rc4/source/smbwrapper -I. -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/opt/samba-3.0.0rc4/source
LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -liconv
LDSHFLAGS = -G
LDFLAGS =
Linking bin/smbd
tdb/tdbutil.o: In function `tdb_search_keys':
/opt/samba-3.0.0rc4/source/tdb/tdbutil.c:791: undefined reference to
`ap_fnmatch'
collect2: ld returned 1 exit status
make: *** [bin/smbd] Error 1
2006 Oct 12
1
install failing on bsd
...a3/work/samba-3.0.23c/source/iniparser/src -Iinclude
-I/usr/ports/net/samba3/work/samba-3.0.23c/source/include
-I/usr/ports/net/samba3/work/samba-3.0.23c/source/tdb -I. -DHAVE_CONFIG_H
-I/usr/local/include -I/usr/ports/net/samba3/work/samba-3.0.23c/source
-D_SAMBA_BUILD_
LIBS = -lcrypt -liconv
LDSHFLAGS = -shared -L/usr/local/lib
LDFLAGS = -L/usr/local/lib
PIE_CFLAGS = -fPIE
PIE_LDFLAGS = -pie
Compiling sam/idmap_ad.c with -fPIC -DPIC
sam/idmap_ad.c: In function `ad_idmap_check_attr_mapping':
sam/idmap_ad.c:62: error: `LDAP_NO_MEMORY' undeclared (first us...
2004 Nov 09
2
3.0.8 build failure OS X 10.3.6
...e; make
Using FLAGS = -O -I./popt -Iinclude
-I/Users/admin/Documents/samba-3.0.8/source/include
-I/Users/admin/Documents/samba-3.0.8/source/ubiqx
-I/Users/admin/Documents/samba-3.0.8/source/smbwrapper -I.
-I/sw/include -I/Users/admin/Documents/samba-3.0.8/source
LIBS = -lresolv -ldl -liconv
LDSHFLAGS = -bundle -flat_namespace -undefined suppress -L/sw/lib
LDFLAGS = -L/sw/lib
Compiling dynconfig.c
Compiling smbd/vfs.c
Compiling libsmb/clikrb5.c
libsmb/clikrb5.c: In function `krb5_locate_kdc':
libsmb/clikrb5.c:209: error: `krb5_krbhst_handle' undeclared (first use...
2007 Jun 22
2
Compile error on a 'scratch' linux distro
...vfonts.o xxxpr.o ../unix/libunix.a ../appl/libappl.a
../nmath/libnmath.a -L../../lib -lRblas
-L/arch/i686/usr/lib/gcc/i686-pc-linux-gnu/3.4.4
-L/arch/i686/usr/lib/gcc -L/arch/i686/usr/lib -lg2c -lm -lgcc_s
../extra/zlib/libz.a ../extra/bzip2/libbz2.a ../extra/pcre/libpcre.a
-lreadline -ldl -lm -liconv
complex.o: In function `z_logbase':
/tmp/R-2.5.0/src/main/complex.c:450: undefined reference to `__divdc3'
complex.o: In function `z_atan2':
/tmp/R-2.5.0/src/main/complex.c:544: undefined reference to `__divdc3'
complex.o: In function `complex_binary':
/tmp/R-2.5.0/src/main/comp...
2010 Mar 22
2
some fixes for R 2.01.1 on OpenSolaris using Sun Studio compilers
...S} \
${LIBM} 1>&5 2>&5;
## </NOTE>
4. configure --prefix=/opt/R/2.10.1 --disable-nls
--enable-R-shlib
--with-libintl-prefix=/opt/lib
CC=cc CFLAGS='-O -m64 -xarch=native'
CPPFLAGS=-I/opt/lib/include
LDFLAGS='-m64 -L/opt/lib/lib -R/opt/lib/lib'
LIBS=-liconv CXX=CC CXXFLAGS='-O -m64 -xarch=native'
F77=f95 FFLAGS='-O -m64 -xarch=native'
R_BROWSER=opera R_PDFVIEWER=evince
5. The results of running the tests:
cd tests.
make test-Examples Ok
make test-Specific Ok
make test-Reg
running tests of plotting Latin-1
exp...
2006 Dec 22
5
[LLVMdev] in Cygwin problems
...ract.o java/jcf-io.o java/win32-host.o java/jcf-parse.o java/mangle.o java
/mangle_name.o java/builtins.o java/resource.o java/jcf-write.o java/buffer.o java/check-init.o java/jcf-depen
d.o java/jcf-path.o java/xref.o java/boehm.o java/java-tree-inline.o mkdeps.o main.o libbackend.a -L../zlib -l
z -liconv ../libiberty/libiberty.a -liconv
libbackend.a(llvm-expand.o):llvm-expand.c:(.text+0x1dc1f): undefined reference to `_stmts_are_full_exprs_p'
libbackend.a(llvm-expand.o):llvm-expand.c:(.text+0x1dc31): undefined reference to `_stmts_are_full_exprs_p'
libbackend.a(llvm-expand.o):llvm-expand.c...
2010 Aug 17
1
Compiling static libFLAC.a still requires libogg.dylib
...laygain_analysis/.libs/libreplaygain_analysis.a
>> ../../src/share/replaygain_synthesis/.libs/libreplaygain_synthesis.a
>> ../../src/share/utf8/.libs/libutf8.a ../../src/libFLAC/.libs/libFLAC.a
>> -L/Users/glennm/libOGG-i386/lib
>> /Users/glennm/libOGG-i386/lib/libogg.dylib -liconv -lm
>> i686-apple-darwin10-gcc-4.2.1:
>> /Users/glennm/libOGG-i386/lib/libogg.dylib: No such file or directory
>
> when you tell the linker to use foobar.dylib, it won't go to looking
> for anything else. if its not there, its an error.
>
That's the problem really....
2015 Jan 08
1
compile only samba file server components
...2.7/"
export CXXFLAGS="-qlanglvl=extc99 -q64 -I/usr/linux/include/
-I/root/samba-4.1.12/include/ -I/opt/freeware/include/python2.7/"
export LDFLAGS="-L/root/samba-4.1.12/lib/ -L/usr/linux/lib64
-L/opt/freeware/lib64/ -L/usr/lib64 -L/usr/linux/lib/ -lssl -lcrypto -lldap
-llber -liconv -lintl"
export Make=/usr/bin/make
export PATH=/opt/IBM/xlC/13.1.0/bin/:/root/samba-4.1.12/buildtools/bin:$PATH
./configure --prefix=/opt/samba \
--with-ldap \
--localstatedir=/var/opt/samba \...
2011 Mar 16
1
[Bug 8018] New: configure doesn't find iconv library
...[bombich:~/Desktop/rsync-3.0.8] make reconfigure | grep iconv
running CONFIG_SHELL=/bin/sh /bin/sh
/Users/bombich/Desktop/rsync-3.0.8/configure.sh --no-create
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for library containing iconv... -liconv
checking for library containing libiconv_open... no
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft,
char * *outbuf, size_t *outbytesleft);
checking for iconv_open... yes
[bombich:~/Desktop/rsync-3.0.8] make
...
[bombich:~/Desktop/rs...