Ubuntu Installation :: Compile A Program (powertab Tools) From Source?

Apr 6, 2010

I am new to Linux, and I just tried to compile a program (powertab tools) from source. I'm having som problems doing that. The "./configure" command works fine, but when I run "make", it gives an error:

Code:
seppe@Thuis:~$ cd ptabtools-0.5.0
seppe@Thuis:~/ptabtools-0.5.0$ ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no

[Code]...

View 1 Replies


ADVERTISEMENT

Fedora Installation :: How To Compile Ruby 1.8.7 From Source

Nov 10, 2010

I already got the source from here [url] i need ruby 1.8.7 because i want to install activerecord usually i use yum for installing anything. but for ruby,

Code:

Package ruby-1.8.6.399-6.fc13.i686 already installed and latest version

View 3 Replies View Related

Ubuntu Installation :: Install Source Code For Programs To Compile?

Feb 2, 2010

Where do I find the linux-source package and the linux-headers package? Are they on the CD that I can copy to /usr/src (is that the right place...)? Or do I need to download them from the old-releases.ubuntu.com site?

The issue now is that the nVidia installer from their website wants the source code to build the right packages for this machine, however, I do not have the src directory with the source code that it is looking for. Is there some way to give this too it now?

I am running Mythbuntu 7.10

View 2 Replies View Related

Software :: Unable To Compile The Assembly Code With Make Tools

Dec 29, 2010

/tmp/cctiuwxL.s: Assembler messages:
/tmp/cctiuwxL.s:3534: Error: unknown opcode
/tmp/cctiuwxL.s:3534: Error: unknown opcode
/tmp/cctiuwxL.s:3602: Error: unknown opcode

[code]....

This is the make step error./tmp/cctiuwxL.s is the make temporary dirictory which is distroyed after the make process finises . The problem is how can I hold the /tmp/cctiuwxL.s dirictory .Then I can check it and find out the proiblem.

View 1 Replies View Related

Software :: Source Code Of Tools

Dec 10, 2008

Whenever I had to go through the source of particular open source project, first I need to find out the actual site or the developer of the project which/who contributes to open source, then I should download the source from that site.Is there any single site where I can download the source of any open source tools or open source projects .For ex: If I need to view the source of tool netstat I should be able to download from a site(could be tgz,tar.bz2...) and understand the code.

All the packages are maintained in debian but only as binary packages. May be I should look at source packages. Is there anything else available.Plz don't say sourceforge.net and freshmeat.com - since it does not maintain all the open source tools running in linux platform.I want to view the source of netstat command but unable to get the source from anywhere.

View 4 Replies View Related

Networking :: Open Source Protocol Testing Tools

May 15, 2009

Can we list out some of the open source protocol testing tools for Linux ?It will help us a lot.

View 1 Replies View Related

General :: Open Source Performance Analysis Tools?

Mar 21, 2011

recommend some really good performance analysis tools? Top is not good because it has problems.I am looking for some products like collectD, collectl, or something else comparable.I need something that will look at tasks, cpu, memory, disk usage, interrupts, priorities.If I am missing a tool listed then let me know.I am looking for something that can display the results graphically.

View 3 Replies View Related

Software :: Open Source Dvd - Cd Copy Program - Burning On The Fly Program?

Dec 14, 2009

Is there anything like burning rom from nero or roxio cd/dvd copier. Do you know of any dvd copying program? like without making the image and then burning with just one process just copy the disc sorta program like roxio dvd copier? I wanted to make copies of movies I made a dvd of but aside from image burn which is a hassle to make the image first. is there something for burning on the fly or dvd/cd copying? infrarecorder and cdburnerxp do not work for me at all.

View 3 Replies View Related

Red Hat / Fedora :: Any Open Source-al Free Tools Could Install On Win To Get Functionality?

Mar 6, 2010

Is there anyway I can remote in to a fedora machine via a Win 7, Vista or Server 2008 machine and have the gui desktop? I can vnc to it but it's command line only.If possible, I'd like to use the defacto std tool called remote desktop installed with the win os.If not any are there any open source-al free tools I could install on win to get this functionality?

View 8 Replies View Related

Ubuntu :: Get Program Like Tools / Tweaks?

Nov 22, 2010

I want more program like ubuntu tools and ubuntu tweaks

where can i find it

View 5 Replies View Related

Ubuntu :: Compile Apps From Source?

Dec 30, 2010

I'm wanting to setup a emulation PC running Ubuntu (or Lubuntu). I've installed 10.10 and am wanting to compile MAME from the most recent source.

I am compiling apps from source. What packages do I need to install to be able to compile?

View 7 Replies View Related

Ubuntu :: How To Compile Source Code

Jul 24, 2009

