Linux-Hams archive - March 1997: Re: my axports problems --> solution

Re: my axports problems --> solution

Terry Dawson (bcvqlndw.kfodwksrex@hfa-mn.org)
Thu, 06 Mar 1997 09:24:18 +1100


Jason Smith wrote:
>
> Well, I was looking at the strace output of the kissattach program
> on my machine and the output on the w5ac machine. I noticed several
> differences (using the same version of strace) that seemed strange..
> I.e. many calls did not match up at all. So I decided to take the
> kissattach compiled on my machine and run it on the w5ac machine..
> And it worked!.. strange... I guess I have an older or newer version
> of something like a library that is causing the problem.. Well I will
> go and work on that now :-)

Jason,
I'm thinking a library, I simply cannot see how that error
message can be generated any other way.

If you take a look at: lib/axutils.c you'll see what I mean.
It's pretty unambiguous, it only ever gets presented if a
character passed is !isalnum().

Take a look at your isalnum() macro.

(posted to linux-hams because others have reported this problem
hope you don't mind)

Terry