Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- asn@dingo ~/dev/openxcom/trunk
- # make
- g++ -L/usr/local/lib -lmingw32 -lSDLmain -lSDL -mno-cygwin -mwindows -lSDL_gfx -lSDL_mixer -o openxcom AbandonGameState.o Bar.o Base.o BaseFacility.o BaseInfo
- Bar.o:Bar.cpp:(.text+0x25e): undefined reference to `_SDL_FillRect'
- Bar.o:Bar.cpp:(.text+0x29a): undefined reference to `_SDL_FillRect'
- Bar.o:Bar.cpp:(.text+0x2df): undefined reference to `_SDL_FillRect'
- Bar.o:Bar.cpp:(.text+0x313): undefined reference to `_SDL_FillRect'
- BaseView.o:BaseView.cpp:(.text+0x563): undefined reference to `_SDL_FillRect'
- BaseView.o:BaseView.cpp:(.text+0x5af): more undefined references to `_SDL_FillRect' follow
- Cursor.o:Cursor.cpp:(.text+0x88): undefined reference to `_SDL_ShowCursor'
- Cursor.o:Cursor.cpp:(.text+0x168): undefined reference to `_SDL_ShowCursor'
- Cursor.o:Cursor.cpp:(.text+0x36f): undefined reference to `_lineColor'
- Cursor.o:Cursor.cpp:(.text+0x3c0): undefined reference to `_lineColor'
- Game.o:Game.cpp:(.text+0x154): undefined reference to `_SDL_PollEvent'
- Game.o:Game.cpp:(.text+0x16d): undefined reference to `_SDL_PollEvent'
- Game.o:Game.cpp:(.text+0x218): undefined reference to `_SDL_Delay'
- Game.o:Game.cpp:(.text+0x2dd): undefined reference to `_Mix_CloseAudio'
- Game.o:Game.cpp:(.text+0x3ed): undefined reference to `_Mix_CloseAudio'
- Game.o:Game.cpp:(.text+0x53e): undefined reference to `_Mix_OpenAudio'
- Game.o:Game.cpp:(.text+0x60a): undefined reference to `_SDL_WM_SetCaption'
- Game.o:Game.cpp:(.text+0x61f): undefined reference to `_SDL_EnableKeyRepeat'
- Game.o:Game.cpp:(.text+0x62b): undefined reference to `_SDL_EnableUNICODE'
- Game.o:Game.cpp:(.text+0x79e): undefined reference to `_Mix_OpenAudio'
- Game.o:Game.cpp:(.text+0x86a): undefined reference to `_SDL_WM_SetCaption'
- Game.o:Game.cpp:(.text+0x87f): undefined reference to `_SDL_EnableKeyRepeat'
- Game.o:Game.cpp:(.text+0x88b): undefined reference to `_SDL_EnableUNICODE'
- Globe.o:Globe.cpp:(.text+0x883): undefined reference to `_filledCircleColor'
- Globe.o:Globe.cpp:(.text+0x9ec): undefined reference to `_polygonColor'
- Globe.o:Globe.cpp:(.text+0xb2e): undefined reference to `_filledPolygonColor'
- MiniBaseView.o:MiniBaseView.cpp:(.text+0x2e8): undefined reference to `_SDL_FillRect'
- MiniBaseView.o:MiniBaseView.cpp:(.text+0x32b): undefined reference to `_SDL_FillRect'
- MiniBaseView.o:MiniBaseView.cpp:(.text+0x35a): undefined reference to `_SDL_FillRect'
- MiniBaseView.o:MiniBaseView.cpp:(.text+0x39d): undefined reference to `_SDL_FillRect'
- MiniBaseView.o:MiniBaseView.cpp:(.text+0x46c): undefined reference to `_SDL_FillRect'
- Music.o:Music.cpp:(.text+0x78): undefined reference to `_Mix_PlayMusic'
- Music.o:Music.cpp:(.text+0xb6): undefined reference to `_Mix_LoadMUS'
- Music.o:Music.cpp:(.text+0x2d): undefined reference to `_Mix_FreeMusic'
- Music.o:Music.cpp:(.text+0x4d): undefined reference to `_Mix_FreeMusic'
- Screen.o:Screen.cpp:(.text+0x80): undefined reference to `_SDL_SetVideoMode'
- Screen.o:Screen.cpp:(.text+0x1d0): undefined reference to `_SDL_SetVideoMode'
- Screen.o:Screen.cpp:(.text+0x323): undefined reference to `_zoomSurface'
- Screen.o:Screen.cpp:(.text+0x340): undefined reference to `_SDL_UpperBlit'
- Screen.o:Screen.cpp:(.text+0x348): undefined reference to `_SDL_FreeSurface'
- Screen.o:Screen.cpp:(.text+0x353): undefined reference to `_SDL_Flip'
- Screen.o:Screen.cpp:(.text+0x382): undefined reference to `_SDL_UpperBlit'
- Screen.o:Screen.cpp:(.text+0x402): undefined reference to `_SDL_FillRect'
- Screen.o:Screen.cpp:(.text+0x4be): undefined reference to `_SDL_SetVideoMode'
- Screen.o:Screen.cpp:(.text+0x463): undefined reference to `_SDL_SetColors'
- Surface.o:Surface.cpp:(.text+0x5d): undefined reference to `_SDL_CreateRGBSurface'
- Surface.o:Surface.cpp:(.text+0x7b): undefined reference to `_SDL_SetColorKey'
- Surface.o:Surface.cpp:(.text+0x12d): undefined reference to `_SDL_CreateRGBSurface'
- Surface.o:Surface.cpp:(.text+0x14b): undefined reference to `_SDL_SetColorKey'
- Surface.o:Surface.cpp:(.text+0x1b6): undefined reference to `_SDL_FreeSurface'
- Surface.o:Surface.cpp:(.text+0x1d6): undefined reference to `_SDL_FreeSurface'
- Surface.o:Surface.cpp:(.text+0x1f7): undefined reference to `_SDL_FreeSurface'
- Surface.o:Surface.cpp:(.text+0x247): undefined reference to `_SDL_FillRect'
- Surface.o:Surface.cpp:(.text+0x2f0): undefined reference to `_SDL_UpperBlit'
- Surface.o:Surface.cpp:(.text+0x349): undefined reference to `_SDL_UpperBlit'
- Surface.o:Surface.cpp:(.text+0x40e): undefined reference to `_SDL_SetColors'
- Surface.o:Surface.cpp:(.text+0x52e): undefined reference to `_SDL_LockSurface'
- Surface.o:Surface.cpp:(.text+0x54e): undefined reference to `_SDL_UnlockSurface'
- TestState.o:TestState.cpp:(.text+0x112): undefined reference to `_SDL_CreateRGBSurface'
- TestState.o:TestState.cpp:(.text+0x120): undefined reference to `_SDL_LockSurface'
- TestState.o:TestState.cpp:(.text+0x145): undefined reference to `_SDL_UnlockSurface'
- Timer.o:Timer.cpp:(.text+0x6b): undefined reference to `_SDL_GetTicks'
- Timer.o:Timer.cpp:(.text+0xb7): undefined reference to `_SDL_GetTicks'
- Timer.o:Timer.cpp:(.text+0x100): undefined reference to `_SDL_GetTicks'
- Window.o:Window.cpp:(.text+0x285): undefined reference to `_SDL_FillRect'
- collect2: ld returned 1 exit status
- make: *** [openxcom] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement