From: Kovarththanan Rajaratnam <krj@rajaratnam.dk>
To: linux-sparse@vger.kernel.org
Subject: [PATCH] libxml compile fix on Cygwin
Date: Wed, 08 Aug 2007 22:34:39 +0200 [thread overview]
Message-ID: <f9d9d1$m7o$1@sea.gmane.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 173 bytes --]
Hello,
I needed to re-arrange the libxml-2.0 library order to make sparse
compile on Cygwin. Patch attached.
Signed-off-by: Kovarththanan Rajaratnam <krj@rajaratnam.dk>
[-- Attachment #2: libxml_cygwin_fix.patch --]
[-- Type: text/x-patch, Size: 438 bytes --]
diff --git a/Makefile b/Makefile
index 1e06794..f07290e 100644
--- a/Makefile
+++ b/Makefile
@@ -124,7 +124,7 @@ ctags: ctags.o $(LIBS)
$(QUIET_LINK)$(CC) $(LDFLAGS) -o $@ $< $(LIBS)
c2xml: c2xml.o $(LIBS)
- $(QUIET_LINK)$(CC) $(LDFLAGS) `pkg-config --libs libxml-2.0` -o $@ $< $(LIBS)
+ $(QUIET_LINK)$(CC) $(LDFLAGS) -o $@ $< $(LIBS) `pkg-config --libs libxml-2.0`
$(LIB_FILE): $(LIB_OBJS)
$(QUIET_AR)$(AR) rcs $@ $(LIB_OBJS)
next reply other threads:[~2007-08-08 20:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-08 20:34 Kovarththanan Rajaratnam [this message]
2007-08-10 5:53 ` [PATCH] libxml compile fix on Cygwin Josh Triplett
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='f9d9d1$m7o$1@sea.gmane.org' \
--to=krj@rajaratnam.dk \
--cc=linux-sparse@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).