Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Statically Linking Issues [not quite resolved]  (Read 11241 times)

0 Members and 1 Guest are viewing this topic.

Jakman4242

  • Newbie
  • *
  • Posts: 18
    • MSN Messenger - ninjamasterjack@nctv.com
    • View Profile
    • http://www.vgcats.com/
Statically Linking Issues [not quite resolved]
« Reply #15 on: May 31, 2010, 09:21:49 pm »
Oh, uhm, yeah. I kind of hijacked his thread.  :oops:

alienGhost

  • Newbie
  • *
  • Posts: 7
    • View Profile
Statically Linking Issues [not quite resolved]
« Reply #16 on: June 28, 2010, 12:24:35 pm »
i'm getting very similar errors when attempting to compile static build using the gcc 4.4 mingw build from the tutorial and SFML 1.6 (for mingw). did anyone figure this out?

alienGhost

  • Newbie
  • *
  • Posts: 7
    • View Profile
Statically Linking Issues [not quite resolved]
« Reply #17 on: June 28, 2010, 01:22:31 pm »
aha! i think i just forgot to add "-static" static binding as linker option. seems to be working ok now.  :oops: