Search:

Type: Posts; User: Salem

Search: Search took 0.38 seconds.

  1. Well if it didn't install in the default...

    Well if it didn't install in the default location, you need something like
    gcc -I/path/to/header/files -o parse-xml parse-xml.c

    Where the -I parameter is the directory containing libxml/parser.h
  2. You need to also install the development files as...

    You need to also install the development files as well, not just run-time support for libxml.
Results 1 to 2 of 2