GNOME-XML(1) 1.1.0 GNOME-XML(1)NAME
xml-config - script to get information about the installed version of GNOME-XML
SYNOPSIS
xml-config [--prefix[=DIR]] [--libs] [--cflags] [--version] [--help]
DESCRIPTION
xml-config is a tool that is used to determine the compile and linker flags that should be used to compile and link programs that use
GNOME-XML.
OPTIONS
xml-config accepts the following options:
--version
Print the currently installed version of GNOME-XML on the standard output.
--libs Print the linker flags that are necessary to link a GNOME-XML program.
--cflags
Print the compiler flags that are necessary to compile a GNOME-XML program.
--prefix=PREFIX
If specified, use PREFIX instead of the installation prefix that GNOME-XML was built with when computing the output for the
--cflags and --libs options. This option must be specified before any --libs or --cflags options.
AUTHOR
This manual page was written by Fredrik Hallenberg <hallon@lysator.liu.se>, for the Debian GNU/linux system (but may be used by others).
Version 3 July 1999 GNOME-XML(1)
Check Out this Related Man Page
xml2-config(1) General Commands Manual xml2-config(1)NAME
xml2-config - script to get information about the installed version of libxml
SYNOPSIS
xml2-config [--prefix[=DIR]] [--libs] [--cflags] [--version] [--help]
DESCRIPTION
xml2-config is a tool that is used to determine the compile and linker flags that should be used to compile and link programs that use
libxml.
OPTIONS
xml2-config accepts the following options:
--version
Print the currently installed version of libxml on the standard output.
--libs Print the linker flags that are necessary to link a libxml program.
--cflags
Print the compiler flags that are necessary to compile a libxml program.
--prefix=PREFIX
If specified, use PREFIX instead of the installation prefix that libxml was built with when computing the output for the --cflags
and --libs options. This option must be specified before any --libs or --cflags options.
AUTHOR
This manual page was written by Fredrik Hallenberg <hallon@lysator.liu.se>, for the Debian GNU/linux system (but may be used by others).
NOTES
Source for libxml is available in the SUNWlxmlS package. Documentation for libxml is available on-line at http://www.xmlsoft.org/
3 July 1999 xml2-config(1)
I installed libxml2 library from source and it installed itself in
/usr/local/lib
i added /usr/local/lib to ld.so.conf and ran a ldconfig ( as root )
then i tried to compile tablix-0.0.3 wich does require the installed version
of libxml2
i ran ./configure ( as normal user ) and i get the... (2 Replies)
Hi all,
I am suppose to write a program that will take in a xml file and display the value of each attribute that is in the xml file. i have some code but i didn't know where should some of the file be written.
Can some one help me?
#include <stdio.h>
#include <string.h>
#include... (3 Replies)
I'm trying to compile PHP5. I've installed mysql5 successfully and apache1.3 is working great, but I get the message
below when I compile PHP5. I double checked if I have libxml2 installed and I do. I installed libxml2 binary from
sunfreeware. Please see below for details:
./configure... (5 Replies)
Hi All,
I will be getting a huge XML file with a lot of records in it. I need to convert it into multiple data files.
SAMPLE XML FILE
<ABSProductCatalog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <ProductSalesHierachy>
- <Portfolios>
- <Portfolio productCode="P1">
... (8 Replies)
Upon opening Terminal I get the following message:
-bash: /usr/bin/manpath: No such file or directory
-bash: /usr/bin/perl: No such file or directory
-bash: grep: command not found
-bash: grep: command not found
-bash: grep: command not found
-bash: grep: command not found
I searched... (9 Replies)
I'm not sure if this is the default behavior for the ld command, but it does not seem to be looking in /usr/local/lib for shared libraries.
I was trying to compile the latest version of Kanatest from svn. The autorgen.sh script seems to exit without too much trouble:
$ ./autogen.sh
checking... (2 Replies)
I can't compile anything, the final make error says "Command failed for target `install-recursive'", but I am not able to identify the root cause of that error, I tried with cc, gcc 4.5, also gcc 5.2, using make, using gmake 3.82, ld 5.11, gld 2.31... and I am totally stuck yet... please help, to... (4 Replies)