-
-
Save AbhilashG97/dcff80f29894d34181a5b8c80b6e7d85 to your computer and use it in GitHub Desktop.
The following error message is diplayed on entering the make command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc -g -O2 -Wall -llz4 lz4jsoncat.c -o lz4jsoncat | |
/tmp/ccgXLBQ7.o: In function `main': | |
/home/abhilashg/Downloads/lz4json/lz4jsoncat.c:70: undefined reference to `LZ4_decompress_safe_partial' | |
collect2: error: ld returned 1 exit status | |
<builtin>: recipe for target 'lz4jsoncat' failed | |
make: *** [lz4jsoncat] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment