Bela Gazdy wrote on 3/5/09 4:56 PM:
> On Thu Mar 5 16:05:03 2009 (GMT) you, AKA Peter Karman wrote:
>>
>> Peter Karman wrote on 03/05/2009 02:50 PM:
>>> Bela Gazdy wrote on 03/04/2009 10:10 AM:
>>>> On Wed Mar 4 10:33:00 2009 (GMT) you, AKA Peter Karman wrote:
>>>>> Bela Gazdy wrote on 03/04/2009 06:03 AM:
>>>>>
>>>>>> swish-e-2.4.6 fails to compile; below is the tail end of 'make'. I am not a
>>>>> http://svn.swish-e.org/swish-e/tags/rel-2.4.6/
>>>>>
>>>>> ./bootstrap
>>>>> ./configure && make test
>>>> Dies same place with same error as before, using autoconf (GNU Autoconf) 2.63.
>>> this seems to be an issue with the automatic detection of the LARGEFILE
>>> support that was added in 2.4.6. I am looking for a way to make that
>> try:
>>
>> ./configure --disable-largefile
>>
> Bingo! One down one more to go, as the original
> "err: Ran out of memory (could not allocate 0 more bytes)!"
> behavior remains the same :(
maybe try rebuilding with one of the memory debugging options mentioned in
configure?
--enable-memdebug (developers only) checks for memory consistency on
alloc/free using guards
--enable-memtrace (developers only) checks for unfreed memory, and
where it is allocated
--enable-memstats (developers only) gives memory statistics (bytes
allocated, calls, etc)
that might at least give more clues.
--
Peter Karman . http://peknet.com/ . peter(at)not-real.peknet.com
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Sat Mar 28 11:00:21 2009