Re: root/test make problem

2012-06-20 Thread Sebastian Pipping
On 06/19/2012 10:19 PM, igle...@unifesp.br wrote: > Dear Sirs, > I am tryinng to install root (cern) in ubuntu 12.04 in order to run a R > package called xps. I could install root following many posts advices (I > am not an expert on linux) and the tutorials run fine. However, I can > not install t

root/test make problem

2012-06-19 Thread iglezer
Dear Sirs, I am tryinng to install root (cern) in ubuntu 12.04 in order to run a R package called xps. I could install root following many posts advices (I am not an expert on linux) and the tutorials run fine. However, I can not install the test directoty with make. I got this: Generating

Re: gnu make problem

2007-05-17 Thread Paul Smith
On Thu, 2007-05-17 at 11:17 +0530, chandan wrote: > I am trying to build Microsoft visual c++ programs at the command line > using GNU MAKE. The msdn library says that If you have a project that > you build from the command line with a make file, then the Visual > Studio development environment wil

gnu make problem

2007-05-17 Thread chandan
I am trying to build Microsoft visual c++ programs at the command line using GNU MAKE. The msdn library says that If you have a project that you build from the command line with a make file, then the Visual Studio development environment will not recognize your project. This is because visual studi

Re: Make - problem - MacOS X

2005-12-18 Thread J. Grant
I have a problem when I try to compile any c program. I work with Mac OS X. This is what the system displays when I use "make" ### /Users/Radhouani/IOTA/IOTA/default.mk:248: warning: overriding commands for target `/Users/Radhouani/IOTA/IOTA/lib/lib.a' /Users/Radhouani/IOTA/IOTA/de

Make - problem - MacOS X

2005-12-17 Thread Said . Radhouani
Hi, I have a problem when I try to compile any c program. I work with Mac OS X. This is what the system displays when I use "make" ### /Users/Radhouani/IOTA/IOTA/default.mk:248: warning: overriding commands for target `/Users/Radhouani/IOTA/IOTA/lib/lib.a' /Users/Radhouani/IOTA/IOT

Re: GNU make problem

2005-09-08 Thread Paul D. Smith
%% "Anderson, Craig" <[EMAIL PROTECTED]> writes: ac> I have a makefile that exhibits a strange error ac> If I run make -B (always build), it loops, rebuilding the .dep files. ac> I have isolated the problem to a simple test case, which is provided as ac> an attached gzipped tarball.

GNU make problem

2005-09-08 Thread Anderson, Craig
I have a makefile that exhibits a strange error   If I run make –B (always build), it loops, rebuilding the .dep files.   I have isolated the problem to a simple test case, which is provided as an attached gzipped tarball.   I think this is a bug with version 3.80, but it could be an

Re: make problem ?

2003-03-08 Thread Paul D. Smith
Please do not send huge attachments like your GNU make binary or your complete source code to the mailing list. We do not have the resources to debug your entire environment for you. If you have a problem please reproduce it using the smallest makefile that shows the behavior you are concerned ab

GNU make problem and its fix

2002-12-19 Thread xingxue
Hi Paul, I noticed a problem in GNU make version 3.80. The problem exists in earlier versions as well. The problem can be reproduced with the following test cases and steps. You may need to repeat a couple times to be able to reproduce it depending on the load of the machine. /home/xxue/gnumak

Windows NT - GNU Make problem

2001-11-28 Thread Florence Porter
I am getting the message "The batch file cannot be found." following a recursive make of subdirectories. The remaining targets are not processed even though the make of the subdirectory succeedes. To duplicate the problem: Here is what is contained in the main Makefile: SUBDIRS=a all: subdirs

Re: GNU make problem with environment variables on IRIX

2001-06-26 Thread Paul D. Smith
%% Charlie Zender <[EMAIL PROTECTED]> writes: cz> Following is a three line Makefile which is processed differently cz> by GNU make version 3.79.1 on GNU/Linux vs. IRIX systems. I'm cz> pretty sure, but not positive, that the linux behavior is correct, cz> but make syntax is so bizarre ma

GNU make problem with environment variables on IRIX

2001-06-26 Thread Charlie Zender
Following is a three line Makefile which is processed differently by GNU make version 3.79.1 on GNU/Linux vs. IRIX systems. I'm pretty sure, but not positive, that the linux behavior is correct, but make syntax is so bizarre maybe there's something I don't understand. Here's the Makefile.tst, th