Hum... I prefer a solution which works if we type :
$ ./configure
$ make
$ make install

If I request my users to do :
$ ./configure
$ make LIBS=`xml2-config --libs`
$ make install
I think they will not be happy.

The best thing is to edit my Makefile.am correctly.

Do you know what is incorrect in my Makefile.am?

----- Mail original -----
De: "Earnie Boyd" <ear...@users.sourceforge.net>
À: "spam spam spam spam" <spam.spam.spam.s...@free.fr>
Cc: xml@gnome.org
Envoyé: Vendredi 17 Février 2012 16:11:43
Objet: Re: [xml] The order of arguments when compiling

On Fri, Feb 17, 2012 at 7:12 AM,  wrote:
>
> are you aware of the LIBS option?
>

Something like

make LIBS=`xml2-config --libs`

-- 
Earnie
-- https://sites.google.com/site/earnieboyd
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to