Re: configure problem --with-libxml - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: configure problem --with-libxml
Date
Msg-id 200612221503.50622.peter_e@gmx.net
Whole thread Raw
In response to Re: configure problem --with-libxml  ("Nikolay Samokhvalov" <samokhvalov@gmail.com>)
Responses Re: configure problem --with-libxml  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-hackers
Nikolay Samokhvalov wrote:
> another way is:
> export CPPFLAGS=$(xml2-config --cflags); ./configure --with-libxml
>
> I think that such thing can be used in configure script itself,
> overwise a lot of people will try, fail and do not use SQL/XML at
> all.

The reason why I did not do this was that this could resolve 
to -I/usr/include or -I/usr/local/include, but adding such a standard 
path explicitly is wrong on some systems.

Clearly, we need to improve this, but I don't know how yet.  Ideas 
welcome.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: "Zeugswetter Andreas ADI SD"
Date:
Subject: Re: Load distributed checkpoint
Next
From: Peter Eisentraut
Date:
Subject: Re: xmlagg is not supported?