bug-bash
[Top][All Lists]
Advanced

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

loadables


From: KS
Subject: loadables
Date: Fri, 16 Aug 2002 12:45:45 -0400

I am using QNX 6.2 and bash 2.05a.
 
I have compiled several of the files in examples/loadable (head, cut, cat, hello). 
 
When I load the head, cut, or cat, I get unresolved symbol error messages for: list_optarg, loptend, make_bare_word, builtin_usage, builtin_error, internal_getopt, make_word_list, and reset_internal_getopt (this may not be complete, but I think it's enough to get the point across).
 
'hello' works fine, though in the comments it says "if the builtin takes no options, call no_options(list) before doing anything else".  However, hello.c does not do this.  ?!?!?
 
Notes:  This Makefile (in /src/bash-2.05a/nto-x86-o/examples/loadables) is not being made when I 'make' from /src/bash-2.05a/nto-qnx-o.  Once bash is built, then I cd examples/loadables and run 'make' from there for these files.
 
Anybody know why I get the unresolved symbols and how I fix it?
Anybody know how I get nto-x86-o/Makefile to also make examples/loadables/Makefile?
 
Thanks - KS

reply via email to

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