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.

0 votes
1 answer
95 views

GNU inetutils pre-compilation problems

I am trying to compile GNU inteutils on Debian and experiencing some problems. configure is going thru without any issues but when I launch make to compile I receive the following messages: lib/...
m1k3y02's user avatar
  • 285
1 vote
1 answer
584 views

Cannot install netbeans on Gentoo

I'm trying to install Netbeans on my Gentoo system and I just cannot get it to work. When I'm compiling it It fails due to not being able to locate org.apache.maven.project.MavenProject. [nb-javac] ...
siebz0r's user avatar
  • 456
5 votes
2 answers
7k views

Compiling PHP on OS X: iconv works only if forced to 64-bit

I'm trying to compile PHP and I kept getting this error during make: Undefined symbols for architecture x86_64: "_iconv_open", referenced from: __php_iconv_mime_decode in iconv.o ...
entropid's user avatar
  • 163
2 votes
2 answers
402 views

compiler for c++ (thought it was g++?)

After installing the 'Developer Tools' from the mac os installation DVD, I can now execute gcc /path/to/input/ and create an executable shell script from .c code. I thought the C++ compiler to create ...
FALL3N's user avatar
  • 471
1 vote
1 answer
2k views

cv.h not found in fedora 15 install of opencv and highgui

I'm writing object tracking software in C++ and using OpenCV and highgui. The problem I have right now is that even after sudo yum install opencv and using the yumex frontend to ensure that all of the ...
tekknolagi's user avatar
  • 1,400
2 votes
1 answer
140 views

Is it better to compile from source or to install from a .deb package?

Sometimes, when downloading software from the Internet, I find that there is a .deb package ready for either my Debian/Ubuntu and also a tarball to be compiled. In the beginning I would simply use the ...
the_midget_17's user avatar
2 votes
1 answer
5k views

Native build of gcc compiler on windows 7 x64

I'd like to make a native build for the gcc compiler on my Windows 7 X64 laptop. After reading the installation instructions and realizing they were for a Unix system, I decided that it was time to ...
Cole's user avatar
  • 141
4 votes
0 answers
1k views

Case-sensitive error in compiler's building using crosstool-ng under Cygwin

When I try to build gcc cross-compiler using crosstool-ng under Cygwin (running in Windows 7) I have the following message: $ /opt/ng-crosstool/bin/ct-ng build [INFO ] Performing some trivial sanity ...
G-71's user avatar
  • 569
3 votes
0 answers
295 views

Should I replace my system drive or work files drive with an SSD? [closed]

First of all, I've read lots of questions on this site (and over the web) about this question, but I'm still not sure about my specific situation. I currently have a laptop with two 320 GB hard ...
Can Poyrazoğlu's user avatar
4 votes
1 answer
8k views

Can't compile because valac not found, but it's installed

I'm trying to compile gwibber. This is what happens when I type ./configure. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking ...
tony_sid's user avatar
  • 14.5k
1 vote
2 answers
13k views

Running Oracle script from Notepad++

Can we configure Notepad++ to run an Oracle script? I mean, once we wrote some script (assume a PL/SQL script containing a procedure), can it be compiled from Notepad++ editor itself? If it is ...
madhu's user avatar
  • 1,231
4 votes
1 answer
1k views

Use matlab in makefiles etc. How to speed things up?

I use a lot of matlab to process data etc. Yet I find my workflow a bit of sluggish, so I was wondering if I could speed things up a little using makefiles. What I would like to do is write an .m ...
romeovs's user avatar
  • 309
1 vote
2 answers
5k views

__modver_version_show undefined error when building linux kernel 3.0.4 version

I tried to build the linux kernel 3.0.4 on ubuntu 11.10 in virtualbox. Here are my steps: Download the source code tar xjvf linux-source-3.0.0.tar.bz2 cd linux-source-3.0.0 make menuconfig, changed ...
Jie Liu's user avatar
  • 11
4 votes
2 answers
14k views

Portable C compiler for Windows on USB stick

I am looking for a portable C compiler to run from an USB stick on Windows (XP or higher). If it's a GCC portable version, that's a plus. If it's also (optionally) a C++ compiler, that's a plus too. ...
orlp's user avatar
  • 1,547
0 votes
0 answers
576 views

Error installing RObot Operating system onto OS X Lion

The system has been using Macports. I configured the system exactly as per the line by line instructions of this guidelines. In the process I got the following error. The only change that I made from ...
medampudi's user avatar
  • 101

15 30 50 per page
1
17 18
19
20 21
25