I downloaded wine from a windows laptop, but because you have to have a computer running Linux to download it as a .deb package, I had to download the source code as a tar. bz2.

Does anyone know how I compile it and make it executable?

View 6 Replies View Related

Ubuntu :: Can't Compile Source Packages Under KDE4

Jun 23, 2010

Wanted to switch to Kubuntu and decided a clean install was the way to go. Though the learning curve isn't too tough, I've hit a serious snag: When I try to compile a source package according to the similar instructions in each of the README files, I get the same error message;

Instructions:

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
su -c 'make install'

[Code].....

I'm liking this KDE 4.4 setup, but if I can't install the improvements from kde-look.org

View 6 Replies View Related

Ubuntu Multimedia :: How To Compile Minitube From Source

Aug 30, 2010

trying to install the latest version of Minitube on my 64 bit Ubuntu 10.04 installation. I thought adding a PPA would let me upgrade from version 0.9 to the latest version but it didn't seem to work. So now I'm trying to install from source (I've never done this before so I'm a complete noob when it comes to compiling). I checked the install instructions in the source which reads:

Code:

# Build instructions
## Prerequisites

To compile Minitube you need Qt >= 4.5 installed.On a Debian or Ubuntu system just type:

sudo apt-get install build-essential qt4-dev-tools libphonon-dev

Windows and Mac users can get the Qt libraries from:

[URL]

Compiling on Linux is fairly easy. Just run:

qmake
and then
make

Beware of the Qt3 version of qmake! If things go wrong try running qmake-qt4 instead.

## Running

Just type:

./build/target/minitube

I installed the prerequisite packages,but just to be safe I wanted to run the ./configure command, but when I try to I get the "bash: ./configure: No such file or directory" message. Any idea what I'm doing wrong? Also, based on what I've read, I should have to enter some kind of install command in order to install the compiled binary but the instructions make no mention of this.

View 2 Replies View Related

Ubuntu :: Compile A New Version Of Blender From Source?

Mar 28, 2011

1. I was trying to compile a new version of blender from source.

2. It wasn't working. Apparently it is using python 3.2 now.

3. So I grabbed the source of python 3.2, compiled and installed. I think.

4. Still wouldn't compile. Couldn't find python 3.2.

5. So I went in to usr/share/python and changed debian-defaults to use 3.2 as the default.

6. To do that I made myself the owner of the usr directory

7. Now my system is buggered.

8. How do I restore roots privileges (if thats the problem)?

View 6 Replies View Related

Debian :: How To Compile From Source

Jun 1, 2015

I can't compile using the instructions on the package... the package in question is this: [URL] ....

Just trying to play with old and good windowmaker. When running make it just says "make: nothing to be done for 'all'.

View 5 Replies View Related

Fedora :: Can't Compile From C Source

Jun 4, 2011

I often like to use packages that have to be compiled from source. However, even after downloading gcc, I can't compile anything, because the configure script gives me a message about being unable to execute C programs. I gather that this is because of a "noexec" option in /proc/self/mounts. Problem is that the file apparently cannot even be edited by root. Perhaps there is an alternate type of fedora distribution I could use?

View 2 Replies View Related

Slackware :: How To Compile Tar.gz Source

Oct 25, 2010

