This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ld didn't find self compiled libxml


-------- Original-Nachricht --------
> Datum: Tue, 27 Jul 2010 14:41:37 -0500
> Von: +cygwin+maillinglist+42a33199b9.yselkowitz#users.sourceforge.net@spamgourmet.com
> An: cygwin <cygwin@cygwin.com>
> Betreff: Re: ld didn\'t find self compiled libxml

> http://cygwin.com/acronyms/#PCYMTWLL !
> 
> On Tue, 2010-07-27 at 18:42 +0200,
> cygwin.20.maillinglist@spamgourmet.com wrote:
> > I'm not an expert on compiling things for cygwin. Normally configure,
> make, 
> > make install work fine. But not now.
> > 
> > I tried to compile a program which needs libxml support.
> 
> libxml-1.x is ancient, from the GNOME 1.x days; you shouldn't be using
> it for *anything*.
> 
> > I compiled and installed the libxml myself. While running configure
> everything is ok.
> >  The libxml is found. But when I try to build the program
> > I get the following error.
> 
> That means your libxml is not where gcc expects it.  If you configured
> libxml without arguments, then it will be in /usr/local/lib, and you
> would need to add -L/usr/local/lib to the link command.
> 
> But again: you should NOT use libxml-1.  Distros which ship this xml2
> program use a patch to port it to use the current libxml2, which is
> already in the distro.  Install cygport and libxml2-devel (and their
> dependencies) with setup.exe and use the attached .cygport to build
> xml2.
> 
> Yaakov
> 

Thank you very much. But what exact should I do with the attached file? I never saw such a file before.

Franz
-- 
IMPORTANT
I will read replies only from the mailing list. 
If you send me email directly it will be deleted.


GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl.  
Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl

-- 
IMPORTANT
I will read replies only from the mailing list. 
If you send me email directly it will be deleted.


Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]