Compiling is the process of transforming source code into byte codes for a particular computer architecture.
0
votes
0answers
16 views
Installing required libs/frameworks/packages for compilation on OSX
I'm trying to compile SmartSim for OSX Lion, and at the moment I'm at the ./configure stage.
Here is a dump of what I've managed to get so far:
$ ./configure
checking for a BSD-compatible install... ...
1
vote
2answers
42 views
I can not get my Realtek 8723 driver source compiled
I have a Lenovo IdeaPad Yoga 13. WLAN won't work out of box with fedora 18. So I googled around and found this 2 links:
...
3
votes
1answer
37 views
How do you compile your own kernel on a RHEL6 system?
In RHEL6, the kernel is 2.6.32. What is the procedure to compile your own kernel?
1
vote
1answer
38 views
Running 'make test' on an individual module for Python 2.7.4 build
I am working on building Python 2.7.4 on CentOS 6.4. When running the make test step, the test_gdb step fails, and I would like to get some more info as to why.
Build commands I'm running:
...
0
votes
2answers
39 views
net-snmp-5.7.2 compilation fail
I am currently trying to compile net-snmp-5.7.2 on rhel 6 64bit system.
./configure step is fine, but when I do the make step I got the following error :
gcc -shared -O2 -g -pipe -Wall ...
1
vote
1answer
137 views
Kernel headers for VMware tools
I tried to compile VMware tools on my server. I compiled the kernel myself, I didn't use RPM. As VMware tools needs the kernel header files, I executed the following command in my kernel folder ...
17
votes
6answers
3k views
Force directory to always be in cache
I've been testing out different methods to improve the time it takes to compile my entire c++ project. Currently it takes ~5 minutes. I experimented with distcc, ccache, and others. Recently, I ...
1
vote
1answer
227 views
What is the meaning of Scratchbox2?
Somewhere i heard the term 'Scratchbox2'. Why this is used? what is the exact meaning of this?
What is the advantages over Scratchbox 1?
2
votes
1answer
23 views
Installing packages and tools on a local non-standard directory
TLDR: What environment variables should I update to guarantee that my system has access to everything a package provides when building it on a non-traditional path?
I usually don't have root access ...
2
votes
1answer
187 views
Linux From Scratch 7.2:Error while making binutils-2.22 in chapter 6
I get the following error while executing make tooldir=/usr
../../binutils-2.22/libiberty/regex.c:130:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
...
0
votes
1answer
43 views
USB-Serial Driver(Exar Xr21v1414) Run Error
I'm currently trying to run the bellow driver in linux-3.8.3 on Exar xr21v1414
http://www.exar.com/connectivity/uart-and-bridging-solutions/usb-uarts/xr21v1410,
but when i install the driver ...
0
votes
1answer
37 views
Enable kernel module for VPN
I'm trying to turn on modules for VPN so I followed this tutorial to compile new ubuntu kernel 3.8.6 .
But the features I've turned on using make menuconfig seem not to be enabled.
(the features I ...
1
vote
3answers
81 views
Present USE flags upon emerging a package in gentoo
I was wondering if there are any tools to present the compile time options/ flags of a package in Gentoo when emerging. I am referring to something like this
0
votes
0answers
31 views
Error loading shared libraries after compiling dfreerpd
This is my first time compiling on Linux, so please go easy on me. Here are the steps I took.
First, I cloned the FreeRDP repository from GitHub and un-archived it:
$ wget ...
0
votes
1answer
413 views
Error compiling OSSEC HIDS with Mysql support
I work with OSSEC HIDS In Ubuntu 11.10 from the instructions on the OSSEC wiki.
When I install with mysql support, I get this error
/tmp/ccuS4FYw.o: In function mysql_osdb_connect': ...