[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: trying to solve some missing symbols during linking (porting to Plan
From: |
Chet Ramey |
Subject: |
Re: trying to solve some missing symbols during linking (porting to Plan9) |
Date: |
Tue, 15 Oct 2024 10:28:03 -0400 |
User-agent: |
Mozilla Thunderbird |
On 10/15/24 3:36 AM, Jens Staal wrote:
Looks like it dies immediately. That probably indicates it doesn't like
the bash malloc (fair, I never ported it to Plan 9).
You can build --without-bash-malloc to avoid it.
I did the build without malloc and minimal-sh config and I still had the
crash. xmalloc (in the list of bash object files) still needs to be
included in order to build bash.
OK. I'm just shooting blind here, I don't have Plan 9 anywhere to test on,
and no plans to install it.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/
- Re: trying to solve some missing symbols during linking (porting to Plan9), (continued)