freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pooma-dev] Fwd: Pooma 2.4.0 Problem on Tru64 Unix


From: Richard Guenther
Subject: Re: [pooma-dev] Fwd: Pooma 2.4.0 Problem on Tru64 Unix
Date: Fri, 28 May 2004 11:20:58 +0200 (CEST)

On Fri, 28 May 2004, Kai Bröking wrote:

> Hello everybody,
>
> I was asked to forward my problem to this list. I would be glad, if
> somebody could help. I have broken it down to the following points (to
> my opinion, anyway). The original problem is attached below. It has to
> do with ar stating that that the argument list is too long while
> executing make:

As a simple workaround (doesn't solve the problem, but may lessen its
impact), try (whoops, patch is reversed, apply with -R)

--- pooma-mpi3/r2/config/Shared/include1.mk     2004-05-28 11:10:26.000000000 
+0200
+++ pooma-bk/r2/config/Shared/include1.mk       2002-07-01 16:54:07.000000000 
+0200
@@ -33,8 +33,7 @@

 ifndef NEXTDIR
 #      THISDIR :=$(subst /tmp_mnt,,$(shell pwd))
-#      THISDIR :=$(shell pwd)
-       THISDIR := .
+       THISDIR :=$(shell pwd)
        DIR_LIST :=$(THISDIR)
 else
        DIR_LIST :=$(THISDIR)/$(NEXTDIR) $(DIR_LIST)
--- pooma-mpi3/r2/config/Shared/tail.mk 2004-05-28 11:16:42.000000000 +0200
+++ pooma-bk/r2/config/Shared/tail.mk   2002-07-01 16:54:07.000000000 +0200
@@ -57,8 +57,7 @@
 INFO_FILE            = address@hidden(PASS).info

 # This is prepended to compile, link, archive, preprocess, etc rules.
-#PRE_CMDLINE          = cd $(PROJECT_ROOT); TMPDIR=$(TMPDIR)/$(SUITE); $(TIME)
-PRE_CMDLINE          = TMPDIR=$(TMPDIR)/$(SUITE); $(TIME)
+PRE_CMDLINE          = cd $(PROJECT_ROOT); TMPDIR=$(TMPDIR)/$(SUITE); $(TIME)

 # This is prepended to compile, link, archive, preprocess, etc rules.
 PDB_PRE_CMDLINE      = cd $(@D); TMPDIR=$(TMPDIR)/$(SUITE); $(TIME)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]