Advertisement
Guest User

Untitled

a guest
Jan 9th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. [greg@greg-desktop ffi]$ make
  2. i486-mingw32-gcc -g -Wall -I. -c -o ffi.o ffi.c
  3. ffi.c: In function 'ffi_closure_SYSV_inner':
  4. ffi.c:386:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  5. i486-mingw32-gcc -o libffi.a ffi.o
  6. ffi.o: In function `ffi_call':
  7. /home/greg/ffi/ffi.c:302: undefined reference to `_ffi_call_SYSV'
  8. ffi.o: In function `ffi_prep_closure_loc':
  9. /home/greg/ffi/ffi.c:524: undefined reference to `_ffi_closure_SYSV'
  10. ffi.o: In function `ffi_prep_raw_closure_loc':
  11. /home/greg/ffi/ffi.c:578: undefined reference to `_ffi_closure_raw_SYSV'
  12. ffi.o: In function `ffi_raw_call':
  13. /home/greg/ffi/ffi.c:630: undefined reference to `_ffi_call_SYSV'
  14. /usr/lib/gcc/i486-mingw32/4.6.1/../../../../i486-mingw32/lib/libmingw32.a(main.o):(.text+0xf3): undefined reference to `_WinMain@16'
  15. collect2: ld returned 1 exit status
  16. make: *** [libffi.a] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement