Advertisement
mrgar

mrgar/Make output

Aug 20th, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. $ make
  2. g++ -Wall -c M110_main.cpp
  3. g++ -Wall -c Gr_Staff.cpp
  4. g++ -Wall -c Interval.cpp
  5. g++ -Wall -c M110_IO.cpp
  6. g++ -Wall -c Midf.cpp -I /cygdrive/c/MinGW/include/ \
  7. -L /cygdrive/c/Windows/System32/ -lwinmm
  8. g++ -Wall -c Pitch.cpp
  9. g++ -Wall -c Question.cpp
  10. g++ -Wall -c Quiz_1.cpp
  11. g++ -Wall -c Quiz_10.cpp
  12. g++ -Wall -c Quiz_11.cpp
  13. g++ -Wall -c Quiz_12.cpp
  14. g++ -Wall -c Quiz_13.cpp
  15. g++ -Wall -c Quiz_14.cpp
  16. g++ -Wall -c Quiz_15.cpp
  17. g++ -Wall -c Quiz_16.cpp
  18. g++ -Wall -c Quiz_17.cpp
  19. g++ -Wall -c Quiz_18.cpp
  20. g++ -Wall -c Quiz_19.cpp
  21. g++ -Wall -c Quiz_2.cpp
  22. g++ -Wall -c Quiz_20.cpp
  23. g++ -Wall -c Quiz_3.cpp
  24. g++ -Wall -c Quiz_4.cpp
  25. g++ -Wall -c Quiz_5.cpp
  26. g++ -Wall -c Quiz_6.cpp
  27. g++ -Wall -c Quiz_7.cpp
  28. g++ -Wall -c Quiz_8.cpp
  29. g++ -Wall -c Quiz_9.cpp
  30. g++ -Wall -c SeventhChord.cpp
  31. g++ -Wall -c Staff_bc.cpp
  32. g++ -Wall -c Staff_tc.cpp
  33. g++ -Wall -c StudentData.cpp
  34. g++ -Wall -c StudentInfo.cpp
  35. g++ -Wall -c Time.cpp
  36. g++ -Wall -c Triad.cpp
  37. g++ -Wall -c Utility.cpp
  38. g++ -Wall -o M110F14.exe M110_main.o Gr_Staff.o Interval.o M110_IO.o Midf.o Pitch.o Question.o Quiz_1.o Quiz_10.o Quiz_11.o Quiz_12.o Quiz_13.o Quiz_14.o Quiz_15.o Quiz_16.o Quiz_17.o Quiz_18.o Quiz_19.o Quiz_2.o Quiz_20.o Quiz_3.o Quiz_4.o Quiz_5.o Quiz_6.o Quiz_7.o Quiz_8.o Quiz_9.o SeventhChord.o Staff_bc.o Staff_tc.o StudentData.o StudentInfo.o Time.o Triad.o Utility.o
  39. Midf.o:Midf.cpp:(.text+0x30): undefined reference to `midiOutOpen@20'
  40. Midf.o:Midf.cpp:(.text+0xaf): undefined reference to `midiOutShortMsg@8'
  41. Midf.o:Midf.cpp:(.text+0xd3): undefined reference to `midiOutShortMsg@8'
  42. Midf.o:Midf.cpp:(.text+0xe1): undefined reference to `midiOutClose@4'
  43. Midf.o:Midf.cpp:(.text+0x126): undefined reference to `midiOutOpen@20'
  44. Midf.o:Midf.cpp:(.text+0x1c1): undefined reference to `midiOutShortMsg@8'
  45. Midf.o:Midf.cpp:(.text+0x1e5): undefined reference to `midiOutShortMsg@8'
  46. Midf.o:Midf.cpp:(.text+0x20d): undefined reference to `midiOutClose@4'
  47. Midf.o:Midf.cpp:(.text+0x252): undefined reference to `midiOutOpen@20'
  48. Midf.o:Midf.cpp:(.text+0x2ed): undefined reference to `midiOutShortMsg@8'
  49. Midf.o:Midf.cpp:(.text+0x322): undefined reference to `midiOutShortMsg@8'
  50. Midf.o:Midf.cpp:(.text+0x34a): undefined reference to `midiOutClose@4'
  51. Midf.o:Midf.cpp:(.text+0x390): undefined reference to `midiOutOpen@20'
  52. Midf.o:Midf.cpp:(.text+0x44c): undefined reference to `midiOutShortMsg@8'
  53. Midf.o:Midf.cpp:(.text+0x461): undefined reference to `midiOutShortMsg@8'
  54. Midf.o:Midf.cpp:(.text+0x485): undefined reference to `midiOutShortMsg@8'
  55. Midf.o:Midf.cpp:(.text+0x49a): undefined reference to `midiOutShortMsg@8'
  56. Midf.o:Midf.cpp:(.text+0x4a8): undefined reference to `midiOutClose@4'
  57. c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: Midf.o: bad reloc address 0x0 in section `.ctors'
  58. collect2.exe: error: ld returned 1 exit status
  59. Makefile:6: recipe for target 'M110F14.exe' failed
  60. make: *** [M110F14.exe] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement