Questions related to compiling software, normally using the "make" command.
0
votes
0answers
9 views
Multiple undefined references using FFMPEG libs
I installed FFMPEG libraries and headers as it is described here .
In my C++ application when I compile (gcc) I am getting this :
/usr/local/lib/libavcodec.a(libfaac.o): In function
...
0
votes
0answers
11 views
Module Not Loaded
I am new to Linux driver development, and I just stated to do some driver programming beginning with "hello.c" on Ubuntu 12.10... but unfortunately my Makefile didn't compile the kernel code... and ...
0
votes
0answers
9 views
aptitude dependency resolution issue when trying to install build-deps for openjdk-6
I am running into some kind of rather serious issue with resolving the dependencies if I try to install the build-deps for openjdk-6, as specified in the directions for compiling custom OpenJDK ...
0
votes
1answer
11 views
How to build libHaru and the examples which are included
I downloaded libHaru from http://libharu.org/. libHaru is a opensource pdf creator. Now in the INSTALL file says I only have to run ./configure && make && make install. When I run this ...
2
votes
0answers
25 views
Autocomplete while compiling a file with c++ is gone
I am using Ubuntu 13.04 and have been programming mostly in C++. I use vim editor and c++ command to compile my .cpp file. What I have noticed is after typing c++ and pressing the Tab key, an ...
0
votes
2answers
36 views
Why does compiling the Linux kernel cause Ubuntu to freeze?
I need help figuring out how compiling the Linux kernel causes Ubuntu to freeze.
I'm trying to cross-compile the Linux kernel for the ZedBoard. It is a Zynq-7000 ARM architecture. When I compile, it ...
0
votes
1answer
15 views
Undefined Reference to dlopen and friends
I am attempting to compile Scheme48, and get undefined references to dlopen and friends.
System: Xubuntu 12.10, 32bit
build-essentials and libc6-dev are installed.
in /lib/i386-linux-gnu/ the file ...
0
votes
0answers
10 views
Changes to the KDE library prevent compiz 0.9.7.12 from compiling
I have been been following a tutorial on modifying existing compiz plugins, but run into the following error when compiling compiz-0.9.7.12:
In file included from ...
0
votes
1answer
32 views
How do I recompile Python 2.7 on Ubuntu 12.04?
I am struggling to get the Python module sqlite3 to work. I found this, and am following it, since Python can't seem to find the modules even after installation of the packages.
I tried following ...
0
votes
1answer
21 views
My computer doesn't recognize the following library: linux/config.h when compiling
I have code written in C and I have included some libraries such as linux/config.h and linux/kernel.h.
Whenever I compile the file, it gives me an error saying No such file or directory ?
Is there ...
0
votes
0answers
19 views
Are there any non-standard steps required to build a single module for a realtime kernel?
I am trying to build a modified driver for the PSEye camera. I am able to compile and load the module for a generic kernel without any issues. But when I use the same procedure for a linux realtime ...
0
votes
1answer
19 views
Can't run x-executable through gui/shell
I'm pretty new to Ubuntu and Linux in general and today I was trying to get g++ to work.
I compiled:
#include <iostream>
int main(void) {
std::cout << "Hello World" << ...
0
votes
0answers
31 views
hostapd compile error
while trying to build hostapt I get the following error.
make
../src/crypto/tls_openssl.c:17:25: fatal error: openssl/ssl.h: No such file or directory
compilation terminated.
make: *** ...
0
votes
0answers
12 views
Pitivi and Frei0r plugins for the transformation feature
I compiled Pitivi 0.15.2
It working well, but no additional capabilities. It required me to install "frei0r-plugins" for the transformation feature .
I downloaded the source frei0r-plugins (1.4.0 ), ...
0
votes
1answer
38 views
Compile fail. SDL problem
When I try to compile this program using make command, it fails. I think I have all the neccessary libraries for this. Here is the screen shot of the trerminal with the compile fail.
And here is a ...
0
votes
0answers
19 views
C/C++ - HWInfo - libhd - Which libraries to link?
(This exact same question can also be found on Stack Overflow)
I have gotten into libhd (included in hwinfo) since I need to get device information. I got into the documentation and tried this ...
0
votes
1answer
34 views
How to build Ubuntu Touch in 32-bit computer
I was trying to port Ubuntu Touch for my HTC Incredible S.
I had setup the source code and drivers.
During build, I am getting error that the build can be executed only on 64-bit computer.
When I ...
0
votes
0answers
16 views
How to rebuild the kernel module after code change for the same kernel level
I installed openvswitch kernel module using apt-get and seems like apt-get build and install that package using dkms. Apt-get installs sources in /usr/src/openvswitch-version/ directory. I need to do ...
0
votes
0answers
23 views
Rootstock not working
Im getting this error:
hello, Im having some trouble with roostock, the error Im getting is :
./rootstock: 1000: ./rootstock: cannot create /tmp/tmp.C7sAyhcAxf/tmpmount/etc/fstab: Directory ...
-1
votes
0answers
14 views
compiling device driver [closed]
`/*
* USB Skeleton driver - 2.2
*
* Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the ...
1
vote
0answers
76 views
Problem with /usr/bin/ld: main.o: undefined reference to symbol 'exp@@GLIBC_2.2.5'
During installation Emerald in ubuntu 13.04 when I write "sudo make" I have problem:
libtool: link: gcc -g -O2 -pthread -I/usr/include/libwnck-1.0 -I/usr/include/compiz -I/usr/include/gtk-2.0 ...
0
votes
0answers
154 views
Compile sk98lin driver in 13.04
I just upgraded to 13.04 and I'm having issues trying to compile the Marvell sk98lin ethernet driver:
Execute: make prepare (done) ...
3
votes
1answer
931 views
How to compile & install Emerald window manager in Ubuntu 13.04 64bit?
Please give me directions to compile & install Emerald specifically in Raring Ringtail 64bit edition. I've tried to compile it from the source many times, but had no luck.(Compile log : ...
0
votes
0answers
12 views
Installing and keeping recompiled packages
There are a few packages I want to recompile on my system using a different compiler and flags. I've had no problems doing the following:
$ apt-get --compile source <packagename>
The problem ...
1
vote
1answer
23 views
How to get running out of space warning earlier?
I'm running 12.04 and my file system and /home are both on a rather small 120Gb SSD. They need to be there, because my principal daily activity is compiling phone Roms, and that takes forever if I do ...
1
vote
1answer
89 views
Compiling HHVM - how to add libpthread to linker?
I am trying to compile HipHop VM on Ubuntu 13.04 and I have this error message:
Linking CXX executable gen-ext-hhvm
/usr/bin/ld: ../../../bin/libfolly.a(ExceptionTracerLib.cpp.o): undefined ...
0
votes
0answers
35 views
Ubuntu Touch “No rule to make target” Build Error
I'm currently trying to port Ubuntu Touch (following the Touch/Porting wiki) to the Nexus S (GT-i9023) and I have encountered this build error that I cannot seem to find a fix for:
make: *** No rule ...
0
votes
0answers
91 views
Getting my sound from my HT Omega Striker 7.1 sound card to work in Ubuntu 13.04
I have a dual boot Windows 7 and Ubuntu 13.04 (was beta testing, just upped to final release). In Win7 the sound card works great (I output through the optical cable). In Ubuntu the card is detected ...
2
votes
1answer
47 views
How to install athena file-manager
How do I install Athena file-manager, under 13.04(amd64)
I tried to compile it, but I ran into several dependencies issue.
I know it is possible, cause I saw a screen-shot at www.iloveubuntu.net
...
1
vote
1answer
73 views
/lib/x86_64-linux-gnu/libz.so.1: could not read symbols: Invalid operation
I installed Ubuntu Desktop 13.10 64-bit in VMware.
I am trying to compile PHP 5.4.14 on the machine. Here's the bit where make stops due to an error:
/usr/bin/ld: ext/mysqlnd/.libs/mysqlnd_net.o: ...
1
vote
0answers
71 views
install qtSerialPort library
I want to install qtserialport in precise1-Ubuntu. I got the source directory using git. next I download lib-qt4-dev and qmake. I ran qmake. it works fine.
but, make fails with the following error:
...
0
votes
0answers
29 views
Dansguardian error on compilation from source
./configure ( compilation is done)
make command giving error below
make[3]: Entering directory `/tmp/dansguardian-2.12.0.4-all_patch/configs'
make[3]: Nothing to be done for `all-am'.
make[3]: ...
0
votes
1answer
46 views
Installing proxychains. HELP NEEDED! [duplicate]
OK so i am new to linux. I am trying to install proxychains but im sure it has dependencies that i do not have on my system can somebody look at the following script and tell me the list of packages i ...
0
votes
0answers
16 views
Compilation Exaile from src - error
First, I got errors when I compile Exaile from exaile-3.3.1.tar.gz
$ make
`command -v python2` -m compileall -q xl xlgui
/bin/sh: -m: not found
make: *** [compile] Error 127
I replaced python2 with ...
2
votes
1answer
52 views
How to repair a broken compiler?
Few months ago I was using gcc 4.6. In order to get C++11 functionality I upgraded to gcc 4.7 using a PPA. Today gcc 4.7 was recommended to me through the update manager. I just mindlessly clicked ...
2
votes
2answers
78 views
Basics for buidling Linux Kernel
How to compile Linux kernel 3.8 in Ubuntu 12.10 without modifying the Vanilla i.e Ubuntu patches?
How to install Vanilla kernel 3.8 and dual boot already installed Ubuntu 12.10 and Vanilla kernel?
0
votes
1answer
113 views
Can't Install UVC drivers: “implicit declaration of function 'x' [-Werror=implicit-function-declaration]”
I am working on a project for my final year project which involves the use of a web-cam. I bought an external one and tried to install new drivers for it. Now my integrated web-cam won't work.
My ...
2
votes
1answer
39 views
Difference between apt-get compilation and manual compilation from source
I am trying to replace manually a library for freeradius.
On a one hand I installed freeradius with an apt-get install. There was a library "libfoo-2.0.4.so" (let's call it the lib(apt)).
On the other ...
1
vote
2answers
42 views
Installing source code in a package manger
So, in my quest to start learning more about Linux, I want to start compiling software.
Note: any additional information or side information is greatly appreciated
I have a program that I wish to ...
0
votes
3answers
438 views
Python: module not found after manual install
I've recently updated to the current version of Ubuntu, 13.04 and Python 2.7.4. Since then I have problems importing the gobject module and dunno what to do to fix it. I'd like to use dreampie which ...
0
votes
0answers
31 views
how to remove httpd built from source
I'm aware of the post: How do I remove apache installed with make install and use apache from the repositories?.
I installed httpd2.4 from source. But for httpd2.4, there is no make uninstall ...
2
votes
2answers
52 views
Compiling program that requires python 2.6
I'm trying to compile a software package but it fails with
g++ -Wall -O0 -fno-strict-aliasing -I/usr/include/python2.6 -I/usr/include/python2.5 -g -pthread -fpic -I../../plot/src -I../../math/src ...
1
vote
2answers
464 views
Building GCC 4.8 on Ubuntu 12.04
I am trying to install GCC 4.8 on Ubuntu 12.04, but during make I get the error shown below where compilation aborts. (To the best of my knowledge I have all prerequisites satisfied as I have already ...
0
votes
0answers
45 views
activate custom CFLAGS & CXXFLAGS on dpkg-buildpackage system (for firefox20 build)
i need activate -O3 -march=native -mtune=native options on CFLAGS CXXFLAGS.
now i cant this on dpkg-buildpackage. system using its own settings.
0
votes
0answers
97 views
cannot compile ralink driver in 12.04!
Well, trying to setup wifi. Concern is with compilation issue ( i think so!).
make/make install are not working and showing errors with datatype miss-match and so on.
When I try to update linux ...
0
votes
0answers
67 views
installing Transmission Daemon (newer version) over existing Transmission Daemon (older version) on Ubuntu 10.04 LTS
In relation to this thread How do I compile & install the newest version of Transmission?
Managed to follow the mentioned thread (as well as other resources in the Internet) and make a successful ...
0
votes
0answers
56 views
undefined reference to symbol dgemm cblas error
I am trying to compile a code package, which makes use of cblas and Lapack. Thus, after specifying the path of Lapack and cblas in its makefile, when I try to make or compile, I get the following ...
0
votes
2answers
54 views
libusb program not compiling
I am trying to compile a program that uses libusb library in Ubuntu 12.04. I have installed the libusb-1.0-0-dev. However when I try to compile a program as below:-
#include<usb.h>
...
0
votes
1answer
41 views
Uninstall build dependencies using apt-get
To install the build dependencies of some software, we use command
$ sudo apt-get build-dep XXXX
What to do in case we want to remove those packages only, those dependency packages installed by ...
1
vote
1answer
80 views
Cannot find -lgfortran
I'm trying to install a package in R (package "ks"). It fails with error message:
/usr/bin/ld: cannot find -lgfortran
I've already installed the Ubuntu package build-essential:
sudo apt-get ...


