Re: [xml] makefile sample
- From: Christoph Gysin <c gysin propharma ch>
- To: xml gnome org
- Subject: Re: [xml] makefile sample
- Date: Tue, 05 Apr 2005 16:48:39 +0200
emanuele berinotti wrote:
Hi,I'm a newbie, does anyone can post me a simple "makefile" to compile
a generic program with libxml2 support....I'm using Gcc 2.9.3 on Solaris
5.7
Attached.
Christoph
test: test.o
gcc -o test test.o $(shell pkg-config --libs libxml-2.0)
test.o: test.c
gcc -c test.c $(shell pkg-config --cflags libxml-2.0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]