[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] Bash 2.05b build failure on OSX10.4
From: |
Chet Ramey |
Subject: |
Re: [Help-bash] Bash 2.05b build failure on OSX10.4 |
Date: |
Wed, 05 Nov 2014 09:49:26 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
On 11/5/14, 9:13 AM, Geoff Down wrote:
>
>> 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?
That should do it.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU address@hidden http://cnswww.cns.cwru.edu/~chet/