代码搜索:libtool
找到约 2,129 项符合「libtool」的源代码
代码结果 2,129
www.eeworm.com/read/341021/3259982
m4 aclocal.m4
dnl Include Java related definitions
builtin(include,../aclocal_pac.m4)
builtin(include,./libtool.m4)
builtin(include,../aclocal_java.m4)
www.eeworm.com/read/341021/3260361
m4 aclocal.m4
dnl Include Java related definitions
builtin(include,../aclocal_pac.m4)
builtin(include,./libtool.m4)
builtin(include,../aclocal_java.m4)
www.eeworm.com/read/124923/6356684
in configure.in
AC_INIT(ser2net.c)
AM_INIT_AUTOMAKE(ser2net, 2.1)
AC_PROG_CC
AM_PROG_LIBTOOL
AC_ARG_WITH(uucp-locking,
[ --with-uucp-locking Enable UUCP-style locking],
uucp_locking_flag="$withval",
uucp_lock
www.eeworm.com/read/187103/8855535
readme
This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.
It supports the following dlopen interfaces:
* dlopen (Solaris, Linux and various BSD flavors)
* shl_load (HP-UX)
* LoadLibra
www.eeworm.com/read/125819/6021386
readme
This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.
It supports the following dlopen interfaces:
* dlopen (Solaris, Linux and various BSD flavors)
* shl_load (HP-UX)
* LoadLibra
www.eeworm.com/read/492587/6415861
txt readme.txt
Installing GMP
GMP has an autoconf/automake/libtool based configuration system. On a Unix-like system a basic build can be done with
./configure
make
Some self-tests can be
www.eeworm.com/read/253222/12238812
readme
This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.
It supports the following dlopen interfaces:
* dlopen (Solaris, Linux and various BSD flavors)
* shl_load (HP-UX)
* LoadLibra
www.eeworm.com/read/14545/388905
sh strip_fpic.sh
#!/bin/sh
#
# libtool assumes that the compiler can handle the -fPIC flag
# This isn't always true (for example, nasm can't handle it)
command=""
while [ $# -gt 0 ]; do
case "$1" in
-?PIC)
www.eeworm.com/read/231546/4715425
readme
This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.
It supports the following dlopen interfaces:
* dlopen (Solaris, Linux and various BSD flavors)
* shl_load (HP-UX)
* LoadLibra
www.eeworm.com/read/190923/5170561
am makefile.am
SUBDIRS = test
lib_LTLIBRARIES = libRegistrarImpliedMWI.la
INCLUDES = -I$(top_srcdir)/include
## Libtool version info - update only immediately before a release
# Current - increment if any interf