callc.exu in Linux demo section of Euphoria for Linux

new topic     » topic index » view thread      » older message » newer message

Hi all,
    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("")

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu