Skip to main content

Questions tagged [compile]

To compile is to convert the source code of a program into lower-level machine code that can be executed on a computing device.

1 vote
2 answers
1k views

Building Python 2.7.1 on Mac OS X, import threading and a KeyError Exception

Original Problem: I am building Python 2.7.1 on Mac OS X 10.6.7 and am having issues with a KeyError exception being thrown from the threading module when Python is quit (likely on the atexit call). ...
Dan's user avatar
  • 111
2 votes
1 answer
566 views

How to compile Vim 7.3 with +signs on OSX 10.6.6?

I'm trying to follow this guide http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/ and I need to compile Vim with signs and python options. I have: downloaded the ...
audio.zoom's user avatar
  • 1,763
12 votes
6 answers
8k views

Compile gvim from sources?

Recently, I've installed vim like so: hg clone https://vim.googlecode.com/hg/ vim cd vim sudo ./configure --enable-rubyinterp=yes --enable-pythoninterp=yes --enable-gui=gtk2 --prefix=/opt/vim make ...
Nemoden's user avatar
  • 2,517
0 votes
1 answer
371 views

compiling on a Mac

i'm trying to install a program which is supposed to work on any 64 bit unix environment with >12 Gb of RAM (which should include my Mac) but this is the only instruction the manual gives on ...
Kirt's user avatar
  • 7,391
3 votes
2 answers
7k views

Xcode installed, but gcc/ g++ compilers are not found

I thought Xcode would come with these compilers. Can i download them manually? Where do i find them?
JAM's user avatar
  • 489
1 vote
1 answer
1k views

How create linux-libc-dev package when I compile ubuntu kernel?

I've compiled the last stable ubuntu kernel (2.6.38-...) following this guide: How to compile a Ubuntu 10.10 kernel but in this guide doesn't explain how create linux-libc-dev package for that kernel? ...
Juan Simón's user avatar
0 votes
1 answer
816 views

Can I compile code on a VPS account?

I intend to purchase a Windows VPS account with the following: - Windows Server 2008 Standard 64-bit OS 2 GB RAM 1,000 GB/month bandwidth I develop Windows software but not for so long, I just got ...
Gandalf's user avatar
  • 161
4 votes
1 answer
314 views

Errors compiling Firefox on Debian

I want compile Firefox on Debian so I create .mozconfig like: mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-dbg ac_add_options --enable-application=browser ...and now use this command to compile ( create ...
Erfani's user avatar
  • 43
0 votes
2 answers
914 views

compiling git on HP-UX

I'm trying to compile git on an HP-UX system. and when i run make all, I get a syntax error on line 252. if i go to line 252 of the makefile, i see uname_O := $(shell sh -c 'uname -o 2>/dev/null |...
Chris Drappier's user avatar
6 votes
1 answer
2k views

How to build Firefox from 4.0 source and optimize it?

I have found tons of links, resources regarding this topic. However, most of them just compile it and that's it. I want to disable debug, enable -O3 optimization (this one fails hard at the compile....
Apache's user avatar
  • 16.2k
1 vote
2 answers
4k views

Howto compile a kernel module on CentOS [required packages]

What yum commands do I need to get available packages installed on CentOS to build a iptables MATCH kernel module.
unixman83's user avatar
  • 372
3 votes
3 answers
630 views

Performance difference between yum and self-compilation

How does compiling source code oneself result in better performance than using yum?
Ganesh.G.Kurup's user avatar
1 vote
0 answers
624 views

Compile and execute Awesome in a non-root environment

I want to install the Awesome window manager. In the environment where I want to configure it I don't have root access. It's a shared environment for all the users in the Faculty I study in. I am ...
ssice's user avatar
  • 924
4 votes
1 answer
2k views

Where did SELinux go?

I am compiling a new kernel, and want to enable SELinux but don't see it in menuconfig anywhere. The only framework under security options is Tomoyo.....so I ask, what happened to SELinux? Both 2.6.33....
Jace Hall's user avatar
1 vote
1 answer
3k views

Add GCC into Netbeans

I want to make programs in Netbeans (C++ language), but Netbeans doesn't detect C++ libraries and compiler. How can I add GCC into Netbeans?
Milad Sobhkhiz's user avatar

15 30 50 per page
1
19 20
21
22 23
25