Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xml2-config(1) [suse man page]

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 on http://opensolaris.org. Documentation for libxml is available on-line at http://www.xmlsoft.org/ 3 July 1999 xml2-config(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

configure script can't find a library

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)
Discussion started by: progressdll
2 Replies

2. Programming

c programming with xml

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)
Discussion started by: dianazheng
3 Replies

3. UNIX for Advanced & Expert Users

compiling php5 on solaris 9. please help.

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)
Discussion started by: xnightcrawl
5 Replies

4. Shell Programming and Scripting

Convert XML to Data File in Shell Script

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)
Discussion started by: ragha81
8 Replies

5. UNIX for Dummies Questions & Answers

$PATH error (possibly)

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)
Discussion started by: SartreSmartre
9 Replies

6. BSD

FreeBSD: /usr/bin/ld not looking in /usr/local/lib

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)
Discussion started by: AntumDeluge
2 Replies

7. Programming

I can't compile (gcc) in Solaris 11.3 non global zone

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)
Discussion started by: sugar222
4 Replies