The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
16 views

Howe to express while loops in compiler parser construction [closed]

I am kinda new to design and constructing compilers. The thing I would like to implement is adding the while loop expressions to my so-far existed c/c++ code based on lets say these general BNF ...
2
votes
3answers
181 views

Bootstrap error while compiling GCC 4.8.0

I'm getting bootstrap errors while trying to install GCC and could use some help. I'm trying to compile GCC in my home directory on a shared system (cluster). The cluster has GCC 4.4.3, which I'm ...
0
votes
0answers
9 views

Looking for help to compile OCAML on AIX

Since I've found testimonials of OCAML usage on AIX I should be able to compile it but I'm failing. Heres the configure command I'm using: ./configure -prefix <my_target_path> -cc gcc ...
1
vote
0answers
21 views

Error compiling and installing mcrypt from source

I'm hoping someone can help shed some light on my current issue. Scenario: Installing libmcrypt, mhash and mcrypt from source in order to compile PHP5.4 with the mcrypt extension enabled. OS: ...
0
votes
1answer
29 views

Difference between apt-get compilation and manual compilation from source

I am trying to replace manually a library for freeradius. On a one hand I installed freeradius with an apt-get install. There was a library "libfoo-2.0.4.so" (let's call it the lib(apt)). On the other ...
0
votes
0answers
39 views

make: i686-linux-gcc: Command not found

I am using Ubuntu-11.10 amd64 and trying to cross-compile a linux-2.6.38.8 kernel for a 32-bit target.I tried make CROSS_COMPILE=i686-linux- ARCH=i386 But I got error make: i686-linux-gcc: ...
0
votes
1answer
26 views

Incorrect version of sed when compiling on OSX

I am trying to install crosstool-ng on OSX 10.6.8. At the configure stage, I run ./configure --prefix=/opt/cross, and I get the following output: ! ./configure --prefix=/opt/cross checking build ...
0
votes
1answer
49 views

Cannot build lynx on windows with cygwin

There are many Windows builds of Lynx available over the 'net, but none of them support HTTPS, so I was trying to build with SSL enabled, among other things. The ./configure part is successful, but ...
2
votes
3answers
84 views

Does modern software use different CPUs features selectively?

For example can one have an executable that uses features for Core 2 processors and then selectively use other features for an older processor? Or is it a requirement to compile a different ...
0
votes
0answers
63 views

Cinerella linux video editor binaries? Can't compile

I can't compile Cinerella 4.4. Last messages I get from the compiler are below. 1) How can fix the compilation? Seems like some GCC or lib incompatibility. I use Ubuntu 12.10. 2) Can I get Cinerella ...
0
votes
0answers
40 views

Compiling apache 1.3: wrong getline version

For study purposes I need to compile/install a 1.3 version of Apache web server. I got this error: http_protocol.c:532:12: error: conflicting types for ‘getline’ In file included from ...
1
vote
1answer
52 views

Why compile an rpm from source?

What I know: src.rpm usually contain some kind of tar or compressed source code for the app/library/package Sometimes people recommend you compile from source if the package does not work What I ...
0
votes
0answers
125 views

Ubuntu, updated boost from 1.46 to 1.52, linker asks for 1.46

I was having some trouble compiling with a piece of software using boost (wt, http://www.webtoolkit.eu/wt). I knew (from testing with another machine) that updating from 1.46 would solve my problem. I ...
4
votes
3answers
111 views

Difference between programs compiled for different OS

On a compiled code standpoint what is the difference between a program compiled for one os vs another (Linux vs windows for instance). Doesn't the program run directly on the cpu? Or is it because the ...
0
votes
1answer
47 views

Compiling on Slackware [closed]

Basically, how do I compile C or C++ programs on Slackware? I'm new to shell-type OS's so I have something close to no idea on how to compile something. Where do I go? Do I need a special program? ...
0
votes
2answers
201 views

How do I compile gVim.exe as a 64 bit executable? (Windows 8)

Very straight-forward question. I have downloaded mingw32 and the Vim source code and I have edited Make_mind.mak to use the correct Python version and location. I'm located in the src directory and I ...
0
votes
1answer
85 views

./configure error, on 32 bit ubuntu

I have Ubuntu 32 bit on i7 processor. I tried to compile and install this package called xgrafix, I have installed dependencies, but now it has error as follow: samir@samir-HP:~/Downloads/xgrafix$ ...
1
vote
2answers
193 views

Linux kernel compiling: standalone OS

Hi guys I'm new to linux kernel compiling so I have some question: By compiling linux kernel are we building a totally standalone OS which doesn't depend on any linux destributions? If yes... Well ...
0
votes
1answer
65 views

Makefile support for Tiny C Compiler

I just found the brilliant Tiny C Compiler while searching for a small portable C compiler for Windows (I cannot install anything on this system or copy files to it and so need to compile directly on ...
1
vote
1answer
249 views

alias gcc='gcc -fpermissive' or modifying ./configure script

I am compiling quite big project from source. The compilation always ends with: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive] I have already compiled this project one year ...
0
votes
0answers
36 views

Is gcc optimizaiton for a specific CPU meaningful from another host?

Does it make sense to optimize for a specific CPU such as the Intel Atom (gcc -march=atom) while compiling from and older CPU such as the Intel C2D E6600? The guidelines on the Gentoo Wiki are vague ...
0
votes
0answers
12 views

(How) can I compile an disk image from a source file? (specifically Darwin)

Apple doesn't release Darwin disk images any more, just the source files. I'm sure it's not a simple as /compile darwin.src but there must we way.
0
votes
0answers
166 views

“unrecognized options” while installing php

I want to compile php 5.4.8 on my mac 10.8.2, but get some errors which cant solve by my self, so need your help. Firstly i get default php options with php -i | head, after it do this command ...
0
votes
1answer
303 views

CFLAGS for Gentoo on Intel Core i7 870 @ 2.93GHz (4 cores) [closed]

I try to install Gentoo on a PC with Intel Core i7 870 @ 2.93GHz (4 cores). In Gentoo Linux Documentation, it mentions that one has to configure the compile options, and there is a example ...
1
vote
0answers
104 views

“make xconfig” with arch linux

I'm trying to compile a kernel for Arch. I'm using "arch method" - abs, edit PKGBUILD and then "makepkg". Problem is, my Arch is using xfce 4 + gnome 2, but i want to edit my config file using ...
0
votes
1answer
393 views

Should I compile the latest stable linux kernel (3.5.4) for CentOS? [closed]

I am tasked with compiling a newer version of the Linux kernel that what is currently running on this CentOS 6.3 system. My instructions were to get a new kernel from kernel.org, but I was told that ...
0
votes
1answer
41 views

How to Build Oleo on Cygwin

I am trying to install Oleo (http://www.gnu.org/software/oleo/) on a Cygwin setup and am running into some issues. In the linking stage, the build errors out, complaining about undefined references in ...
2
votes
0answers
105 views

iconv error for PHP 5.3 when compiling

I get this error: -lm -lxml2 -lz -liconv -lm -lxslt -lxml2 -lz -licucore -lm -o sapi/cgi/php-cgi Undefined symbols for architecture x86_64: "_libiconv_open", referenced from: _convert in ...
0
votes
0answers
150 views

Cannot build digiKam

I'm trying to compile digiKam 2.8.0. I have installed the required libraries but cMake seems to stuck without any meaningful reason. Here is the output of cMake: $ cmake ...
0
votes
1answer
82 views

libkeybinder error Arch linux

I am trying to install a package that depends on python-keybinder and hence on libkeybinder. When I run makepkg for libkeybinder, it starts and after sometime I get the following error: checking for ...
1
vote
0answers
183 views

Compile MakeMKV 1.7.6 - Segmentation Fault

I've previously been able to compile MakeMKV 1.7.5 and older versions, but the latest version (downloaded from http://www.makemkv.com/forum2/viewtopic.php?f=3&t=224) gives me strange segmentation ...
0
votes
1answer
2k views

Installing Cygwin C and C++ compilers for NetBeans IDE 7.2

I am very new to Cygwin, C, C++ and NetBeans IDE 7.2. My PC is running MICROSOFT WINDOWS 7 OS. I have read the documentation on how to install the Cygwin C C++ compilers. ...
2
votes
2answers
524 views

Issues installing/compiling mfcuk/libnfc on Windows

After many issues, I think I successfully installed/compiled libnfc using these instructions. Now I am trying to compile/install mfcuk. Once I get to the ./configure step I get the following error ...
0
votes
0answers
161 views

What is the right way to get an updated version of intltool for compiling without changing the system-wide version?

I'm trying to compile GIMP 2.8 on CentOS 6.3. I'm using these instructions so that I'm compiling in my home folder and installing to /opt. The goal is to satisfy GIMP 2.8's dependencies without ...
0
votes
1answer
170 views

How can I have a simple commandline based OS?

I have an Cortex A8 based development board, I would like to setup a simple OS, for example to connect through SSH to the board and upload/write new program(blink led etc). The board comes with a CD ...
1
vote
0answers
168 views

Issue with Newlib install

I am trying to crosscompile Newlib library for ARM devices using the arm-none-eabi-XXX from CodeSourcery but i am having some issues. When running ./configure and/or make its showing me messages that ...
0
votes
2answers
364 views

Installing multiple versions of a shared library

I am running ubuntu 10.04 and I want to use tmux 1.6. tmux has a dependency on libevent 2. My solution was to compile libevent2 and drop into /usr/local/lib then compile tmux against this lib and ...
1
vote
3answers
389 views

Blink build with Xcode failed

I found a GPL-ed SIP client for Mac, Blink. I'd like to build it from source since the binaries are only available as paid download. Just FYI i'm studying programming at university but have no ...
0
votes
2answers
1k views

Compiling QEMU on Mac OS X Lion

I've been having trouble compiling a working copy of QEMU on Lion. When I try installing through homebrew, I get a screen like this when I attempt to run QEMU: The blank screen just sits there ...
0
votes
2answers
300 views

Error while compiling Cuda Accelerated Linpack hpl_2.0_FERMI

I use Ubuntu 11.04 x86_64 CUDA 4.0 OpenMpi 1.4stable MKL When I compile, I get this error: ar r -L/home/limksadmin/hpl-2.0_FERMI_v13/lib/CUDA/libhpl.a HPL_dlacpy.o HPL_dlatcpy.o ...
0
votes
2answers
83 views

Have to do “sudo make” or else C can't create executables

I used to be able to run make like normal, but now I have to run make as super user or else it will fail saying that the c compiler can't create executables. Why did this happen?
2
votes
1answer
169 views

Self Built MacVim on OSX 10.6 doesn't open a GUI window

I've noticed the MacVim downloads page has stopped uploading pre-compiled snapshots for OSX 10.6 (only 10.7 is supported now, with 10.6 considered LEGACY). I'm still using 10.6 and wanted to build it ...
2
votes
1answer
108 views

Combine compilation-mode and ansi-term-mode in Emacs?

In Emacs, I would like to be able to combine the features of ansi-term-mode and compilation-mode. I have a build system for compiling my source code which uses terminal commands for placing the ...
2
votes
2answers
347 views

How to compile .bat file using QT Creator

Question: How do I compile a .bat file using QT Creator? More info: specifically, I am trying to install Windows Image Writer and the download only includes source files. The README.txt tells me to ...
1
vote
0answers
123 views

Unable to compile with GNU Emacs

I'm trying to use GNU Emacs to write small programs. I use the compile command make -k but i always get the message make -k 'make' is not recognized as an internal or external command, operable ...
0
votes
1answer
32 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: ...
0
votes
1answer
122 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. ...
1
vote
1answer
1k 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 ...
2
votes
2answers
183 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 though the C++ compiler to ...
1
vote
1answer
692 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 ...

1 2 3