Re: [xml] building libxml2 on HP



Daniel,


I am still struggling with libxml2
I ended up installing GNU gcc and compiled with gcc

However when I try to install the Perl module XML-LibXML-1.50,
I am getting new problems

perl was originally built with 'cc' not 'gcc'

So when I try to make XML-LibXML, it wants to use 'cc' to build XML-LibXML
instead of 'gcc'
and getting warning that it is incompatible with the libxml2
(pointer assignment warnings)

how can I reconfigure Configure.pm, so that perl uses 'gcc' instead of 'cc'?

thank you for any hint how to proceed,

Rozi Kovesdi


Daniel Veillard wrote:

On Thu, May 23, 2002 at 01:44:11AM -0400, Rozi Kovesdi wrote:
Hello,

I am trying to build libxml2 on HP-UX B.11.00

downloaded
libxml2-2.4.21.tar.gz from xmlsoft.org

./configure
make

the c files compiled but the linker fails
Any suggestion how to get this work?

  a crude one :

    ./configure --disable-shared

seems your setup have troubles with shared libs.

Daniel

--
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/




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