libtool
Custom build environment/target libraries
I want to build an applicat开发者_C百科ion that will be compatible with, say, Debian Lenny (libc, postgres, oracle and other libs) on a different Debian/Ubuntu release.[详细]
2023-04-12 08:06 分类:问答Modules with Libtool and LoadLibrary() on Windows
I\'m trying to write a cross-platform program in c++ that will load certain modules (shared libraries) at runtime. To do this I\'m using the ClassLoader from Poco C++ Libraries. I\'ve written a compil[详细]
2023-03-29 12:56 分类:问答Building .so module with autotools/libtool without .la and .a variants being installed
How to build and install a .so module with autotools/libtool without .la and .a libraries being also installed into --prefix path?[详细]
2023-03-29 12:27 分类:问答Avoiding linking against static libraries when using libtool
I am trying to cross compile ImageMagick on a linux machine. The libstdc++.a that comes with the toolchain is not compiled with fPIC. I would like to use the so 开发者_运维技巧file instead. However li[详细]
2023-03-22 07:18 分类:问答Why use libtool to build libraries?
/bin/sh ./libtool --tag=CC--mode=link gcc-g-o pcretest pcretest.o libpcreposix.la libtool: link: gcc 开发者_如何学编程-g -o .libs/pcretest pcretest.o./.libs/libpcreposix.so /root/test/pcre-8.12/.libs/[详细]
2023-03-20 03:43 分类:问答How to get automake, libtool, and rpmbuild to work together
I\'m trying to create an RPM of my package, which is built using automake and libtool, and I\'ve encountered a problem: rpmbuild aborts upon discovering that the installed programs of the package cont[详细]
2023-03-16 03:55 分类:问答Cross compile OpenLDAP for MIPS on Linux/Ubuntu 10.10
I\'m trying to cross compile openldap-2.4.23 on my Ubuntu 10.10 development machine using the mipsel-angstrom-linux toolchain because it is a dependecy to ptlib-2.10.1/opal-3.10.1 which are the librar[详细]
2023-03-15 08:23 分类:问答libtool: 'make' command ends without errors but don't creates any executable
When I run \'make\', in a project with autotools and libtool, the library is builded correctly, but the executable is not created in its path. This is the line generated by automake:[详细]
2023-03-12 15:58 分类:问答Using -rpath and $ORIGIN with libtool-based projects?
I am trying to incorporate a libtool-based package into a project of my own, perhaps in a non-standard way.Here is my goal:[详细]
2023-03-10 06:43 分类:问答Compiling libptrace
Trying to compile libptrace (http:开发者_Go百科//sourceforge.net/projects/libptrace/).The project has not advertised any preferred means of requesting support (Unfortunately, this project hasn\'t indi[详细]
2023-03-01 21:04 分类:问答