Main forum > FAQ
Getting a Linux program up and running #2
MrTAToad:
With Ubuntu/Kubuntu et al 9.10, the C libraries that a GLBasic executable use are not long (easily) available. It also a pain getting it working on the x64 version of these operating systems
However, after much hunting around, I found this on the Ubuntu forums :
--- Quote ---cd ~/Desktop
wget http://frozenfox.freehostia.com/cappy/getlibs-all.deb
wget http://nl.archive.ubuntu.com/ubuntu/pool/universe/g/gcc-3.3/libstdc++5_3.3.6-17ubuntu1_i386.deb
sudo dpkg -i getlibs-all.deb
getlibs -i libstdc++5_3.3.6-17ubuntu1_i386.deb
--- End quote ---
And if you're using the Gernot's Clipboard routine, you will also need :
--- Quote ---sudo apt-get install xsel
--- End quote ---
An aalternative way of getting the C libraries is to use Jaunty repository at http://packages.ubuntu.com/jaunty/i386/libstdc++5/download
This will do until either Gernot manages to get all the used libraries statically linked into the executable or more modern libraries are used :whip:
Kitty Hello:
does anyone have a static libC++5.x? please? (GCC 3.3.3)
MrTAToad:
Its isn't just a compiling flag ?
Kitty Hello:
no. I need the .a file, too.
Kuron:
Has any progress been made on this?
Navigation
[0] Message Index
[#] Next page
Go to full version