[xml] Problem fixed
- From: "James Shaw" <hertzsprrrung hotmail com>
- To: xml gnome org
- Subject: [xml] Problem fixed
- Date: Thu, 25 Apr 2002 13:12:56 +0000
You won't believe how stupid I've been. I had this in my makefile:
test: htmltest.o
$(CC) -o test `xml2-config --libs`
Whoops! I forgot to include a .o file with which to link libxml!
test: htmltest.o
$(CC) htmltest.o -o test `xml2-config --libs`
Ah. That's better. Sorry to bother you and thanks for your help :)
James Shaw
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]