[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] devcpp , linking problems
- From: Paul Ingelbrant <pi otimo se>
- To: gon vasques <herrbischka yahoo com>
- Cc: xml gnome org
- Subject: Re: [xml] devcpp , linking problems
- Date: Tue, 6 Apr 2004 01:28:43 +0200
Quoting gon vasques <herrbischka yahoo com>:
> my question:
> what options do i have to add to compile any project
> using the libxml2???
> i tried -llibxml2.dll in the extra options but this
> does not work ...
try -lxml2 instead, if you have a libxml2.a file.
otherwise with minGw (the default compiler with DevCpp)
you may use the .dll instead (just be sure it is found by
the linker, see -L option (if my memory is intact...))
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]