Dynamic Linkage Problem

2006-02-21 Thread Benjamin Grauer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there i have a problem using automake with Dynamic Library loading (runtime) what i have is the following: src/program src/entities/libModule.la now when i want to link at runtime against src/entities/libModule.la, lt_dlopen reports that the fi

building a program on target

2006-06-02 Thread Benjamin Grauer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there i want to build a library and a testing program in one and the same directory (script below) now what i want is, that the lib is build by default, but the Program only when i specially invoke it with 'make example' is there a way to do thi