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

Author Topic: Static Linking  (Read 2365 times)

0 Members and 1 Guest are viewing this topic.

wademcgillis

  • Newbie
  • *
  • Posts: 36
    • View Profile
Static Linking
« on: August 30, 2009, 06:52:14 pm »
Is it possible to static link in Ubuntu 8.10?

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Static Linking
« Reply #1 on: August 30, 2009, 07:02:29 pm »
yes but dynamic linking "boost" performance with Linux ( at least it doesn't decrease performances ) .
SFML / OS X developer

wademcgillis

  • Newbie
  • *
  • Posts: 36
    • View Profile
Static Linking
« Reply #2 on: August 30, 2009, 07:06:13 pm »
Quote from: "Hiura"
yes but dynamic linking "boost" performance with Linux ( at least it doesn't decrease performances ) .


How would I do this, since there are no static libraries for linux. Would I just include the SFML source?

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Static Linking
« Reply #3 on: August 30, 2009, 07:08:32 pm »
SFML / OS X developer