-ldl (option for create vfc)
Opened this issue · 1 comments
forthuser commented
Different for my Makefile
vfc: vfc.c $(CC) $(CFLAGS) -o $@ $< -lm -ldl
P.S. And my dialog for vfc
./vfc
include run.f
library ./libtest.dylib
0 0 0 0 > 1 function: test_c
0 0 0 0 > 42 test_c drop
n = 42
0 0 0 0 > bye
pahihu commented
Since you are on Linux, I have updated the Makefile to compile
the code correctly.
Pushed the code to GitHub.
Hope this helps.
… On 2023. Aug 16., at 8:57, forthuser ***@***.***> wrote:
Need for my
vfc: vfc.c $(CC) $(CFLAGS) -o $@ $< -lm -ldl
P.S. And my dialog for vfc
`./vfc
include run.f
library ./libtest.dylib
0 0 0 0 > 1 function: test_c
0 0 0 0 > 42 test_c drop
n = 42
0 0 0 0 > bye`
—
Reply to this email directly, view it on GitHub <#4>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADTEB2355V6Q25L5KWJYMS3XVRVNXANCNFSM6AAAAAA3SB6BP4>.
You are receiving this because you are subscribed to this thread.