mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-30 14:30:15 +08:00
Ranlib is required with -force_load and fat archives.
* libltdl/m4/libtool.m4 (_LT_REQUIRED_DARWIN_CHECKS): Run ranlib. Reported by Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
3d0fc4870e
commit
3ae7bf0b91
@ -1,3 +1,10 @@
|
||||
2010-05-04 Peter O'Gorman <peter@pogma.com>
|
||||
|
||||
Ranlib is required with -force_load and fat archives.
|
||||
* libltdl/m4/libtool.m4 (_LT_REQUIRED_DARWIN_CHECKS): Run
|
||||
ranlib.
|
||||
Reported by Jeremy Huddleston <jeremyhu@apple.com>
|
||||
|
||||
2010-04-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
Fix incompatible struct declarations.
|
||||
|
2
libltdl/m4/libtool.m4
vendored
2
libltdl/m4/libtool.m4
vendored
@ -982,6 +982,8 @@ _LT_EOF
|
||||
$LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
|
||||
echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
|
||||
$AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
|
||||
echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
|
||||
$RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
|
||||
cat > conftest.c << _LT_EOF
|
||||
int main() { return 0;}
|
||||
_LT_EOF
|
||||
|
Loading…
Reference in New Issue
Block a user