Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autotools

Install binaries into /bin, /sbin, /usr/bin and /usr/sbin, interactions with --prefix and DESTDIR

Using Autotools for a project with platform specific source code

How do I compile a binary which works with both libcrypto.so.0.9.8 and libcryto.so.1.0.0?

c openssl autotools libssl

What does autoconf actually run for the AC_CHECK_FUNCS functionality [duplicate]

c autotools

Library defined but no canonical name

autotools automake

Run configure in gyp file

How to override environment variables when running configure?

Using a variable in AC_INIT

autotools

LTLIBRARIES: mv *.Tpo *.Plo, but the former doesn't exist and the latter already does

Install arbitrary data files in fixed location with Automake?

Portably include GLib headers in autoconf/automake

Autotools and version control

How to build Python C extension modules with autotools

c++ python c autotools

"Can't locate ExtUtils/MakeMaker.pm in @INC" during git build

git perl docker build autotools

Recommended way to use Autoconf Archive macros and other 3rd party macros

Libtool prefixes objects but gcov requires them without prefix

c gcc autotools libtool gcov

Symbols from convenience library not getting exported in executable

linux gcc linker autotools

Cross-compile Apache Portable Runtime to the iPhone

Passing environment variables to autoconf's `./configure`

What does the gcc -R parameter do?

c++ g++ autotools