On Mon, 12 Apr 2004, Alien9 wrote:
> so how can i get it out of that .la file?
If you can locate the .la file then it should be as simple as
eval `grep 'dlname=' $file`
Since the line looks like
dlname='libpstoedit.so.0'
Bob
==
Bob Friesenhahn
[EMAI
so how can i get it out of that .la file?
does libtool have any macros for autoconf?
thanks for the help...
Op zaterdag 10 april 2004 16:59, schreef Bob Friesenhahn:
> On Sat, 10 Apr 2004, Alien9 wrote:
> > In the config.h file, i need to know what the shared library suf
On Sat, 10 Apr 2004, Alien9 wrote:
> In the config.h file, i need to know what the shared library suffix is on the
> configured system. do you guys know how that is accomplished?
>
> the purpose is to use dlopen with a path, so i need to have the complete
> filename of a li
In the config.h file, i need to know what the shared library suffix is on the
configured system. do you guys know how that is accomplished?
the purpose is to use dlopen with a path, so i need to have the complete
filename of a library, therefor i must know the suffix...
thanks in advance