callc.exu in Linux demo section of Euphoria for Linux
Hi all,
Please forgive me if you have received this already. I never recieved a
copy of it, although the listserve eventually sent me something saying it
had been distributed. Usually I get the message and the receipt:
Correct me if I am wrong about this but...
I had tried to run callc.exu and had seen an error running it directly.
So I ran it as such:
exu callc.exu
and the program runs correctly every time ...even if you change these
lines:
-- Standard C Library
libc = open_dll("/usr/lib/libc.so")
-- Standard Math Library
libm = open_dll("/usr/lib/libm.so")
I thought hey the path is wrong.
So I changed it ... a few times. Finally I found out it didn't really
matter what I put between the quotes, so I tried putting nothing.
AND IT STILL WORKS
What is this? Was wondering if this was an interesting bug/feature?
Monty in Oregon
PS here is the "corrected" code:
-- Standard C Library
libc = open_dll("")
-- Standard Math Library
libm = open_dll("")
|
Not Categorized, Please Help
|
|