Hi Alex,

Thanks! The 'make' went fine now. However, when I try to run my web app now, I get "IP bind error: Address already in use". ;-)
I think I may have to bother C9 Support again.

/Jon

On 14-05-13 15:58 , Alexander Burger wrote:
Hi Jon,

(.text+0x1c29c): undefined reference to `MyIpAddr'
Oops, sorry. It seems I didn't put a constant string this way since a
long time ;-)

Probably this string needs to be put into the 'data' section. You could
call (data ...), but the easiest is if you insert it into "src64/glob.l"
where most of the other data reside.

I would suggest you put it at the end of "src64/glob.l", after the
"System messages".

    ...
    : UndefErr asciz "Undefined"
    : DlErr asciz "[DLL] %s"

    : MyIpAddr asciz "127.6.26.129"

♪♫ Alex

--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to