Questions related to compiling software, normally using the "make" command.
0
votes
0answers
10 views
Allegro 5 al_init problem
I'm new to allegro and I'm trying to run this simple code
#include <stdio.h>
#include <allegro5/allegro.h>
#include <allegro5/allegro_native_dialog.h>
int main(void)
{
...
0
votes
1answer
14 views
How to have Ubuntu Chrome Canary?
Ubuntu how can i have Google Chrome Canary?
https://www.google.com/intl/en/chrome/browser/canary.html
0
votes
0answers
16 views
Compiling kernel modules with IDE
Guys is there a way to compile and generate the make file and the .ko file using IDE like eclipse or codeblocks ??
0
votes
1answer
13 views
Compiling apib undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
I want to compile apib on my ubuntu 13.04 box but I am having issues with pthread lib. This is the error that I get :
$ colormake -j 5
cd src && make all
make[1]: Entering directory ...
-1
votes
0answers
33 views
How to compile Linux kernel for i5-480M in Ubuntu [closed]
I want to compile the kernel for my processor if possible.
4
votes
2answers
121 views
Install Apache, Php, Mysql latest versions not available via apt
I need to install the latest versions of apache, php and mysql that are available on their websites, but the problem is that apt repositories don't have these updates versions yet.
Versions that I ...
0
votes
2answers
36 views
How to compile software in Ubuntu without ever using the command line
Every time you want to build a software from source, you need to enter a lot of commands in the terminal. Is there a way to compile software using a graphical user interface?
0
votes
0answers
29 views
firstclass client on ubuntu 13.04?
The University where I work uses a mail client called first-class. I installed first-class,but when I try to run it, nothing happens. Then I ran it from the command line, and got this error. What ...
0
votes
0answers
4 views
Compile MKVToolNix On Ubuntu Server 10.04
i have tried and tried, but ultimately failed miserably. could anyone provide me with step-by-step instructions on how to compile/install the newest MKVToolNix version on ubuntu 10.04? it's the server ...
3
votes
1answer
30 views
How to recompile Vim?
I want to recompile Vim the exact same way Ubuntu has compiled it, but with one difference (ruby support). I have already compiled with Ruby support, but by using my own configure options, Vim ...
0
votes
0answers
20 views
QT4/5 Creator cannot find -lGL
I installed the ubuntu mobile SDK a while ago on my ubuntu 13.04 machine via http://developer.ubuntu.com/get-started/
After a few days there appeared a compiler/linker error - even when compiling the ...
1
vote
1answer
57 views
/usr/bin/ld - cannot find lib
I am compiling from source and I have the error:
/usr/bin/ld: cannot find -lct
How to fix it? Thanks.
I tryed:
sudo apt-get install libxt-dev
But it doesnt help.
0
votes
1answer
35 views
Flashcam doesn't compile — videodev.h not found
I'd like to compile Flashcam 1.4.5 from source on Lubuntu 13.04, but it complains:
cc -g -shared -fPIC -o flashcamhook.so flashcamhook.c
flashcamhook.c:31:28: fatal error: linux/videodev.h: No such ...
0
votes
2answers
46 views
Can't run program in Netbeans 7.3
I recently installed Ubuntu 12.04 and installed Netbeans 7.3 on it (not the Ubuntu version, directly from the website). I'm trying to run a basic C++ program that uses Allegro 5 but, even though it ...
0
votes
0answers
37 views
msp430/bin/ld: cannot find -lc
I installed successfully msp430-gcc 4.7.0 compiler. The compiler at the
final stage of the linking process it shows me the following error for
Ubuntu 12.04.
msp430-gcc -mmcu=msp430f1611 ...
0
votes
0answers
8 views
Troubles compilling with gdl using the terminal
Hello i'm new using Ubuntu I just installed it 3 days ago. I downloaded gdl and run it with the terminal. When I first did this it worked perfectly but now every time I try to compile it says:
Error ...
0
votes
1answer
30 views
Undefined reference to symbol 'FcPatternAddDouble' - issue with building program
I'm Ubuntu 13.04 user. I haven't been able to build/install Japanese third-party software for artists called AzDrawing. Based on readme file, I executed make command in proper directory. At first it ...
0
votes
1answer
78 views
diff between x86_64-linux-gnu-gcc and plain old gcc?
I'm trying to compile something called a "Voice Cloning Toolkit" for Festival and HTS.
(see: http://homepages.inf.ed.ac.uk/jyamagis/software/page37/page37.html)
I've found that lots of things break ...
0
votes
0answers
27 views
Realtek RTL8111/8168B PCI Express Gigabit Rev03 New driver installation
I've just performed a fresh install of Ubuntu 13.04 without updates. The network connection isn't working so I'm trying to fix it by following the guide listed in this link
...
0
votes
1answer
16 views
Why doesn't LD_LIBRARY_PATH has any effect?
./a.out: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory
even though:
$ echo $LD_LIBRARY_PATH
...
0
votes
0answers
16 views
How to install patched old HTS voices in Festival 2.1?
I've tried everything on the internet in order to make HTS voices work, and eventually I found some hope, it's a patch that make old HTS voices work on Festival 2.1.
...
-1
votes
1answer
40 views
Install XR21V1410(1-Ch Full-Speed USB UART )
I want to install Linux drivers, named XR21V1410.
I choose Linux 2.6.18 to 3.4.x Drivers Version 1.1.0.
After I unzip the downloaded file and try make, some errors occur.
...
0
votes
2answers
25 views
Can't find -ltcl83
I am running Ubuntu on Virtual Box and I'm very new to it, i'm trying to compile a bit of C code into a .py file but it cannont find -ltcl83
Using locate libtcl it returns /usr/lib/libtcl8.5.so.0
I ...
0
votes
0answers
30 views
libgdk-3.so.0 and libstdc++.so.6.0. errors
I am using Ubuntu 12.04 (updated recently).
I am having some very unusual errors. Initially I had errors for libstdc++.so.6.0 and I tried to resolve it by adding the /usr/lib/i386-linux-gnu in the ...
0
votes
0answers
39 views
Instructions to add context menu option to keepassx indicator applet needs dumbed down for me please!
I'm trying to follow the instructions in this post. Here's the output:
git clone git://github.com/relgames/keepassx.git
Cloning into 'keepassx'...
remote: Counting objects: 375, done.
remote: ...
0
votes
0answers
19 views
Is there already any way to build/compile an Ubuntu SDK App?
Is there already any way to build/compile an Ubuntu SDK App? Maybe to an installable .deb-Package?
-1
votes
0answers
35 views
AVR-GCC: Compiling Ports are undeclared [closed]
I followed Ladyada's excellent tutorial on setting up my desktop to program AVR microcontrollers. The tutorial is here:
Ladyada Tutorial
All the packages installed without any errors.
I choose a ...
1
vote
1answer
25 views
How do I build juju-core from source?
I'm interested in compiling and running juju-core from source. How can I do this? What are the risks involved?
0
votes
1answer
51 views
Compiled Program?
I have no experience about compiling a program and I always used PPA, Powertop-2.3 is not listed in any PPA, So i have compiled and installed Powertop-2.3 How do I make Powertop changes permanent?.
...
0
votes
0answers
18 views
flann and acg localizer installation
I have been stuck at this for 2 days, issue after issue, so please help me to solve this one. There is a certain code package called ACG_localizer which uses flann version 1.6.11 as per their readme. ...
0
votes
0answers
17 views
uDraw Driver Setup
I am trying to get my recently purchased PS3 uDraw tablet to work with Ubuntu and I found a driver on github here but I don't know how to compile or install it.
0
votes
2answers
104 views
Undefined reference when using gfortran to compile fortran 77 code
I have an old fortran 77 code, which compiles well on Sun workstation.
However, there are errors when I try to compile it using gfortran on Ubuntu (64 bits):
$ gfortran -Wall -g -Jobj/Debug/ ...
0
votes
0answers
26 views
Is default Octave linked to libhdf5-serial-dev
I'm trying to read a .h5 file with octave using
load("-hdf5","finalProg.h5")
But I'm getting the error below.
Looking at the octave documentation for load with -hdf5, it says "This format is only ...
0
votes
1answer
21 views
compiled executable cannot run
cpp program. But now I cannot run it. It show that command not found.
I compile it by;
gcc `pkg-config --cflags opencv` OpenCV_ViolaJones.cpp -o OpenCV_ViolaJones `pkg-config --libs opencv`
It's ...
0
votes
0answers
50 views
Is SLI in Nouveau and Nvidia drivers going somewhere? [closed]
It seems that SLI is not working properly under Linux at the moment, at all!
I haven't tested, but in recent forum posts, people deem it unusable and suggest instead single GPUs for the time being. ...
0
votes
0answers
21 views
Haskell-platform on 13.04 [duplicate]
I've been wrestling with installing haskell platform on ubuntu 13.04 for a few days now with no luck getting make to complete successfully.
Is there a known timeline for getting official support so I ...
1
vote
0answers
22 views
Problem with compiling fft using gcc
I have downloaded the source codes of Splash2 from here and i tried to compile fft.c using gcc command on my own machine but i got this error :
fft.c:62:28: fatal error: parmacs_config.h: No such ...
0
votes
2answers
83 views
What's the command to install the build-essential package?
What's the command on 32-bit Ubuntu 12.04 for installing the build-essential package and linux headers generic package?
0
votes
1answer
34 views
Error compiling with make
when I tried to compile John the Ripper on my computer
a dell inspiron 1501 running 13.04
i ran the command
make
make clean generic
i get the error
/usr/bin/ld: cannot find -lssl
/usr/bin/ld: cannot ...
-1
votes
0answers
48 views
trying to compile and execute the code below (to read text files), please [closed]
#include <iostream>
#include <fstream>
#include <string>
using namespace std;
void main ()
{
string STRING;
ifstream infile;
infile.open ("names.txt");
...
0
votes
0answers
14 views
Undefined GSL to program
I have some problem about linking the GSL to cblas..
First, I want to run my program (simple_cosfitter) use GSL so I was installed lib GSL in -L/usr/local/lib and the header GSL in ...
0
votes
0answers
13 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
16 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
1answer
27 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
30 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
1answer
62 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
56 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
96 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
23 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
70 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 ...





