代码搜索:libtool
找到约 2,129 项符合「libtool」的源代码
代码结果 2,129
www.eeworm.com/read/139291/5804180
news
News about PCRE releases
------------------------
Release 3.5 15-Aug-01
---------------------
1. The configuring system has been upgraded to use later versions of autoconf
and libtool. By default it
www.eeworm.com/read/132649/5914936
news
News about PCRE releases
------------------------
Release 3.5 15-Aug-01
---------------------
1. The configuring system has been upgraded to use later versions of autoconf
and libtool. By default it
www.eeworm.com/read/14187/322140
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 [ $1 ]; do
if [ "$1" != "-fPIC" ]; then
www.eeworm.com/read/14545/390485
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 [ $1 ]; do
if [ "$1" != "-fPIC" ]; then
www.eeworm.com/read/14735/406930
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 [ $1 ]; do
if [ "$1" != "-fPIC" ]; the
www.eeworm.com/read/239645/4596539
cvsignore .cvsignore
unix-def.mk
unix-cc.mk
config.status
config.cache
config.log
libtool
ftconfig.h
freetype-config
www.eeworm.com/read/169190/5426531
news
News about PCRE releases
------------------------
Release 3.5 15-Aug-01
---------------------
1. The configuring system has been upgraded to use later versions of autoconf
and libtool. By default it
www.eeworm.com/read/427042/1979909
shared makefile.shared
#
# Helper makefile to link shared libraries in a portable way.
# This is much simpler than libtool, and hopefully not too error-prone.
#
# The following variables need to be set on the command line t
www.eeworm.com/read/384423/2601318
install
___________________________________
General FAAC compiling instructions
1. Make sure you have recent versions of autoconf, automake and libtool installed.
For MP4 writing and tagging support, you
www.eeworm.com/read/367467/2844013
in makefile.in
# Makefile.in for PCRE (Perl-Compatible Regular Expression) library.
# Edited substantially by fyodor@insecure.org to remove libtool dependency
# and strip it to just building the library.
#######