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

Author Topic: Ubuntu AMD64 Compatible?  (Read 9570 times)

0 Members and 1 Guest are viewing this topic.

ExcessNeo

  • Newbie
  • *
  • Posts: 16
    • View Profile
Ubuntu AMD64 Compatible?
« on: August 13, 2007, 10:22:01 pm »
I've attempted to install on Ubuntu 7.04 AMD64 and I can't seem to get anything to build.

Here is what i type into the Bash prompt and the subsequent output from g++:
Quote
$ g++ -o test test.o -lsfml-system
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64/libsfml-system.so when searching for -lsfml-system
/usr/bin/ld: skipping incompatible /usr/lib/../lib64/libsfml-system.so when searching for -lsfml-system
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libsfml-system.so when searching for -lsfml-system
/usr/bin/ld: skipping incompatible /usr/lib64/libsfml-system.so when searching for -lsfml-system
/usr/bin/ld: skipping incompatible /usr/lib/libsfml-system.so when searching for -lsfml-system
/usr/bin/ld: cannot find -lsfml-system
collect2: ld returned 1 exit status


I also tried out with CodeBlocks but it kept telling me that the calls to functions were undefined yet I setup as the instructions said and copied and pasted the Clock.cpp code from the tutorial on the main website.

Edit: my temporary workaround has been to switch to 32-bit Ubuntu, would be nice to see a future release that supports 64-bit Linux, but its still a fantastic start.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Ubuntu AMD64 Compatible?
« Reply #1 on: August 14, 2007, 09:12:24 am »
Yes, I'll try to provide builds for more platforms as soon as possible, including the 64-bits ones.

If you want you can compile SFML on your Ubuntu 64, it's quite easy (see the last part of the "SFML and Linux" tutorial).
Laurent Gomila - SFML developer

ExcessNeo

  • Newbie
  • *
  • Posts: 16
    • View Profile
Ubuntu AMD64 Compatible?
« Reply #2 on: August 14, 2007, 04:06:45 pm »
I'll give it a go when I'm back on my main PC (Still have Ubuntu 64 on that one) after work tonight. Should be easier for me to install Ubuntu 32-bit on that computer if all things don't go well.

ExcessNeo

  • Newbie
  • *
  • Posts: 16
    • View Profile
Ubuntu AMD64 Compatible?
« Reply #3 on: August 14, 2007, 11:55:30 pm »
Built and now working on Ubuntu 64-bit.

If you want the lib files I can email a .tar.gz file with the built ones to you Laurent.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Ubuntu AMD64 Compatible?
« Reply #4 on: August 15, 2007, 12:08:58 am »
Great !

Quote
If you want the lib files I can email a .tar.gz file with the built ones to you Laurent.

Sure, thank you ;)
Laurent Gomila - SFML developer

Alp

  • Jr. Member
  • **
  • Posts: 56
    • MSN Messenger - alpmestan@hotmail.com
    • View Profile
    • http://alp.developpez.com/
    • Email
Ubuntu AMD64 Compatible?
« Reply #5 on: August 15, 2007, 12:11:33 am »
Quote from: "ExcessNeo"
Built and now working on Ubuntu 64-bit.

If you want the lib files I can email a .tar.gz file with the built ones to you Laurent.


Thanks a lot.

*Cheers* (we haven't SFML cheerleaders for the moment  :lol: )
SFML developper

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Ubuntu AMD64 Compatible?
« Reply #6 on: August 15, 2007, 09:05:42 am »
I just uploaded the files, and added them to the Download page.

Thank you a lot :)
Laurent Gomila - SFML developer

ExcessNeo

  • Newbie
  • *
  • Posts: 16
    • View Profile
Ubuntu AMD64 Compatible?
« Reply #7 on: August 15, 2007, 02:39:25 pm »
Glad to help.