Re: [xml] libxml 2.3.13 patches



On Sat, 30 Jun 2001 xml thewrittenword com wrote:

libxml2_la_LIBADD uses iconv so should link in the iconv libraries as
a dependency (necessary for AIX 4.3.2).

The examples in example/ won't build because of a missing include.

Instead:

-libxml2_la_LIBADD = @Z_LIBS@ -lm
+libxml2_la_LIBADD = @Z_LIBS@ $(ICONV_LIBS) -lm


Must be rather:

-libxml2_la_LIBADD = @Z_LIBS@ -lm
+libxml2_la_LIBADD = $(Z_LIBS) $(ICONV_LIBS) -lm

kloczek
-- 
-----------------------------------------------------------
*Ludzie nie mają problemów, tylko sobie sami je stwarzają*
-----------------------------------------------------------
Tomasz Kłoczko, sys adm @zie.pg.gda.pl|*e-mail: kloczek rudy mif pg gda pl*





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]