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.

2 votes
2 answers
132 views

Which RAID setup to use for a build-computer?

I am wanting to setup a computer(actually multiple with the same setup) to build and compile programs. Security of the data is not important, and space for the most part is not important. (as in, 40G ...
Earlz's user avatar
  • 4,474
1 vote
2 answers
2k views

Where to get glib-config for Kubuntu?

I'm trying to compile Midnight Commander on a KUbuntu 9.10 (Karmic) box with no root access. I've set up a directory under $HOME, downloaded the mc source package and various stuff required for ...
Carl Smotricz's user avatar
1 vote
1 answer
2k views

QT Creator 64-bit Snow Leopard

I have a bunch of libraries that I need to link against that I installed via macports. They are 64-bit libraries. I'm working on an application written with QT Creator and the .pro is set up. I ...
user avatar
3 votes
4 answers
325 views

Linux, recompiling from source

I'm relatively new to Linux but I've been messing around with a Ubuntu VM to get more acclimated with it. I set up SSH, Apache, PHP, MySQL, Ruby, Rails, Passenger, and Git to mess around with my web ...
anomareh's user avatar
  • 185
25 votes
7 answers
48k views

Detect compiler used for EXE file

Is there any way to detect (or to hide) the compiler that was used to build an executable file?
Remus Rigo's user avatar
  • 2,999
4 votes
2 answers
2k views

Is it usually necessary to do make and then make install?

This is something that has always bugged me. It seems like I always see build instructions for building and then installing something saying to do this: make sudo make install Is there really any ...
Jason Baker's user avatar
  • 8,662
0 votes
1 answer
263 views

How do I determine the target HArdware platform that my compiler is compiling for?

I have a centOS 5.3 box with intel Xeon processors. A friend of mine was looking around and said my binaries are being compiled with an AMD target. Doesn't ./configure (like when building apache) ...
Zak's user avatar
  • 230
7 votes
2 answers
2k views

Can you skip the "checking.." steps when running ./configure?

  $ ./configure configure: configuring for GNU Wget 1.11 checking build system type... i686-apple-darwin10.0.0 checking host system type... i686-apple-darwin10.0.0 checking whether make sets $(...
dbr's user avatar
  • 5,127
3 votes
7 answers
540 views

Vista C Compiler

What is a good C compiler for Windows Vista?
The Green Frog's user avatar
18 votes
7 answers
14k views

Which PC components make the biggest impact on your compile times for Visual Studio?

Which PC specifications have the biggest impact on your compile times? Disk? Clock speed? Number of CPU cores?
Rob Allen's user avatar
  • 1,899
1 vote
4 answers
564 views

Is there a way to compile from source and keep track of updates automatically?

See the question - if I want to build the latest version of an app from the source, am I doomed to checking for updates manually? Is there a better way to do this?
Andy Mikula's user avatar
  • 1,427

15 30 50 per page
1
21 22 23 24
25