[xml] Recent postings about Cygwin linker problems
- From: "Gerrit P. Haase" <gerrit familiehaase de>
- To: xml gnome org
- Subject: [xml] Recent postings about Cygwin linker problems
- Date: Sun, 29 May 2005 10:10:30 +0200
Jitesh Verma wrote:
> I tried to compile a simple XML test application provided in the
> libxml tutorial
It seems they try to build their programs using the examples from the
docs. By any chance, did they also just use the compile / link command
provided there? Could this be changed to reflect the correct syntax?
I.e. this from the FAQ:
gcc `xml2-config --cflags --libs` -o test test.c
which should be
gcc `xml2-config --cflags` -o object.o source.c
gcc -o program object.o `xml2-config --libs`
Windows / Cygwin is picky about those issues;)
Thanks,
Gerrit
--
=^..^=
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]