Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

redland-config(1) [debian man page]

redland-config(1)					      General Commands Manual						 redland-config(1)

NAME
redland-config - script to get information about the installed version of Redland SYNOPSIS
redland-config [--cflags] [--help] [--libs] [--libtool-libs] [--prefix[=DIR]] [--private-libs] [--version-decimal] [--version] DESCRIPTION
redland-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 the Redland RDF library. OPTIONS
redland-config accepts the following options: --version Print the currently installed version of redland on the standard output. --version-decimal Print the currently installed version of redland as a decimal integer. --libs Print the linker flags that are necessary to link a redland program. This excludes linker arguments used to build the librdf shared library. --libtool-libs Print the flags that are necessary to link a redland program with libtool. --private-libs Print the linker flags that are necessary to build the librdf shared library. This option is not usually needed because the librdf shared library has already been dynamically linked against these libs. --cflags Print the compiler flags that are necessary to compile a redland program. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that redland was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. SEE ALSO
redland(3), AUTHOR
Dave Beckett - http://www.dajobe.org/ <http://www.dajobe.org/> 2008-09-07 redland-config(1)

Check Out this Related Man Page

raptor-config(1)					      General Commands Manual						  raptor-config(1)

NAME
raptor-config - script to get information about the installed version of Raptor SYNOPSIS
raptor-config [--cflags] [--options] [--help] [--libs] [--libtool-libs] [--private-libs] [--prefix[=DIR]] [--version-decimal] [--version] DESCRIPTION
raptor-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 the Raptor RDF parser library. OPTIONS
raptor-config accepts the following options: --cflags Print the compiler flags that are necessary to compile a raptor program. --options Print raptor compiled options such as parsers and serializers available, the XML parser used (if any) and the WWW retrieval library used (if any). --help Print a help message summarising usage. --libs Print the linker flags that are necessary to link a raptor program. This excludes linker arguments used to build the raptor shared library. --libtool-libs Print the path to the libtool file for raptor. --private-libs Print the linker flags that are necessary to build the raptor shared library. This option is not usually needed because the raptor shared library has already been dynamically linked against these flags. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that raptor was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. --version Print the currently installed version of raptor on the standard output. --version-decimal Print the currently installed version of raptor as a decimal integer. SEE ALSO
libraptor(3) AUTHOR
Dave Beckett - http://www.dajobe.org/ <http://www.dajobe.org/> 2008-04-01 raptor-config(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

ld: fatal: Symbol referencing errors

Hello! I have some problems installing a program called “Jail Chroot Project”. http://www.gsyc.inf.uc3m.es/~assman/jail/index.html I have only installed precompiled programs before and I get some kind of error message when im trying to compile this program. I have downloaded and... (2 Replies)
Discussion started by: alfabetman
2 Replies

2. Programming

LIB question

a program on linux uses three libs: libutil.a libtermcap.a libpthread.a. If I want to transplant this program to Solaris, where can I get the three libs? Thanks. (2 Replies)
Discussion started by: hewlet
2 Replies

3. Programming

Creating a shared Libary ?

