Skip to content

Instantly share code, notes, and snippets.

@AbhilashG97
Created November 29, 2017 12:18
Show Gist options
  • Save AbhilashG97/dcff80f29894d34181a5b8c80b6e7d85 to your computer and use it in GitHub Desktop.
Save AbhilashG97/dcff80f29894d34181a5b8c80b6e7d85 to your computer and use it in GitHub Desktop.
The following error message is diplayed on entering the make command
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