[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [xml] devcpp , linking problems



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]