[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
trying to solve some missing symbols during linking (porting to Plan9)
From: |
Jens Staal |
Subject: |
trying to solve some missing symbols during linking (porting to Plan9) |
Date: |
Thu, 10 Oct 2024 11:38:05 +0200 |
Dear all,
I am currently trying to compile Bash on Plan9 (9front) using APExp (a
GNU/posix compatibility environment). I have all the bash object files
and libraries compiled and I only get one weird issue during linking:
chdir: BC: not defined
chdir: PC: not defined
chdir: UP: not defined
grepping the libraries shows that chdir is in libbuiltins.a
and that should correspond to builtins/cd.def
When I look in that file I do not see any references to BC, PC or UP and
I can not find anything obvious that would pull in those?
Any idea how to solve this?
Thanks!
/Jens
- trying to solve some missing symbols during linking (porting to Plan9),
Jens Staal <=