How do you compile a tar.gz source on slackware?I am asking because I am about to download and install Slackware(x64), and I have some drivers that it may not have (Ubuntu didn't have them) and TrueCrypt source.

View 9 Replies View Related

CentOS 5 :: Compile VLC 1.0.0-rcX From Source?

Jun 22, 2009

Has anyone successfully compiled VLC 1.0.0-rcX (rc1, rc2 or rc3) from source on CentOS 5? I have a binary installation of VLC 0.9 but I would like VLC 1.0 as it has a new codec that I'd like to use. I've tried lots of ideas which I can post - I keep getting build errors due to wrong package versions - but I thought I'd ask to see if anybody has a HOWTO first.

View 5 Replies View Related

Networking :: Record Tx/Rx Bw In A Program - Without Using Tools From /proc/net/

Feb 22, 2011

I need to record Tx/Rx bw in my c program at defined intervals. I am aware that there a bunch of available tools but I need a minimal version with only Tx/Rx bw with no other details. I have tried the tool bwm-ng which mostly serves my purpose but either it runs continuously in the console or saves result in html file. It does not have any options to save the result in txt file which could have been easy to parse.

Is there any other simple way to record Tx/Rx bw in a program?(without using tools from /proc/net/ or any) I am using Mandriva Linux 2.6.31.5.

View 2 Replies View Related

Ubuntu :: Compile From The Source Code To Optimize Hardware

Feb 7, 2010

Recently I was trying to use Gentoo, and I was really impressed of how it is faster than Ubuntu in running applications, specially when I build wine and was able to run Oblivion at a reasonable speed. I would like to know if there is a way to compile Ubuntu from source code, to optimize it to my hardware.

View 2 Replies View Related

Ubuntu :: Get Error When Compile The Latest Version Of VLC From Source?

Aug 6, 2010

I'm attempting to compile the latest version of VLC from source. I'm able to run ./configure without any errors, however when I try to make I receive the following error. I don't want to install the program from the repositories because it's outdated and the tray icon doesn't blend in.

-rw-r--r-- smothpocket/smothpocket 181 2010-04-12 18:22 default/subX/playtreeglyphs.png
-rw-r--r-- smothpocket/smothpocket 39468 2010-04-12 18:22 default/subX/about.png
LUAC lua/extensions/allocine-fr.luac[code]....

View 5 Replies View Related

Ubuntu :: DR Rootkit - Unable To Compile The Source Code

Mar 30, 2011

I am trying to install a DR rootkit into ubuntu for an assignment, im using vm ware but can only get as far as extracting the rootkit and not being able to compile the source code.. when i use the ./configure command it says there is no such file or directory and when i use the make command it keeps getting errors.

View 2 Replies View Related

Ubuntu :: Compile Application From Source In Order To Modify?

Sep 1, 2011

I have the source of the application I want to modify, as well as the list of dependencies I need in order to compile. I got the source code for those and compiled/installed them. I'm fairly sure that all of the dependencies are installed. However, when I go to run the compiler it crashes while parsing some of the code.

I had the application installed before, and it ran. After tinkering around trying to get the source to compile, the app no longer runs either. It crashes, and if run from the CLI, spits out something about not finding one of the files from the SDL library.

So obviously I did something wrong to mess everything up, because I'm in a deeper hole than when I started. Anyone know how I would go about fixing this? Or even starting with a clean slate so that I can have another go at it?

View 3 Replies View Related

Software :: Compile Source Written For Ubuntu In Fedora?

Jun 8, 2010

I recently downloaded a source file from [URL] and wanted to compile it for fedora. I found that the source was written for ubuntu as all the instruction in README file was for ubuntu machine. Can I compile the source for fedora?

View 13 Replies View Related

General :: How To Compile Source For PowerPC

Apr 7, 2010

I have a linux source (linux-2.4.1) which is for intel. I am using powerpc compiler and I need to compile this linux source for powerpc. I did cross compilation, but it dint workout well. How to do it.

View 5 Replies View Related

General :: Not Able To Compile Source RPM File

Oct 15, 2010

I am trying to build a source rpm file through a source rpm package but while compiling I am getting the below errors as,

[root@nisserver tmp]# ls
gconfd-root mapping-root ssh-kvrIrp2633
keyring-fgwCIY nmap-5.21-1.src.rpm virtual-root.2hSYRa
keyring-vx1pvB orbit-root

[root@nisserver tmp]# rpmbuild --rebuild nmap-5.21-1.src.rpm
Installing nmap-5.21-1.src.rpm
warning: user fyodor does not exist - using root
warning: group fyodor does not exist - using root
warning: user fyodor does not exist - using root
warning: group fyodor does not exist - using root
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.49535 .....

RPM build errors:
user fyodor does not exist - using root
group fyodor does not exist - using root
user fyodor does not exist - using root
group fyodor does not exist - using root
Bad exit status from /var/tmp/rpm-tmp.73783 (%build)

What next step need to be taken to install the rpm file from the source file.

View 6 Replies View Related

Software :: Use Tcc To Compile Source But Not Assemble?

Apr 22, 2010

I would like to use tcc to compile source, but not assemble. Like GCC's option: -S. Is this possible?

View 1 Replies View Related

Ubuntu Networking :: Compile Drivers Or Hostapd From Source + Ath9k = No 11n

Nov 19, 2010

I've been running hostapd for a while in 11g mode with great success. Having upgraded the router machine to maverick today, I had a poke at getting hostapd working in 11n mode without too much fuss. From cursory reading of old forum posts, this appears to now be built in functionality without needing to compile drivers or hostapd from source - this is borne out by a few 11n-related lines in the default configuration file.

When adding those two lines to my config file, though, I get the same error message I did a few years ago when trying this out for the first time:

[Code].....

View 2 Replies View Related

Fedora :: Unable To Compile Gammu Source On F13

Sep 17, 2010

I couldn't compile gammu-1.28 on my Fedora 13 when running ./configure.To make sure what i'm doing, i was install cmake from fedora repository directly using "yum install cmake" and completed. And then to make sure again, i was update my gcc using "yum update gcc". But there was still errors during running ./configure. Finally, i decided to update all needed inside my fedora using "yum update" to make sure again.

View 7 Replies View Related







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