Sponsored Content
Full Discussion: Shared static library
Top Forums UNIX for Dummies Questions & Answers Shared static library Post 302612865 by chercheur857 on Monday 26th of March 2012 12:01:13 PM
Old 03-26-2012
Thank you for answer
i have a library libhello.so which contains this function
Quote:
void hello() {printf("hello world");}
i have a program named prog.c, his executable is prog
in the source code of prog i have not called the fuction hello
i proced like that:
Quote:
gcc -shared -ldl -fPIC hello.c libhello.so
LD_PRELOAD=/home/chercheur/libhello.so ./prog
--> not display the message hello world
If it is not possible to make this connection, is there another way to display the message of the function hello?
Thank you
 

10 More Discussions You Might Find Interesting

1. Programming

Shared memory in shared library

I need to create a shared library to access an in memory DB. The DB is not huge, but big enough to make it cumbersome to carry around in every single process using the shared library. Luckily, it is pretty static information, so I don't need to worry much about synchronizing the data between... (12 Replies)
Discussion started by: DreamWarrior
12 Replies

2. UNIX for Advanced & Expert Users

static and shared libraries

can someone explain whether my understanding is correct lets suppose we have a program that uses library x. if x is static then the code of x will be part of our program, so if we're going to have 5 executables of our program, then each executable will have x as part of it. Also, x does not... (2 Replies)
Discussion started by: JamesByars
2 Replies

3. Programming

Shared memory for shared library

I am writing a shared library in Linux (but compatible with other UNIXes) and I want to allow multiple instances to share a piece of memory -- 1 byte is enough. What's the "best" way to do this? I want to optimize for speed and portability. Obviously, I'll have to worry about mutual exclusion. (0 Replies)
Discussion started by: otheus
0 Replies

4. Shell Programming and Scripting

How to change a Makefile from building static library to shared library?

Hi: I have a library that it only offers Makefile for building static library. It built libxxx.a file. How do I in any way build a shared library? (either changin the Makefile or direct script or command to build shared library) Thanks. (1 Reply)
Discussion started by: cpthk
1 Replies

5. Linux

Could static library include static library?

I have some static library(libxxx.a libyyy.a). And I want to generate my library(libzzz.a), libzzz.a will use libxxx.a and libyyy.a I wan't my application only use libzzz.a, (means libzzz.a had include libxxx.a, libyyy.a), how can I do that? Thank you. example: I have zzz.c. I do ... (4 Replies)
Discussion started by: freemagic
4 Replies

6. Programming

Static and Shared Library in Makefile

I am having a devil of a time with a very simple make file. The program needs two shared and one static library. If I link the shared libraries only like below the mysql test app works ... (1 Reply)
Discussion started by: jadsys
1 Replies

7. Programming

Shared, Static , Dynamic?

if I could compile the same source file as shared/static/dynamic what are the advantages/ disadv of each. PS:by dynamic i am asking about usage of "dlopen". How is it particularly diff from shared libs (2 Replies)
Discussion started by: dragonpoint
2 Replies

8. Programming

Even the Static cURL Library Isn't Static

I'm writing a program which uses curl to be run on Linux PCs which will be used by a number of different users. I cannot make the users all install curl on their individual machines, so I have tried to link curl in statically, rather than using libcurl.so. I downloaded the source and created a... (8 Replies)
Discussion started by: BrandonShw
8 Replies

9. Programming

Shared library with acces to shared memory.

Hello. I am new to this forum and I would like to ask for advice about low level POSIX programming. I have to implement a POSIX compliant C shared library. A file will have some variables and the shared library will have some functions which need those variables. There is one special... (5 Replies)
Discussion started by: iamjag
5 Replies

10. AIX

Add shared members from library to same library in a different directory

I'm trying to install libiconv to AIX 7.1 from an rpm off of the perzl site. The rpm appears to install but I get this error message. add shr4.o shared members from /usr/lib/libiconv.a to /opt/freeware/lib/libiconv.a add shr.o shared members from /usr/lib/libiconv.a to ... (5 Replies)
Discussion started by: kneemoe
5 Replies
SoDecimationPercentageElement(3)				       Coin					  SoDecimationPercentageElement(3)

NAME
SoDecimationPercentageElement - The SoDecimationPercentageElement class is yet to be documented. FIXME: write doc. SYNOPSIS
#include <Inventor/elements/SoDecimationPercentageElement.h> Inherits SoFloatElement. Public Member Functions virtual void init (SoState *state) FIXME: write doc. Static Public Member Functions static SoType getClassTypeId (void) static int getClassStackIndex (void) static void * createInstance (void) static void initClass (void) static void set (SoState *const state, SoNode *const node, const float complexity) FIXME: write doc. static void set (SoState *const state, const float complexity) FIXME: write doc. static float get (SoState *const state) FIXME: write doc. static float getDefault (void) FIXME: write doc. Protected Member Functions virtual ~SoDecimationPercentageElement () Additional Inherited Members Detailed Description The SoDecimationPercentageElement class is yet to be documented. FIXME: write doc. Constructor &; Destructor Documentation SoDecimationPercentageElement::~SoDecimationPercentageElement (void) [protected], [virtual] The destructor. Member Function Documentation SoType SoDecimationPercentageElement::getClassTypeId (void) [static] This static method returns the class type. Reimplemented from SoFloatElement. int SoDecimationPercentageElement::getClassStackIndex (void) [static] This static method returns the state stack index for the class. Reimplemented from SoFloatElement. void * SoDecimationPercentageElement::createInstance (void) [static] This API member is considered internal to the library, as it is not likely to be of interest to the application programmer. void SoDecimationPercentageElement::initClass (void) [static] This static method initializes static data for the SoDecimationPercentageElement class. Reimplemented from SoFloatElement. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoDecimationPercentageElement(3)
All times are GMT -4. The time now is 02:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy