Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. The following bit is what wrote to the output file...
  2.  
  3. Option selected: dw
  4. Preparing to build standard MudOS driver ...
  5. Trying out some stuff to see what works; ignore errors ...
  6. make: Nothing to be done for 'nothing'.
  7. Using standard a.out for compiler default executable
  8. CC: gcc
  9. ***************** Configuration completed **************
  10. Installing MudOS on Linux
  11.  
  12. Using install -c to install binaries in ../bin.
  13. Using gcc -E for preprocessing.
  14. Using gcc -D__USE_FIXED_PROTOTYPES__ -O2 to compile.
  15. Using bison -d -y to make the compiler.
  16. Edit GNUmakefile if this is not what you want
  17.  
  18. Otherwise, type 'make' to build MudOS, then 'make install'.
  19. Moving around some DS specific files...
  20. Copying local_options.dw to local_options
  21. No MinGW config needed.
  22. No Wolfpaw config needed.
  23. Configuration script complete.
  24.  
  25.  
  26. Then I got this...
  27.  
  28. ./build.FluffOS: 148: ./build.FluffOS: gmake: not found
  29. ./build.FluffOS: 199: ./build.FluffOS: xlc: not found
  30. mkdir: cannot create directory âtmpâ: File exists
  31. rm: cannot remove âtmp/insttestâ: No such file or directory
  32. install: invalid option -- 'f'
  33. Try 'install --help' for more information.
  34. rm: cannot remove âtmp/insttestâ: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement