Advertisement
Guest User

Untitled

a guest
Sep 6th, 2010
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. gcc -o libirecovery.o -c src/libirecovery.c -g -I./include -lreadline -fPIC
  2. src/libirecovery.c: In function ‘irecv_send_buffer’:
  3. src/libirecovery.c:436: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘long unsigned int’
  4. src/libirecovery.c:436: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘long unsigned int’
  5. gcc -o libirecovery.so libirecovery.o -g -shared -Wl,-soname,libirecovery.so -lusb-1.0
  6. gcc -o irecovery src/irecovery.c -g -I./include -L. -lirecovery -lreadline
  7. #cp libirecovery.so /usr/local/lib/libirecovery.so
  8. cp libirecovery.dylib /usr/local/lib/libirecovery.dylib
  9. cp: cannot stat `libirecovery.dylib': No such file or directory
  10. make: *** [install] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement