You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect that the problem is that libdmalloc.a is not installed in /usr/lib or something. You can put it there in which case -ldmalloc should work or you can add it specifically to your compilation line:
i cannot find the test result file: logfile.
my compile cmd is:
gcc -DDMALLOC -DDMALLOC_FUNC_CHECK -ldmalloc -I/usr/local/include/libbson-1.0 -I/usr/local/include/libmongoc-1.0 -lmongoc-1.0 -lbson-1.0 test.c
can you help me?
thank you!
The text was updated successfully, but these errors were encountered: