Ubuntu :: Compiling Games From .tar.gz Files

Jul 20, 2011

just need to know how i would do this, I've tried it before, and I've gotten the following error, no matter what i tried:

View 2 Replies


ADVERTISEMENT

Ubuntu :: Missing Library Files While Compiling

Aug 18, 2010

I have tried to compile several programs from source code and have into a similar error in each case. I try make the program and I get an error like: fail program confsdefs.h. Reading further into the log file, I see there is a long list of missing library files when I compile something like Samba 3.5.x:

[Code]...

I have searched for dependency information and used apt-get to add anything I can find. How can I identify and find the dependencies for source? I have checked the source documentation though typically does not list required packages. My other question is how to check the path used to locate the libraries? Given the length of the missing library list, I think the problem may be configuring make.

View 2 Replies View Related

General :: Install All Files Of Package When Compiling?

Jun 19, 2010

Where is the best path to install all files of package when compiling?

For example - I want to install ProFTPd, so there's an option

--prefix=/usr/local/proftpd

, which means, that all files after compilation (including binary and configuration files) will be stored here. As you know, all packages, which are installed via package system (like zypper on SuSE or apt on Ubuntu) usually stores its configuration files in /etc/ and binary files in /sbin/ and also stores a link in my $PATH, so i can run in just by typing proftpd (without /sbin).

The huge advantage of packages installed via package system, i think, is easy uninstall process. I'd like to be able to uninstall compiled packages also easy.

I think i could be able to create some batch file, which I'll be able to use like this:

uninstall --package=proftpd

And my script will find all proftpd files in usuall paths (/etc, /sbin) and remove it using rm.

Is there any best practices, where to store all these files, or are there any (dis)advantages of my first example (--prefix=/usr/local/proftpd)?

I really don't think, that it's nice to have 2 paths with configuration files and binary files, but maybe I'm misunderstanding the basic principals of Linux... :-)

View 4 Replies View Related

Programming :: Compiling And Linking Multiple Files Using Gcc?

Mar 13, 2011

compiling and linking using gcc: What does a file name with a suffix '.a' represent? If I have multiple .c and .h files, how can I link them together? How can I create the .a file?

View 6 Replies View Related

Ubuntu :: Install The Avant Window Navigator By Compiling The Source Files?

May 17, 2010

I'm trying to install the Avant Window Navigator by compiling the source files and installing that way. I've extracted the file avant-window-navigator-0.4.0.tar.gz, but when I run the ./configure command, I get an error.

Code:

configure: error: in `/usr/src/avant-window-navigator-0.4.0':
configure: error:
Could not link test program to Python. Maybe the main Python library has been
installed in some non-standard library path. If so, pass it to configure

[Code].....

View 4 Replies View Related

General :: Gcc Compiler Is Not Compiling Old C Programming Files Because Of Timestamp?

Nov 20, 2010

I am using makefile to complile all C Programming files. But certain files are not getting compiled and hence its object file is not getting generated. This is happening due to files haven't been modified for a long time. It seems that compiler knows that its object file is there hence no need to complie it actually it is not.

View 14 Replies View Related

Software :: Install MySQL By Compiling Source Files?

Apr 25, 2010

I am trying to install MySQL by compiling source files.Using mysql-5.1.46]version./configure --prefix=/usr/local/mysql was fine and I am getting following error while "make"

[Code]...

View 2 Replies View Related

Red Hat :: Uninstalling Mplayer Installed By Compiling Source Files?

Feb 2, 2010

how to uninstall Mplayer and other programs that is installed by compiling source files(./configure, make , make install)

View 14 Replies View Related

Programming :: C++: Compiling Multiple Source Files (with Templates Involved)?

Mar 21, 2011

Code:

anisha@linux-uitj:~/junk> ls -R
.:
include src
./include:
template0.h template0.h~ template0.h.gch

[code]....

View 11 Replies View Related

Programming :: Linking And Compiling Multiple C++ Files Into One Executable Program?

Dec 17, 2009

I have 3 c++ files, classdef.h (header file with class definition), methods.cpp (class methods) and program.cpp - the program itself. Both .cpp files have

Code:

#include "classdef.h"

in files. How I can link the files together and compile them in one executable program? I am using Geany IDE for coding.

View 4 Replies View Related

Ubuntu :: NES Games On DS?

Feb 11, 2010

I have an R4 for my ds,i was wondering if it was possible to get nes roms to play on it. The only tutorials i was able to find only seemed to work on windoze.How can i achieve this?

View 2 Replies View Related

Ubuntu :: Can't Get Steam Games To Run Right

Jan 4, 2010

I just made the switch from windows xp and i am very glad i did. One problem though, I cant get steam games to run right. I have steam installed on an external hard drive and can start it up with wine but whenever i try to run a game, the "starting (game name here)" screen comes up and then disappears and the game doesn't open. I've tried several different tutorials on how to run steam but all they do is tell how to install it.I'm running ubuntu 9.10 x64 if that helps at all.

View 3 Replies View Related

Ubuntu :: No Games For System / Get That?

Jan 7, 2010

Why there is no games for ubuntu ? somthing serious like gta iv , call of duty , nfs ..

View 6 Replies View Related

Ubuntu :: Games And What Is The Best Mac Emulator

Jun 19, 2010

what is the best mac emulator? a friend was talking about running some games through mac emulator, but i didnt get a chance to ask him about it. and how do yall mostly run games? i tried a couple games using wine, but some games do not work. though i have not tried a whole lot.

View 1 Replies View Related

Ubuntu :: Rip Xbox 360 Games ?

Oct 23, 2010

How to do this...as in rip a working copy of my xbox 360 games?

View 4 Replies View Related

Ubuntu :: .iso Games Not Working?

May 1, 2011

A friend of mine gave me a few .iso games that will work just from the computer...not using a cd drive. I figured out how to do it in windows, it was pretty easy, but in ubuntu its not as easy. I got some tips on how to mount...and after some experimenting i got it to work. So i installed Morrowind thru Wine. And it starts the opening screen just fine (where you can pick "Play" "Options" etc.) But when i click play it gives me an error that it cant find a cd drive on my computer...because i use a netbook. why this is happening since i have it mounted. Also i am trying to use PlayOnLinux, since ive heard it is good at auto fixing problems that youd have to manually fix thru Wine, and id like to be able to run Morrowind thru that if possible.

View 9 Replies View Related

General :: How To Put Games In Ubuntu?

Aug 17, 2010

I would like to know how to install games in Ubuntu and make them work

View 2 Replies View Related

Ubuntu :: Does WINE Work On Games

Jan 24, 2010

Like on games that use a Windows programing language only. Or one like Blockland. Or Portal/GMod(Steam)

View 1 Replies View Related

Ubuntu :: Can Not Play Games Such As On Funorb / What To Do?

Jan 24, 2010

When i go onto funorb and click the game i want nothing happens. I'm guessing it's a Java thing but I've downloaded JavaCC and Java SUN and neither of them work.

View 9 Replies View Related

Ubuntu :: Session Ends During Games?

Feb 7, 2010

Whenever I play a desktop game, my session ends, prompting me to login again. Why does this happen? How can I fix it?

View 3 Replies View Related

Ubuntu :: Can I Play Games On Virtualbox

Feb 7, 2010

I have been reading that the current version of virtualbox can support 3d graphics. Does this mean i can play games on it now?

View 1 Replies View Related

Ubuntu :: Get Free Games Like Halo?

Feb 17, 2010

Anyone knows about free games like halo?

View 2 Replies View Related

Ubuntu :: Games Started But Getting No Sound At All

Feb 24, 2010

I switched to Linux but I was, and still am a gamer, and I have been trying to get some of my favorites to run on Linux as well as find Linux native games. While this hasn't been hard, I have run into a sort of Brick wall. I'll get games to start, but there will be no sound at all. The game runs fine though. When I try to close the game, it crashes/freezes.

This has puzzled me because some games that display this bug now did not previously, and at first this only occurred on one game. Now it occurs on all games. I've checked around, found a few similar bugs, but the closest people seem to get to fixing it is "just uninstall pulseaudio and use something else". It only happens in games, music and other sound works fine.

As for specs, I must say I'm fairly ignorant of some things, but getting better, here is what I do know.
Mint 8
Nvidia graphics card (can't recall what model)
Gnome Desktop

View 9 Replies View Related

Ubuntu / Apple :: Can't Get Games To Play Right / What To Do?

Mar 2, 2010

I'm running linux on an old iMac G3 power pc. I've just loaded a couple of games for my daughter but the music is staticky and the cursor flickers and goes invisible. Is there anyway to increase virtual memory or something that will make these game work??
I know the hardware is old but one of the few(only thing) things it did well with the old OSX system was play games, so I know its not the hardware.

View 3 Replies View Related

Ubuntu :: Sound Not Working With Games?

Mar 6, 2010

I already posted a topic about this but i got wrongly interpreted as someone gave me a link to a topic to restore your audio fully, which isn't necessairy, as I AM able to play music through rythmbox, on dvd's, on ........ but not on games.

I have a conexant Hi-Def audio on a HP laptop here, and when i typed in the code 'aplay -l' in the terminal, i got this:

[CODE]jakob@jakob-laptop:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: CONEXANT Analog [CONEXANT Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0

[Code]....

As you can see my conexantaudio driver is listed, but it does not seem to work with games.. I have 9.10 and in 9.04 it did work..

View 3 Replies View Related

Ubuntu :: Most Games Don't Have Proper Sound On 9.10?

Apr 1, 2010

Graphics are fine, but the audio for my 3d games (trigger, TORCS, tuxcart) work for about a minute, and then start making really annoying crackly sounds, and then cuts out over all. Running Kubuntu 9.10 Karmic koala, dual booting with vista. Dedicated 30gigs to Linux. Installed with wubi. Works fine on vista.

View 8 Replies View Related

Ubuntu :: 10.4 - Cannot Play Pogo Games

May 4, 2010

I have had a great experience with upgrading to ubuntu 10.4, just 1 problem, I can't get pogo games to play!

View 9 Replies View Related

Ubuntu :: Slow Mouse In Games?

May 6, 2010

I just bought the Humble Indie Bundle and the moment Aquaria and Gish are open the mouse becomes really slow.

Running Fullscreen, 1440x900, Lucid Lynx (10.04) on a Dell Dimension C521. (Window or Lower resolutions didn't change anything.)

The mouse settings seem to be like this when I'm playing:

View 3 Replies View Related

Ubuntu :: Flash Games Are Flickering

May 8, 2010

only certain games are doing this, I haven't seen any other kind of flash have problems

Everything works for a while, then after a few minutes there start to be flickers of boxes, some of them colored, some black

they are only on the screen for about one minute, and only in the frame of the game

View 4 Replies View Related

Ubuntu :: Disable Docky During Games?

Jul 13, 2010

I like playing games on Ubuntu, but it's such a pain in the neck when I have to click something with my mouse pointed at the bottom of the screen. The game's graphics flash, as the dock appears.Is there a way I can disable Docky during full-screen games?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved