Re: make: *** virtual memory exhausted. Stop.

2003-06-23 Thread Paul D. Smith
%% Fabio Alemagna [EMAIL PROTECTED] writes: fa That happens when using a construct like this: fa define function fa target: very long dependency list fa whatever fa endef fa and then passign that to $(eval) trough $(call). By reading the ml fa archives I

Re: make: *** virtual memory exhausted. Stop.

2003-06-23 Thread Fabio Alemagna
On Mon, 23 Jun 2003, Paul D. Smith wrote: It has already been fixed in the source tree, and the fix will be included in the next version of GNU make. That version has not been released yet. Yeah, I discovered that by downloading the CVS version. When is the next make release to be expected?

Re: make: *** virtual memory exhausted. Stop.

2003-06-23 Thread Paul D. Smith
%% Fabio Alemagna [EMAIL PROTECTED] writes: fa On Mon, 23 Jun 2003, Paul D. Smith wrote: It has already been fixed in the source tree, and the fix will be included in the next version of GNU make. That version has not been released yet. fa Yeah, I discovered that by downloading

Re: make: *** virtual memory exhausted. Stop.

2003-06-23 Thread Fabio Alemagna
On Mon, 23 Jun 2003, Paul D. Smith wrote: fa the next make release to be expected? Sometime, before too long. I'm trying to get the MINGW and OS/2 support integrated for this release. Ok. Do you know if it still compiles on AmigaOS with ixemul (the posix layer)? Well, I guess I can just

Re: make: *** virtual memory exhausted. Stop.

2003-06-23 Thread Paul D. Smith
%% Fabio Alemagna [EMAIL PROTECTED] writes: fa Ok. Do you know if it still compiles on AmigaOS with ixemul (the fa posix layer)? Well, I guess I can just try and see... No one has reported that it doesn't, but I'm not sure if anyone has tried in a while. I don't have an Amiga system so I

Re: make: *** virtual memory exhausted. Stop.

2003-06-23 Thread Fabio Alemagna
On Mon, 23 Jun 2003, Paul D. Smith wrote: %% Fabio Alemagna [EMAIL PROTECTED] writes: fa Ok. Do you know if it still compiles on AmigaOS with ixemul (the fa posix layer)? Well, I guess I can just try and see... No one has reported that it doesn't, but I'm not sure if anyone has tried

Re: make: *** virtual memory exhausted. Stop.

2003-06-23 Thread Paul D. Smith
%% Fabio Alemagna [EMAIL PROTECTED] writes: fa The first issue, is that even if it was cross compiling, it tried fa to use the host's 'ar' command. I solved that by invoking fa m68k-amigaos-ar by hand and letting make run again, however that fa should be fixed at the source. If anything

Re: make: *** virtual memory exhausted. Stop.

2003-06-23 Thread Fabio Alemagna
On Mon, 23 Jun 2003, Paul D. Smith wrote: %% Fabio Alemagna [EMAIL PROTECTED] writes: fa The first issue, is that even if it was cross compiling, it tried fa to use the host's 'ar' command. I solved that by invoking fa m68k-amigaos-ar by hand and letting make run again, however that

Re: make: *** virtual memory exhausted. Stop.

2003-06-23 Thread Paul D. Smith
%% Fabio Alemagna [EMAIL PROTECTED] writes: fa I specified --host=m68k-amigaos, and configure added that prefix fa to all the tool's names, except, apparently, ar. Weird. Both that it added that prefix to some, and that it didn't add it to all. This is an autoconf issue. fa Or perhaps