[vlc-devel] Re: vlc: svn commit r14344 (courmisch)
Marian Durkovic
md at bts.sk
Fri Feb 17 12:20:57 CET 2006
> > However, there's still something broken around libintl, the
> > Makefile knows about it
> >
> > LIBICONV = /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
> > LIBINTL = /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib
> >
> > but I still need to add
> >
> > LIBS = -lintl
> >
> > otherwise it fails to link in the final stage.
>
> Hmm... there is a check for textdomain in -lintl in configure.ac
> already. What's the result of that??
configure:9320: checking for GNU gettext in libintl
configure:9352: gcc -o conftest -pthread -I/usr/local/include conftest.c
/us
r/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib >&5
configure:9358: $? = 0
configure:9362: test -z
|| test ! -s conftest.err
configure:9365: $? = 0
configure:9368: test -s conftest
configure:9371: $? = 0
configure:9443: result: yes
configure:9494: checking how to link with libintl
configure:9496: result: /usr/local/lib/libintl.so -Wl,-rpath
-Wl,/usr/local/lib
configure:9583: checking for textdomain
configure:9640: gcc -o conftest -pthread -I/usr/local/include conftest.c >&5
/var/tmp//ccomSzz6.o(.text+0x22): In function
ain':
: undefined reference to extdomain'
/var/tmp//ccomSzz6.o(.data+0x0): undefined reference to extdomain'
configure:9646: $? = 1
configure: failed program was:
[snip]
configure:9671: result: no
configure:9680: checking for textdomain in -lintl
configure:9711: gcc -o conftest -pthread -I/usr/local/include conftest.c
-lintl /usr/local/lib/libintl.so -Wl,-rpath -Wl,/usr/local/lib >&5
/usr/bin/ld: cannot find -lintl
configure:9717: $? = 1
configure: failed program was:
[snip]
configure:9743: result: no
M.
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list