An utility that automates build processes, used mainly to build software on Unix-like systems.
0
votes
0answers
10 views
make error while building Python. -fPIC error
making Python3.3.1 on Linux. Does anyone know how to fix this? It seems I just have to add -fPIC somewhere in the makefile, but I am not sure where. It looks like most lines from the make output ...
0
votes
1answer
13 views
bad Make-Test while running installation of a perl module
i run opensuse 12,3 - all is installed fresh
now i wanted to install mozepl and www mechanize firefox
this ended up in a bad Make-Test while running installation of a perl module
# '
...
0
votes
1answer
20 views
ZSH, colourify & autocompletion
I have zsh with oh-my-zsh, I added an alias to color the make output using
alias make="colourify make"
but when I use it, make autocompletion does not work anymore. If I use unalias make, the make ...
1
vote
3answers
49 views
Linux tool to autodownload and build from SourceForge?
Has anyone made anything (even just a script) to automatically download, untar, and make projects off of SourceForge in Linux? How could I do that?
I am using Ubuntu 12.10, specifically.
0
votes
0answers
11 views
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
22 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 ...
1
vote
1answer
83 views
make command for installing OpenSSH on Ubuntu
I am currently trying to compile OpenSSH on Ubuntu.
I am following the steps below which I got from the openssh website;
(ref: http://www.openssh.com/openbsd.html)
OpenSSH 6.2: March 22, 2013
...
0
votes
2answers
43 views
Could not find Digikam
I have compiled and made the Digikam source code from GIT. Everything went right. At last, I typed 'sudo make install' and it went successful. But after this, I don't know where the digikam is ...
0
votes
1answer
50 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 ...
0
votes
1answer
76 views
Error building JZMQ on Fedora-18 (specifically the “make” phase)
I'm trying to build JZMQ on Fedora-18/64bit, but am experiencing a build error during the "make" phaze. Here (next) is my environment, followed by the error (at the end). Can anyone provide advice on ...
0
votes
0answers
83 views
apxs error apache aix rc=65536
I am trying to install the Crowd Apache Connector with (IBM xlc compiler, AIX 6.1 ).
I am able to make , but when running make install, it fails :
Making install in src
cp ...
4
votes
2answers
68 views
What happens when I run “./configure” in Linux?
When we try to ./configure some Linux software from source before makeing it, usually there is a huge list of checking other software parameters performed, for instance the below is a tiny part of ...
1
vote
1answer
279 views
Can't Install Python 2.7.3 on CentOS 6
I have a CentOS 6 (minimum install or netinstall, I can't remember which) on a virtual machine. I'm trying to install Plone 4.2.4 on it for testing purposes. I have installed all the required ...
1
vote
1answer
29 views
Automatically `make` when dependencies change
Is there a way to have make automatically run when you edit one of the files needed for the build?
Related question: Configure makefile to run on file change, but that only has an answer for Mac OS X ...
0
votes
1answer
42 views
Error installing software using make
I'm fairly new to Linux and compiling software from source. I am unsure what the output is telling me and where to look to find the solution to my problem.
I'm trying to install Moscow ML: ...
0
votes
0answers
16 views
how to use Environment Modules without root
For some reason, I have a hard time finding a tutorial on how to manage user software install with Environment Modules (http://modules.sourceforge.net/) without root.
the closest thing is ...
0
votes
1answer
29 views
How to list files that were installed via source tarball?
I compiled and installed a program from a tarball ala make install but now I want to know where those files were installed. How can I do this?
-1
votes
1answer
51 views
Installing “Make” for Windows
I would like to install "Make" for Windows 8.
I'm currently working on NodeJS app that will be run on a Windows server and previously I have used NodeJS in a Linux environment. I need make to run my ...
0
votes
1answer
122 views
Make install kernel module without reboot?
I am trying to make changes to a buggy driver on Linux (mint).
Is it possible to make and test the changes without rebooting every time?
1
vote
1answer
47 views
gnu make fails to find commands in ~/.local/bin
I have some commands places in ~/.local/bin, and correctly added it to the path:
$ echo $PATH
...
0
votes
1answer
135 views
executing a shell-script through makefile
i am trying to create a .deb file that first installs the
dependency that is stored in the some folder, for that i have created a shell
script. My issue is executing the shell script through
make file ...
1
vote
1answer
255 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 ...
-1
votes
3answers
86 views
make command for installing in linux give it a directory
I want to install bedtools (i.e., a c++ source code for manipulating certain types of files). In order to install it the installation instructions says to download the tar file, untar the file, go to ...
0
votes
1answer
43 views
installing a program returns error
I'm installing lenstool which needs pgplot library so I got the source codes and followed this to install it I also ran one of it examples and it seemed to work. But when I try to make lenstool it ...
1
vote
0answers
159 views
Mac 10.7 - Cannot use make utility after installing xcode
I'm trying to install a perl module that I manually downloaded from CPAN, but am encountering difficulties.
$perl Makefile.PL
Welcome to JSON (v.2.53)
=============================
If you install ...
1
vote
1answer
77 views
Installing R on a custom path
When installing R (the interpreter and the shared library) the documentation says that one should follow the next steps:
# <go to the R source directory>
make distclean
./configure ...
0
votes
2answers
628 views
Why can't I find termcap library when I build gdb?
make and then failed with:
configure: error: no termcap library found, but that termcap lib is just there, why can't make find it?
checking for library containing zlibVersion... -lz
checking zlib.h ...
1
vote
2answers
938 views
How to set up LIBSVM Matlab interface?
I have my Matlab folder at a path, C:\Users\Cassie\Documents\matlab2010\bin. Whenever I need to run matlab, I double click the matlab application under bin folder at
...
0
votes
2answers
106 views
Installing shogun on windows xp
I want to install Shogun on Windows XP, and getting the following error in Cygwin 2.0. I have already successfuly issued a ./configure command, and make command.
$ make install
make -C shogun ...
0
votes
1answer
105 views
Why did I fail to build mariadb?
The error message is as follows:
141> Call Stack (most recent call first):
141> D:/tmp/mariadb-5.5.27/bu/cmake_install.cmake:81 (INCLUDE)
141>
141>
141> CMake Error at ...
1
vote
0answers
65 views
Advanced FullScreen Debugger fails to install during “make”
I need to install a software called Advanced FullScreen Debugger for Assembly code debugging but while running make I'm getting this error.
I am on Ubuntu 12.04, 32-bit.
afd_load.c:61:32: fatal ...
0
votes
1answer
280 views
Multiple gcc on Mac OS X
I did a port install for gcc version 4.7.1 (MacPorts gcc47 4.7.1_2)
I named the executable as g+ and placed it in one my $PATH.
I use gcc 4.7.1 when I need c++11 standard. I haven't changed the ...
0
votes
4answers
126 views
Installing softare on Linux
I'm trying to install the GMP package on Redhat 4, x86_64. The package can only be installed using make, which is not available and should be installed with apt-get/yum, but I don't have either one of ...
2
votes
1answer
210 views
Make Command is taking too long
I am trying to install NodeJS on Ubuntu, following http://howtonode.org/how-to-install-nodejs. When I ran make command, its taking too too long, printing lines after lines on screen. Is there any ...
0
votes
1answer
103 views
ming 0.4.2 compilation errors on Ubuntu 12.04 when installing from source code
I am trying to install ming 0.4.2 from source code and it was compilable before on Ubuntu 10.04, but now it' giving following compilation errors when I try to install using command sudo make install ...
2
votes
1answer
276 views
What exactly is the use of prefix while running configure?
I am trying to install 32 bit Python on x86_64_ Linux.
Following instructions from http://blog.devork.be/2009/02/compiling-32-bit-python-on-amd64.html
I downloaded the tarball from here: ...
0
votes
0answers
50 views
Cause GNU make to exit with error on depedency problems
Is there a way to get GNU Make to exit with an error if it encounters a dependency error? For example, if the following is in the Makefile:
fileA: fileB fileA
@echo "(fileA) installing fileA"
...
1
vote
1answer
604 views
Can't locate Automake/Config.pm when trying to run aclocal command in OS X 10.7.4 x64
I am tring to compile the source code of libming 0.4.2 on Mac OS X 10.7.4 x64 and getting the following error when trying to run the aclocal command with sudo privileges:
$ sudo aclocal
Password:
...
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 ...
2
votes
2answers
236 views
rsync: how to copy a file that might not exist without an error
I have a command in my Makefile that sync's up my bibliographies from an external source. If rsync fails because the target file does not exist rsync exits with error 23. I can hide the error by ...
2
votes
2answers
215 views
How to remove three consecutive line feeds in a Makefile rule?
I need to search for and replace three consecutive newline characters in an input file and filter them out of an output file for a makefile rule on Centos 4. I am using GNU sed v4.1.2 and GNU make ...
5
votes
3answers
394 views
How to run Vim command from the shell?
This might be a dumb question, but bear with me.
I'm automating some of the usual stuff I do when setting up a new work environment, and would like to automate the Vim command :BundleInstall (for ...
0
votes
2answers
1k views
Install git on server without sudo
I'm trying to install git on a server with a user that does not have root access. I've seen a lot of tutorials that suggest using ./configure, but when I downloaded the latest git zip from github, ...
0
votes
0answers
86 views
Error while compiling GTK+ 3.4.3 on Chakra Linux
I have just installed chakra/arch linux and update my required packages as gcc, libtool, ... and finally i downloaded the gtk+ that is requires for compiling pidgin. So, the ./configure results for ...
0
votes
2answers
129 views
Archlinux: Where I can find gcc-4.4-multilib?
As in the topic, I can't find it in AUR, there is only gcc-4.4 or gcc-4.5-multilib. I need gcc-4.4-multilib because of Android compilation.
Or if you know - is there any way to compile Android with ...
1
vote
1answer
242 views
Error related to pkg-config when installing frei0r as part of another package
I am trying to build https://github.com/mltframework/shotcut on OS X Lion (using their script in scripts/build_shotcut.sh) and after numerous hurdles I'm stuck on this error:
./configure: line 16062: ...
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
4answers
6k views
Make and Xcode for OS X Snow Leopard
I have OS X Snow Leopard and I need install make (this exists in Xcode). I don't have the DVD to install though.
On the Xcode page I don't find an old version of Xcode.
How I can get an old ...