hi, I am trying to build a shared libary to overwrite some standard c functions (malloc etc), now i get the following error: my system is AIX 5.2 gcc -fPIC -g -c -Wall mycfile.c so far so good .o file created--> mycfile.o now building the .a or .so libary (.a or .so ?? i am not sure which... (2 Replies)
Discussion started by: Lazzar
2 Replies

4. Programming

Regarding SO

plz anyone give me example for static library and DLL(that's shared objects .SO) plz give me one small example how to write .SO file,(that is how to compile and link to the main prg) Thanks in Advance Sarwan (3 Replies)
Discussion started by: sarwan
3 Replies

5. Programming

Compiling Error

Hi, I have installed "Freetype2" library in my SuSe Linux 9.3 version system. When Iam compiling a program, I am getting these below errors. Undefined reference to "FT_Init_FreeType" Undefined reference to "FT_Load_Char" Please show me a solution? Thank you. With regards, Chandramouli (1 Reply)
Discussion started by: chandra80
1 Replies

6. SCO

Installing and using openSSH on SCO 5.0.6

I have a few resources that I have read that show what I need, openSSL and zlib of one version or another to get openSSH to work to start. Here is my dilemma to start, I will need to compile the source for the openSS* and the zlib, but when I type "make" into the command prompt I get "make: not... (8 Replies)
Discussion started by: PinkLemonade
8 Replies

7. Programming

How to create shared libray in UNIX

Hello Experts, I want to know, how to create a shared libs (.so file) in Linux/UNIX , If i ve files like below 1. adc_mdl.cc----2. adc_mdl.h 3. agc_mdl.cc----4. agc_mdl.h 5. ue_mdl.cc----- 6. ue_mdl.h 7. dcc_mdl.cc---- 8. dcc_mdl.h 9. ue_afe_mdl.cc-10. ue_age_mdl.h... (3 Replies)
Discussion started by: user_prady
3 Replies

8. Programming

probs adding linker option in g++

Hi all Im trying to compile a C++ program, however Im having issues trying to link a particular library to the compiling and linking statement. Here is what Im doing g++ mips4 -std=c++98 -g disk_reporter.cpp -o disk_reporter If I do this alone, the linker complains that library... (2 Replies)
Discussion started by: JamesGoh
2 Replies

9. Solaris

How do I compile a 64-bit program on SPARC??

Hi, wcslen(), strlen() returns size_t. On 64-bit platform i want to use int like str length is 10. int len = wcslen(str); On 64-bit what should I need to do if i wants the length in int. Because getting error as "Conversion of 64 bit type value to "int" causes truncation". if i... (17 Replies)
Discussion started by: amit_27
17 Replies

10. AIX

Q: AIX dynamic linked libs

I think the default extension on AIX is .a so for dynamic lib "libabc.a", we can simply link against it by specifying "-labc" but here I have a dylib which been built by some one else called "libxyz.so" on AIX. once I say "-lxyz" the linker is only looking for libxzy.a but not .so after that.... (2 Replies)
Discussion started by: acerlinux
2 Replies

11. AIX

runtime libs accessed by application in AIX

Hi , I need some inputs on runtime or shared libs for an application(s) in AIX . i have a requirement saying i need to rehost all the production applications into new AIX OS . Here Source and target oS is AIX but with different versions so for this i need to identify what are the... (1 Reply)
Discussion started by: naren_chella
1 Replies

12. Emergency UNIX and Linux Support

Generate Info From a Unix Binary

We have a situation where a binary from our build system is failing in one specific flow but the same from dev works fine. We are sure that build system picks up the right libs and code, however we see a difference of 6000 bytes in both. (build - 6000 bytes = size of dev binary) Hence we would... (7 Replies)
Discussion started by: uunniixx
7 Replies

13. Programming

AIX linker oddities...what is going on?

I've tried to figure out what the linker is smoking in AIX to no avail...so I'm trying to find a little information to see why it's being inconsistent. I have the following code in a shared library, it doesn't do anything useful, it's just there to exercise functions in a few system libraries: ... (11 Replies)
Discussion started by: DreamWarrior
11 Replies

14. UNIX for Advanced & Expert Users

Getting library related error while executing a script

Hi , while executing below lines of a script compress /var/opt/MMS/NSM/dumpAlarm.1* find /var/opt/MMS/NSM/dumpAlarm.1*.Z -mtime +30 -exec rm {} \; i am getting below error ld.so.1: ls: fatal: vhost.so: open failed: No such file or directory Killed also i have... (7 Replies)
Discussion started by: Jcpratap
7 Replies

15. Programming

Gcc linker search path order

I have a build where I wish to link against and load a specific version of a library and a different version of the same library is installed on the system. I'm using a -L option to point to the version that I wish to link against but gcc still seems to choose the installed version. Is there a way... (4 Replies)
Discussion started by: Richard Johnson
4 Replies