Guest User

Untitled

a guest
Jun 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $ cat Test.hs
  2. import Graphics.UI.SDL
  3.  
  4. main = do
  5. t <- getTicks
  6. putStrLn $ show t
  7.  
  8. $ runhaskell Test.hs
  9. Test.hs:
  10. /Users/simon/.cabal/lib/SDL-0.6.2/ghc-6.12.3/HSSDL-0.6.2.o: unknown symbol `_SDL_FreeSurface'
  11. Test.hs: Test.hs: unable to load package `SDL-0.6.2'
  12. $ runhaskell -L/opt/local/lib -lSDL Test.hs
  13. 4110078002
Add Comment
Please, Sign In to add comment