Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. make
  2. cc -g -g -O2 -D__LINUX__ -fPIC -I/mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/src/tcl8.6.6/generic -I/mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/src/tcl8.6.6/unix -I/mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/include/tcltk8.6.6 -I/mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/src/tk8.6.6/unix -I/mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/src/tk8.6.6/generic -I/mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/include/tcltk8.6.6 -I/mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/include -o object_Linux_x86_64/dsp_platform.o -c dsp_platform.c
  3. mkdir -p plugin_Linux_x86_64
  4. cc -shared -o plugin_Linux_x86_64/dsp_platform.so object_Linux_x86_64/dsp_platform.o -L/mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/lib_Linux_x86_64 -L/mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/lib_Linux_x86_64 -ldsp_s -lGLU -lGL /mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/lib_Linux_x86_64/libtcl8.6.a /mnt/c/Users/Viktor/Desktop/EDGE_v2.4.1/lib_Linux_x86_64/libtclstub8.6.a -lz -lpthread -ldl -lsigar_os -lsigar
  5. /usr/bin/ld: cannot find -lz
  6. collect2: error: ld returned 1 exit status
  7. Makefile:27: recipe for target 'plugin_Linux_x86_64/dsp_platform.so' failed
  8. make: *** [plugin_Linux_x86_64/dsp_platform.so] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement