help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-bash] Bash 2.05b build failure on OSX10.4


From: Geoff Down
Subject: Re: [Help-bash] Bash 2.05b build failure on OSX10.4
Date: Wed, 05 Nov 2014 14:13:54 +0000

> Since the linker obviously doesn't work for this, simply give up
> attempting
> to use it.  Configure as normal, then edit Makefile to force use of the
> static libraries. Replace the assignments to the following make variables
> with these:
> 
> READLINE_LIB = $(READLINE_LIBRARY)
> 
> HISTORY_LIB = $(HISTORY_LIBRARY)
> 
> TILDE_LIB = $(TILDE_LIBRARY)
> 
> and see how far it gets you.
> 
> Chet
> 
> -- 

Quite far :)
ls -l bash
-rwxr-xr-x   1 root  xxx  1726964 Nov  5 14:00 bash
size bash
__TEXT  __DATA  __OBJC  others  dec     hex
589824  40960   0       1114112 1744896 1aa000

otool -L bash
bash:
        /usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0,
        current version 5.4.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
        version 88.1.12)

Look good? Any other tests?
Thanks,
GD

-- 
http://www.fastmail.fm - mmm... Fastmail...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]