SHARE
TWEET

Untitled

a guest May 14th, 2015 237 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (....)
  2.  
  3. /Adat/src/cal-1.0> gcc cal.c
  4. cal.c:37:23: fatal error: sys/types.h: No such file or directory
  5.  #include <sys/types.h>
  6.                        ^
  7. compilation terminated.
  8. /Adat/src/cal-1.0> setarch x86_gcc2
  9. /Adat/src/cal-1.0> gcc cal.c
  10. /Adat/src/cal-1.0/cal.c:37: sys/types.h: No such file or directory
  11. /Adat/src/cal-1.0/cal.c:39: ctype.h: No such file or directory
  12. /Adat/src/cal-1.0/cal.c:41: locale.h: No such file or directory
  13. /Adat/src/cal-1.0/cal.c:42: stdio.h: No such file or directory
  14. /Adat/src/cal-1.0/cal.c:43: stdlib.h: No such file or directory
  15. /Adat/src/cal-1.0/cal.c:44: string.h: No such file or directory
  16. /Adat/src/cal-1.0/cal.c:45: time.h: No such file or directory
  17. /Adat/src/cal-1.0/cal.c:46: unistd.h: No such file or directory
  18. /Adat/src/cal-1.0>
  19.  
  20. (....)
  21.  
  22. /Adat/src/netatalk> ./configure
  23. checking build system type... i586-pc-haiku
  24. checking host system type... i586-pc-haiku
  25. checking target system type... i586-pc-haiku
  26. checking for a BSD-compatible install... /bin/install -c
  27. checking whether build environment is sane... yes
  28. checking for a thread-safe mkdir -p... /bin/mkdir -p
  29. checking for gawk... gawk
  30. checking whether make sets $(MAKE)... yes
  31. checking whether make supports nested variables... yes
  32. checking whether to enable maintainer-specific portions of Makefiles... yes
  33. checking for gawk... (cached) gawk
  34. checking for gcc... gcc
  35. checking whether the C compiler works... yes
  36. checking for C compiler default output file name... a.out
  37. checking for suffix of executables...
  38. checking whether we are cross compiling... configure: error: in `/Adat/src/netatalk':
  39. configure: error: cannot run C compiled programs.
  40. If you meant to cross compile, use `--host'.
  41. See `config.log' for more details
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top