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.
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
How to build and install a .so module with autotools/libtool without .la and .a libraries being also installed into --prefix path?
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
/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/
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
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
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:
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:
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